From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?utf-8?Q?S=C3=A9bastien_Vauban?= Subject: Re: [bug] Gnus author in capture templates not working Date: Thu, 23 Sep 2010 21:05:27 +0200 Message-ID: <87pqw446x4.fsf@mundaneum.com> References: <87y6bbj3wb.fsf@mundaneum.com> <877hivje71.wl%dmaus@ictsoc.de> <87wrqvjcgy.fsf@mundaneum.com> <87sk1ex63u.wl%dmaus@ictsoc.de> <874odrl4tz.fsf@mundaneum.com> <87wrqhfkkw.fsf@gnu.org> <871v8oyh6s.fsf@mundaneum.com> <87zkvaqfvj.fsf@gnu.org> <87y6ato8bj.fsf@mundaneum.com> <87ocbph66e.wl%dmaus@ictsoc.de> <874odgdhob.fsf@gnu.org> <87bp7oxrj1.wl%dmaus@ictsoc.de> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org-mXXj517/zsQ@public.gmane.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org-mXXj517/zsQ@public.gmane.org To: emacs-orgmode-mXXj517/zsQ@public.gmane.org Hi David, David Maus wrote: > Bastien wrote: >> David Maus writes: >>> I've started to implement the :date property for the other mailers and >>> thought about: >>> >>> - date :: literal content of the date header field >>> - date-timestamp :: active timestamp for the date header field >>> - date-timestamp-ia :: inactive timestamp for the date header field > > Okay, just pushed the changes. The properties for the date header field a= re > now %:date, %:date-timestamp, and %:date-timestamp-inactive and are suppl= ied > by all mail link handlers. I'm sorry, but when putting this in music, I realize this is (maybe) not enough. Just consider a typical test case: --8<---------------cut here---------------start------------->8--- (setq org-capture-templates `(("m" "Mail" entry (file+headline "~/Personal/refile.org" "Tasks") "* TODO %:subject%? (from %:fromname) :mail: :PROPERTIES: :Created: %:date-timestamp-inactive :END: SCHEDULED: %:date-timestamp %i >From %a" :empty-lines 1 :immediate-finish))) --8<---------------cut here---------------end--------------->8--- I now have a full timestamp (date and time) for when the mail has been sent (or received?). That's really great. Though, for the scheduling part, I don't need a full timestamp: I just want= to specify when (which day) I intend to work on it, and reply to it. There, it= 'd be cool to have a timestamp with only date and day of the week (no time). Does this make sense? Best regards, Seb --=20 S=C3=A9bastien Vauban _______________________________________________ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list. Emacs-orgmode-mXXj517/zsQ@public.gmane.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode