emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Orgmode] Best way to implement Keywords feature


From: Martin Pohlack
Subject: Re: [Orgmode] Best way to implement Keywords feature
Date: Mon, 09 Nov 2009 15:52:22 +0100
User-agent: Thunderbird 2.0.0.23 (X11/20090817)

Alan E. Davis wrote:
> In some cases, a single headword entry can relate to a large number of
> topics.  I have tried dealing with longer tag lists: automatic
> adjustment of tags column (on this list a little utility was posted:
> org-adjust-tags-column-reset-tags.  I THINK that a keyword list may
> allow more freedom to cross-index, especially if it is easy to use.
> 
> Can someone suggest a way to implement a keywording system, perhaps with
> a custom agenda search?  Or have others dealt with this issue in
> innovative ways?
> 
> I would appreciate any ideas.

I still have the feeling that tags are the way to go.  Searching etc.
already works with tags.  Their disadvantage seems to be that lines get
cluttered if many tags are used.

Maybe this can be solved with two approaches:
* In agendas, one could have a filter for which tags to show / hide.
  This would be useful otherwise too, as it would allow to hide context
  tags in already defined agendas.

  org-agenda-hide-tags-regex

  For example, all my contexts start with "@", so I would set it to be
  "address@hidden" to hide redundant information in my work agendas, or use
  "^@" to remove all context information from a specific agenda.

* For plain view, could we have a soft newline between tags and content
  for an item (like in long-lines-mode)?
  Tags would be shown on a new line (with indentation etc.) but would be
  stored on the same line in files?

  For example, the file content ("\" added by me, should be one long
  line):

*** TODO test1      :keyword1:keyword2:keyword3:keyword4:keyword5:  \
keyword6:keyword7:keyword8:keyword9:keyword10:keyword11:

  Is shown like this in org-mode:

*** TODO test1
    :keyword1:keyword2:keyword3:keyword4:keyword5:keyword6:keyword7:
     keyword8:keyword9:keyword10:keyword11:

Cheers,
Martin Pohlack




reply via email to

[Prev in Thread] Current Thread [Next in Thread]