emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* outline-agenda sorting consistency
@ 2009-02-11  5:36 Samuel Wales
  2009-02-19 19:22 ` Carsten Dominik
  0 siblings, 1 reply; 5+ messages in thread
From: Samuel Wales @ 2009-02-11  5:36 UTC (permalink / raw)
  To: emacs-orgmode

Here are some possible ways that the outline and the agenda
could be made slightly more consistent.  Hope I didn't miss
any that already exist.

  1) priority faces are settable in the agenda.  perhaps
     they could be so in the outline also.
  2) sorting strategy is settable in the agenda.  perhaps it
     could be settable in the outline also.  they could
     share code.

     also:

     * priorities are sortable.  perhaps tags can be
       sortable via a default (built-in) sorting strategy
       also.

       to set the weights, the user configures as follows.
       nil means that tag sorting does nothing.

       ;;urgent gets sorted highest (or lowest, depending on
       ;;perspective).  this is very useful for people who
       ;;have some ordered tags.
       (setq org-tag-sort-weights
             '(("urgent" . 1000)
               ("now" . 100)
               ;;below no tag
               ("someday" . -100))

               ;;nutrition is more important than entertainment
               ("nutrition" . 100)
               ("entertainment" . -100))
     * todo states are sortable.  perhaps they can be
       sortable in such a way that the user can put blank
       entries (no todo state) as desired (e.g. between TODO
       and DONE).  perhaps a variable to set the weights.

-- 
Myalgic encephalomyelitis denialists are causing massive suffering and
25-years-early death by grossly corrupting science.
http://www.meactionuk.org.uk/What_Is_ME_What_Is_CFS.htm

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2009-03-14  3:18 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-02-11  5:36 outline-agenda sorting consistency Samuel Wales
2009-02-19 19:22 ` Carsten Dominik
2009-03-03  4:09   ` Samuel Wales
2009-03-04 11:53     ` Carsten Dominik
2009-03-14  3:18       ` Samuel Wales

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).