Skip to content

Instantly share code, notes, and snippets.

_Diary File %FDATE%_

(Weather)

%NUL%== Tasks Due Today | due:%date% == %NUL%== Tasks Completed Today | end:%date% | status:completed == %NUL%== Calls to Make | +PENDING desc.startswith:call or +call | + call == %NUL%== Things To Get | +PENDING desc.startswith:get or desc.startswith:pickup or +get | +get ==

Sleep

Food

_%CLASS% Project wiki file_ -- %FFILE% -- created: %FDATE%

Project Name :: %CLASS% Description :: %HERE% Client :: Manager :: %USER% Project Files ::

Tasks

%NUL%=== %CLASS% Pending Tasks | +PENDING project:%FILE% ===

_Manse project wiki file_ -- manse.project.wiki -- created: 2015-04-03 22:59

Project Name :: Manse Description :: the Presbyterian Manse Client :: Manager :: djp

Tasks

Manse Pending Tasks | +PENDING project:manse | area:home

  • [] install low-watt lighting #c9600278
@linuxcaffe
linuxcaffe / gist:efb71b3643ac9e889369
Created April 5, 2015 18:45
template.project.wiki errors
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 82, in update_to_tw
cache.evaluate_viewports()
File "/home/djp/.vim/bundle/taskwiki/taskwiki/cache.py", line 139, in evaluate_viewports
port.sync_with_taskwarrior()
File "/home/djp/.vim/bundle/taskwiki/taskwiki/viewport.py", line 142, in sync_with_taskwarrior
to_add, to_del = self.get_tasks_to_add_and_del()
File "/home/djp/.vim/bundle/taskwiki/taskwiki/viewport.py", line 116, in get_tasks_to_add_and_del

_%CLASS% Project wiki file_ -- %FFILE% -- created: %FDATE%

Project Name :: %CLASS% Description :: %HERE% Client :: Manager :: %USER%

Tasks

%CLASS% Pending Tasks | +PENDING project:%FILE%

%CLASS% Waiting Tasks | +WAITING project:%FILE%

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 82, in update_to_tw
    cache.evaluate_viewports()
  File "/home/djp/.vim/bundle/taskwiki/taskwiki/cache.py", line 139, in evaluate_viewports
    port.sync_with_taskwarrior()
  File "/home/djp/.vim/bundle/taskwiki/taskwiki/viewport.py", line 142, in sync_with_taskwarrior
    to_add, to_del = self.get_tasks_to_add_and_del()
  File "/home/djp/.vim/bundle/taskwiki/taskwiki/viewport.py", line 116, in get_tasks_to_add_and_del

#!/bin/bash
#
# context.psudo.sh is a tiny script that goes with
# task command alias setting, in .taskrc;
#
# alias.@:=execute context.psudo.sh
#
task rc.context:$*
#
# the desired outcome is that the following command:
<<<<<<< HEAD
*taskwiki.txt* |Taskwarrior| tasks in |Vimwiki| v0.7.2 ~
_____ _ __ ___ _ _ ~
a |_ _|_ _ ___| | _\ \ / (_) | _(_) a ~
command-line | |/ _` / __| |/ /\ \ /\ / /| | |/ / | personal wiki ~
todo list | | (_| \__ \ < \ V V / | | <| | for vim ~
manager |_|\__,_|___/_|\_\ \_/\_/ |_|_|\_\_| ~
~
=============================================================================
CONTENTS
djp  ⋯  tmp  fork  taskwiki   master  git remote add tbabej https://github.com/tbabej/taskwiki.git
djp  ⋯  tmp  fork  taskwiki   master  git pull tbabej master
remote: Counting objects: 566, done.
remote: Compressing objects: 100% (224/224), done.
remote: Total 566 (delta 361), reused 516 (delta 311), pack-reused 0
Receiving objects: 100% (566/566), 69.74 KiB, done.
Resolving deltas: 100% (361/361), completed with 8 local objects.
From https://github.com/tbabej/taskwiki
* branch master -> FETCH_HEAD
Auto-merging doc/taskwiki.txt


== 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()