From mboxrd@z Thu Jan 1 00:00:00 1970 From: Axis Subject: Using capture to add plain text under a headline Date: Wed, 27 Oct 2010 12:43:46 +0200 Message-ID: <4CC80262.2030904@gmx.ch> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from [140.186.70.92] (port=35775 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PB3Ug-0002WQ-Cv for emacs-orgmode@gnu.org; Wed, 27 Oct 2010 06:45:33 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PB3U8-0003aE-0m for emacs-orgmode@gnu.org; Wed, 27 Oct 2010 06:44:31 -0400 Received: from mailout-de.gmx.net ([213.165.64.23]:54845 helo=mail.gmx.net) by eggs.gnu.org with smtp (Exim 4.71) (envelope-from ) id 1PB3U7-0003ZM-In for emacs-orgmode@gnu.org; Wed, 27 Oct 2010 06:43:59 -0400 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: emacs-orgmode@gnu.org Hello, I'm having a struggle capturing a plain text item under a headline; it always gets added to the bottom of the file. List items or org entries can be stowed away properly without a problem, i.e. ("e" "Event" entry (file+headline "~/org/agenda.org" "Events") "* %? %^T") works but ("b" "Birthdays" plain (file+headline "~/org/agenda.org" "Birthdays") "%\\%(diary-anniversary %? mm dd yy) turns %d") doesn't. Any clues as to what might go wrong here or how else I could add a line of plain text to a headline? Thanks, Toby