emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[O] Duplicating DEADLINE and date in capture templates


From: Tory S. Anderson
Subject: [O] Duplicating DEADLINE and date in capture templates
Date: Tue, 03 May 2016 09:25:48 -0600
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.5 (gnu/linux)

I have some capture templates that supply both a deadline and a regular date. This is because I want the days-in-advance notice of deadlines when I view in my agenda, but deadlines are not exported to ICAL so I need a regular date as well. However, these two are always the same value. Any suggestions on how to clone them so I only need to enter them once?

--8<---------------cut here---------------start------------->8---
;; in my setq org-capture-templates
("tT" "Soon (tomorrow) TODO" entry (file+headline "/home/torysa/emacs/org/td.org" "Tomorrow")
                 "* TODO %^{prompt}
%^{Insert}T DEADLINE: %^{Deadline}T%?" :prepend t)
--8<---------------cut here---------------end--------------->8---

--
Tory S. Anderson
Computational Cognitive Narratologist & Application Developer
http://toryanderson.com



reply via email to

[Prev in Thread] Current Thread [Next in Thread]