From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: identify notes within headlines Date: Tue, 03 Apr 2012 08:14:02 +0200 Message-ID: <87aa2tqr4l.fsf@gnu.org> References: <1333057111.53373.YahooMailNeo@web124906.mail.ne1.yahoo.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:50052) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SEwz4-0008BW-HS for emacs-orgmode@gnu.org; Tue, 03 Apr 2012 02:12:51 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SEwz2-00088o-RQ for emacs-orgmode@gnu.org; Tue, 03 Apr 2012 02:12:50 -0400 Received: from mail-we0-f169.google.com ([74.125.82.169]:65077) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SEwz2-00088V-Im for emacs-orgmode@gnu.org; Tue, 03 Apr 2012 02:12:48 -0400 Received: by werj55 with SMTP id j55so2801500wer.0 for ; Mon, 02 Apr 2012 23:12:46 -0700 (PDT) In-Reply-To: <1333057111.53373.YahooMailNeo@web124906.mail.ne1.yahoo.com> (Fred Hansen's message of "Thu, 29 Mar 2012 14:38:31 -0700 (PDT)") 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: Fred Hansen Cc: "emacs-orgmode@gnu.org" Hi Fred, Fred Hansen writes: > Most of my headlines contain only timestamps as content. Some, > however, have notes. These notes are usually contextual information > that will help me to complete a task. To remember to check the > notes, I type 'see note' at the end of these headlines. I suppose I > could also use a tag like ":NOTE:". The problem is that I have to > remember to add a tag or type "see note". I don't like the added > step and I sometimes forget to do it. Before I began tracking state > changes I was able to use the elipsis as a visual indication that the > note had contents, but now all my notes have elipsis. Does anyone > have a better (automated) way to identify notes? Perhaps I a hook > after org-add-note to add a tag to the headline? Thanks for any > suggestions. I like the idea of being able to identify entries with notes, but this is hardly doable, because notes are formatted differently for different users. What's doable instead is to have a function mapping the current buffer and looking for entries with a LOGBOOK drawer. You can have a look at `org-map-entries' for a start. HTH, -- Bastien