From mboxrd@z Thu Jan 1 00:00:00 1970 From: Fred Hansen Subject: identify notes within headlines Date: Thu, 29 Mar 2012 14:38:31 -0700 (PDT) Message-ID: <1333057111.53373.YahooMailNeo@web124906.mail.ne1.yahoo.com> Reply-To: Fred Hansen Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="576311973-629428411-1333057111=:53373" Return-path: Received: from eggs.gnu.org ([208.118.235.92]:57876) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SDN3D-0001qh-P0 for emacs-orgmode@gnu.org; Thu, 29 Mar 2012 17:38:36 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SDN3C-0003S8-7B for emacs-orgmode@gnu.org; Thu, 29 Mar 2012 17:38:35 -0400 Received: from nm16.bullet.mail.ne1.yahoo.com ([98.138.90.79]:35870) by eggs.gnu.org with smtp (Exim 4.71) (envelope-from ) id 1SDN3B-0003Ru-Ss for emacs-orgmode@gnu.org; Thu, 29 Mar 2012 17:38:34 -0400 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@gnu.org" --576311973-629428411-1333057111=:53373 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable Most of my headlines contain only timestamps as content. =A0Some, however, = have notes. These notes are usually contextual information that will help m= e to complete a task. =A0To remember to check the notes, I type=A0'see note= ' at the end of these headlines. I suppose I could also use a tag like ":NO= TE:". The problem is that I have to remember to add a tag or type "see note= ". =A0I don't like the added step and I sometimes forget to do it. =A0Befor= e 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. = =A0Does anyone have a better (automated) way to identify notes? =A0Perhaps = I a hook after org-add-note to add a tag to the headline? =A0Thanks for any= suggestions.=0A --576311973-629428411-1333057111=:53373 Content-Type: text/html; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable
Most of my headlines contain only timestamps as content. =  Some, however, have notes. These notes are usually contextual informa= tion that will help me to complete a task.  To remember to check the n= otes, I type 'see note' at th= e end of these headlines. I suppose I could also use a tag like ":NOTE:". T= he problem is that I have to remember to add a tag or type "see note". &nbs= p;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 i= ndication that the note had contents, but now all my notes have elipsis. &n= bsp;Does anyone have a better (automated) way to identify notes?  Perh= aps I a hook after org-add-note to add a tag to the headline?  Thanks for any suggestions.
--576311973-629428411-1333057111=:53373-- 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