Skip to content

Commit

Permalink
my-org: fix TODO, add pichr support.
Browse files Browse the repository at this point in the history
  • Loading branch information
stsquad committed Nov 3, 2024
1 parent 82a69c9 commit a9fc196
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions my-org.el
Original file line number Diff line number Diff line change
Expand Up @@ -182,8 +182,7 @@ This is used by `my-org-run-default-block' which is added to
("t" "Add TODO task with current region"
entry
(file+headline "qemu.org" "Tasks")
"** TODO %?
%i")
"** TODO %?\n%i\n")
("T" "Add TODO task with a reference"
entry
(file+headline "qemu.org" "Tasks")
Expand Down Expand Up @@ -484,6 +483,11 @@ Reviews: save _C_ompleted, _q_ueue normal | _m_aintiner or capture _r_eview comm
((eq format 'ascii)
(format "%s\nMessage-Id: <%s>" desc (match-string 1 path))))))

;; diagrams and stuff
(use-package pikchr-mode
:ensure t
:load-path (lambda () (my-return-path-if-ok
"~/src/emacs/pikchr-mode.git")))

(use-package ox
:pin gnu
Expand Down

0 comments on commit a9fc196

Please sign in to comment.