From mboxrd@z Thu Jan 1 00:00:00 1970 From: Matt Lundin Subject: Re: Format for a note Date: Sun, 30 Aug 2009 09:17:50 -0400 Message-ID: <87iqg5phj5.fsf@fastmail.fm> References: <4A9A4B91.9030708@nickbell.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MhkIG-0005ug-7x for emacs-orgmode@gnu.org; Sun, 30 Aug 2009 09:18:04 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MhkIB-0005r4-Mz for emacs-orgmode@gnu.org; Sun, 30 Aug 2009 09:18:03 -0400 Received: from [199.232.76.173] (port=40201 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MhkIB-0005r1-H6 for emacs-orgmode@gnu.org; Sun, 30 Aug 2009 09:17:59 -0400 Received: from out1.smtp.messagingengine.com ([66.111.4.25]:50439) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MhkIB-0006Ne-9W for emacs-orgmode@gnu.org; Sun, 30 Aug 2009 09:17:59 -0400 In-Reply-To: <4A9A4B91.9030708@nickbell.org> (Nick Bell's message of "Sun, 30 Aug 2009 10:51:13 +0100") 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: Nick Bell Cc: Org list Nick Bell writes: > I have just started to use 'z' to add a note from agenda. I'd like to > change the format of the added note to [the_date] the_note (i.e. > remove the \\newline after the date which currently appears. > > I've looked everywhere but can't find out how to do this. Is it > possible? I believe you can change the content of the header line using the variable org-log-note-headings, but as far as I can tell the format - header \\ note is hardcoded into the function. The "\\" ensures a line break during export. I appreciate this behavior because it guarantees a clean, consistent list of notes, regardless of whether they are created with "z" or via org's automatic logging functions. Best, Matt