From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bill Wishon Subject: LOGBOOK Drawer Position in Capture Templates Date: Wed, 19 Dec 2012 09:24:35 -0800 Message-ID: Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=bcaec54ee94a635d6b04d137e396 Return-path: Received: from eggs.gnu.org ([208.118.235.92]:59948) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TlNNn-0003Ey-7i for emacs-orgmode@gnu.org; Wed, 19 Dec 2012 12:24:44 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TlNNk-0005b7-3S for emacs-orgmode@gnu.org; Wed, 19 Dec 2012 12:24:39 -0500 Received: from mail-vc0-f173.google.com ([209.85.220.173]:41216) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TlNNj-0005b3-Vh for emacs-orgmode@gnu.org; Wed, 19 Dec 2012 12:24:36 -0500 Received: by mail-vc0-f173.google.com with SMTP id f13so2625225vcb.32 for ; Wed, 19 Dec 2012 09:24:35 -0800 (PST) List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode --bcaec54ee94a635d6b04d137e396 Content-Type: text/plain; charset=ISO-8859-1 Hi, If I have a capture template as follows: ("sm" "Start a meeting and clock" entry (file "~/org/notes.org") "* %c %U ** %?" :clock-in t :clock-resume t) What happens is that the sub-heading where the point is left is where the LOGBOOK drawer is inserted. like this: * Meeting Title [date] ** :LOGBOOK: CLOCK [date] :END: I want the clock to be associated with the top level heading. Is there a way to construct the template so that it results in the LOGBOOK drawer being part of the primary heading? Like so: * Meeting TItle [date] :LOGBOOK: CLOCK [date] :END: ** Thanks, ~>Bill --bcaec54ee94a635d6b04d137e396 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Hi,

If I have a capture template as follows:
(= "sm" "Start a meeting and clock" entry (file "~/or= g/notes.org") "* %c %U
** %?" :clock-in t :clock-resume t)

What happ= ens is that the sub-heading where the point is left is where the LOGBOOK dr= awer is inserted. like this:

* Meeting Title [date= ]
** <point is here>
:LOGBOOK:
CLOCK [date]
:END:

I want the clock to be associated wi= th the top level heading. =A0Is there a way to construct the template so th= at it results in the LOGBOOK drawer being part of the primary heading? =A0L= ike so:
* Meeting TItle [date]
:LOGBOOK:
CLOCK [date]
:END:
** <point is here>

Tha= nks,
~>Bill
--bcaec54ee94a635d6b04d137e396--