From 22ffe9b52b5795ce4212ec1814e7651dc924a0ab Mon Sep 17 00:00:00 2001 From: JSDurand Date: Sun, 20 Oct 2024 17:29:48 +0800 Subject: org: A new template for electric bills * org-conf.el (org-capture-templates): Add a new template for quickly recording the electric bills. --- org-conf.el | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'org-conf.el') diff --git a/org-conf.el b/org-conf.el index 6f00728..6287658 100644 --- a/org-conf.el +++ b/org-conf.el @@ -277,6 +277,10 @@ in Lisp code use `org-set-tags' instead." :empty-lines 1 :kill-buffer t :immediate-finish t) + ("e" "Store electric degrees" entry + (file+headline "/Users/durand/org/notes.org" "विद्युद्देयकः") + "* %? - %<%Y-%m-%d %H:%M:%S %Z>\n" + :jump-to-captured t) ("t" "TODO" entry (file "~/org/aujourdhui.org") "* TODO %? %^{Date to do:}t\n :PROPERTIES:\n :RECORD_TIME: %U\n :END:\n\n" -- cgit v1.2.3-18-g5258