Skip to content

Instantly share code, notes, and snippets.


== test | +PENDING ( desc.startswith:test or +test ) | +test2 ==

Error detected while processing BufWrite Auto commands for "*.wiki": Traceback (most recent call last):

  File &quot;<string>&quot;, line 1, in <module>
  File &quot;/home/djp/.vim/bundle/taskwiki/taskwiki/taskwiki.py&quot;, line 72, in update_to_tw
    cache.save_tasks()
  File &quot;/home/djp/.vim/bundle/taskwiki/taskwiki/cache.py&quot;, line 100, in save_tasks
    task.save_to_tw()

_Sun Mar 22 23:48:22 EDT 2015_

Table of Contents

Tasks

Due today | +PENDING ( due:2015-03-22 or end:2015-03-22 )

  • [] call Hughena (2015-03-22 00:00) #3d796281-154c-43bd-9ec0-ce9f108de974
  • [] 8:30 clean St Petes upstairs (2015-03-22 01:00) #8d2ad55e-26b4-41e8-a50b-89461c9b4607

Completed today | end:2015-03-22

Calls | +PENDING ( desc.startswith:call or +call )

  • [] call Jim Smith re arduino orb circuit #0879bf20-e536-43a2-a4c0-581b0893e658

_Project Planning Tempate_ <-- replace with project name -- started on %date

Table of Contents

Description

description

People

participants

Plan

how the project will be executed

Milestones

phases

Outcomes

djp@tigger:~$ date
Mon Mar 23 04:38:17 EDT 2015
djp@tigger:~$ tw 133 mod -clean
Modifying task 133 'renovate manse'.
Modified 1 task.
Project 'manse' is 28% complete (5 of 7 tasks remaining).
djp@tigger:~$ tw 133 export
{"id":133,"description":"renovate manse","entry":"20150319T064039Z","modified":"20150319T064039Z","project":"manse","status":"pending","uuid":"fe765047-06b6-4205-8e16-cac06bcec420","annotations":[{"entry":"20150319T064207Z","description":"[ ] fix ceilings"},{"entry":"20150319T064312Z","description":"[ .."}],"urgency":7.92192}
djp@tigger:~$ date
Mon Mar 23 04:38:45 EDT 2015
new test.wiki
ViewPort looks like this;
== test | test ==
* [X] test theme !
* [X] call test
* [X] call teksavvy re line quality
* [ ] firefox plugin TASK_NOT_FOUND
* [ ] color.calendar colors default to general colors TASK_NOT_FOUND
* [ ] pay Ryan JSP7 contribution TASK_NOT_FOUND
@linuxcaffe
linuxcaffe / gist:50fb7a1f4e9f8e891779
Last active August 29, 2015 14:17
TaskWiki crash 7
In a new test.wiki, after modifying a TaskWiki header
from == test | +test ==
to == test | test ==
and :w saving
"~/Documents/taskwiki-test.wiki" 7L, 249C
Error detected while processing function vimwiki_tasks#write..vimwiki_tasks#read:
line 23:
Task was not found in taskwarrior: * [ ] color.calendar colors default to general colors #7e23c1f2-d824-afd9-2eb6-7c5a73a74d8c
Task was not found in taskwarrior: * [ ] test url http://taskwarrior.org #ed210a2a-5dde-46cb-8cc6-abc6e03ced1a
@linuxcaffe
linuxcaffe / gist:9b70c47c9978aca002f4
Last active August 29, 2015 14:17
Taskwiki crash 6
after pulling and 'python setup.py install'ing, abd with a fresh pull of TaskWiki (as of 14:50 EST) attempting to open a new wiki file gets me this;
*NOTE: this test is being performed on a different box that the others have been, a newer thinkpad with debian jessie.
Messages maintainer: Bram Moolenaar <Bram@vim.org>
"~/test.wiki" 3L, 36C
Error detected while processing /home/djp/.vim/bundle/taskwiki/ftplugin/vimwiki.vim:
line 2:
Traceback (most recent call last):
File "<string>", line 1, in <module>
@linuxcaffe
linuxcaffe / gist:f31639469ce241194218
Last active August 29, 2015 14:17
TaskWiki crash 5
opening this file, all's well, but after creating a new task (test 3 Tom) under this heading;
== case-related tasks | +Tom | +Tom +CAS area:legal ==
* [X] arrange truck
* [ ] sort out J and R property
* [X] write email regarding tom, Amy and the girls (2013-11-11 00:00)
* [X] get Vermont Castings gasgets (2015-01-15 00:00)
* [ ] test 3 Tom
I get these messages;

Table of Contents

Tho Patrick vs. Everybody

synopsis

A one-pager, summarizing why you feel that it is imperative

the narrative

Up to three pages

case-related tasks | +Tom | +Tom +CAS area:legal

  • [X] arrange truck #aed63739-7bad-47a2-bec8-5ac1fb639701
  • [] sort out J and R property #8ee27617-527b-431e-883c-94379db2bf1f
  • [X] write email regarding tom, Amy and the girls (2013-11-11 00:00) #f92600e1-c7b9-48b6-b7bb-69cc1841845a
  • [X] get Vermont Castings gasgets (2015-01-15 00:00) #4444fe14-b927-449d-9f1f-91952b661632
NORMAL ▶ ⎇ master ▶ TPatrick_vs_everybody.wiki[+] ◀ vimwiki ◀ [unix] ◀ 47% ¶ 8: 6 ◀ Ξ trailing[16]
Error detected while processing BufWrite Auto commands for "*.wiki":
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "/home/djp/.vim/bundle/taskwiki/taskwiki/taskwiki.py", line 49, in update_to_tw
cache.save_tasks()
File "/home/djp/.vim/bundle/taskwiki/taskwiki/cache.py", line 100, in save_tasks
task.save_to_tw()
File "/home/djp/.vim/bundle/taskwiki/taskwiki/vwtask.py", line 182, in save_to_tw
self.task.save()