From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: How to move DEADLINE/SCHEDULED to the same line as Head line? Date: Wed, 22 Oct 2008 18:05:07 +0200 Message-ID: References: Mime-Version: 1.0 (Apple Message framework v929.2) Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KsgD6-0004E1-DK for emacs-orgmode@gnu.org; Wed, 22 Oct 2008 12:05:24 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KsgD2-0004Bt-P7 for emacs-orgmode@gnu.org; Wed, 22 Oct 2008 12:05:24 -0400 Received: from [199.232.76.173] (port=33863 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KsgD2-0004Bn-Ks for emacs-orgmode@gnu.org; Wed, 22 Oct 2008 12:05:20 -0400 Received: from nf-out-0910.google.com ([64.233.182.189]:1729) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KsgD1-0002j5-F5 for emacs-orgmode@gnu.org; Wed, 22 Oct 2008 12:05:20 -0400 Received: by nf-out-0910.google.com with SMTP id c7so1431376nfi.26 for ; Wed, 22 Oct 2008 09:05:17 -0700 (PDT) In-Reply-To: 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@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: "Larry.Liu" Cc: emacs-orgmode@gnu.org Hi Larry, this is possible, but not recommended. You can configure the variable `org-insert-labeled-timestamps-at- point' to request that the deadline etc is inserted at point, and then you need to make sure that the cursor always is there where you want it inserted. However, the internals of project planning work more consistently if you allow Org to pus these into the second line, and then use other means like the agenda, the timeline, or column view to look at and edit these time stamps. - Carsten On Oct 22, 2008, at 12:18 PM, Larry.Liu wrote: > Now in my configuration, head lines with a DONE/DEADLINE stamp looks > like > > ***** DONE Ask Manish the database username/password for PRD. > CLOSED: [2008-10-01 Wed 10:00] > > ***** DONE Review the issues of 9-27 > DEADLINE: <2008-09-30 Tue 18:00> > > > But the format I prefer is as below, you can see DONE/DEADLINE is > on the same line as the head title) > > ***** DONE Ask Manish the database username/password for PRD. > CLOSED: [2008-10-01 Wed 10:00] > > ***** DONE Review the issues of 9-27 DEADLINE: <2008-09-30 Tue > 18:00> > > Is this configurable and if it is, where can I find related > documents or what's the variable to configure this? > > Thanks :) > > > -- > -------------------------------------- > Larry.Liu > Mobile: 13911483964 > --------------------------------------- > _______________________________________________ > Emacs-orgmode mailing list > Remember: use `Reply All' to send replies to the list. > Emacs-orgmode@gnu.org > http://lists.gnu.org/mailman/listinfo/emacs-orgmode