From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?utf-8?Q?S=C3=A9bastien_Vauban?= Subject: Re: Go to today in Calendar Date: Mon, 28 Feb 2011 09:40:29 +0100 Message-ID: <80ipw4mu0y.fsf@somewhere.org> References: <801v2z9hwt.fsf@somewhere.org> <59F67FAE-5A63-4C44-B0B6-E36BE2323932@gmail.com> <80pqqgnodc.fsf@somewhere.org> <871v2ubvhg.fsf@gnu.org> 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 Bastien, Bastien wrote: > S=C3=A9bastien Vauban writes: >> Is it because of some order to respect in the different allowed timestam= ps >> (active, inactive, scheduled, deadline) > > Yes, SCHEDULED (or DEADLINE) should come first. OK. I did not think that mattered much, but that's no problem. > In general, I tend to avoid mixing several timestamps format for the same > entry (I just allow myself to use both SCHEDULED and DEADLINE, since that > makes sense.) I almost never mix many dates, but this comes from the following "need": I capture emails I have to respond to, and - I want the original date to be saved, and - add my SCHEDULED timestamp onto it. This is done with the following template (in which I just inversed the two lines containing dates): #+begin_src emacs-lisp ("m" "Mail" entry (file+headline ,org-default-notes-file "Tasks") "* TODO %:subject%? (from %:fromname) :mail: SCHEDULED: %t %:date-timestamp-inactive #+begin_verse %i #+end_verse >From %a" :empty-lines 1 :immediate-finish) #+end_src You'll tell me that I could use PROPERTIES as well, but I think I'd loose t= he ability to sort the tasks tree based on the inactive dates. 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