Track when todos are done, fetch git token more easily
This commit is contained in:
parent
00d5d9b7d1
commit
b7cb65404a
2 changed files with 12 additions and 0 deletions
|
@ -494,6 +494,12 @@ Export non-breaking spaces properly; from, believe it or not, [[https://orgmode.
|
|||
'my-html-filter-nobreaks))
|
||||
#+END_SRC
|
||||
|
||||
Track when I complete todos.
|
||||
|
||||
#+BEGIN_SRC emacs-lisp
|
||||
(setq org-log-done 'time)
|
||||
#+END_SRC
|
||||
|
||||
*** Packages
|
||||
|
||||
**** =org-agenda-property=
|
||||
|
|
6
snippets/org-mode/git
Normal file
6
snippets/org-mode/git
Normal file
|
@ -0,0 +1,6 @@
|
|||
# name: git-token
|
||||
# key: git
|
||||
# --
|
||||
`(with-temp-buffer
|
||||
(insert-file-contents "~/Documents/drive/token-t29")
|
||||
(buffer-string))`$0
|
Loading…
Add table
Add a link
Reference in a new issue