* identify notes within headlines
@ 2012-03-29 21:38 Fred Hansen
2012-04-03 6:14 ` Bastien
0 siblings, 1 reply; 2+ messages in thread
From: Fred Hansen @ 2012-03-29 21:38 UTC (permalink / raw)
To: emacs-orgmode@gnu.org
[-- Attachment #1: Type: text/plain, Size: 748 bytes --]
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.
[-- Attachment #2: Type: text/html, Size: 1028 bytes --]
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: identify notes within headlines
2012-03-29 21:38 identify notes within headlines Fred Hansen
@ 2012-04-03 6:14 ` Bastien
0 siblings, 0 replies; 2+ messages in thread
From: Bastien @ 2012-04-03 6:14 UTC (permalink / raw)
To: Fred Hansen; +Cc: emacs-orgmode@gnu.org
Hi Fred,
Fred Hansen <f.hansen42@yahoo.com> 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
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2012-04-03 6:12 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-03-29 21:38 identify notes within headlines Fred Hansen
2012-04-03 6:14 ` Bastien
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).