emacs-orgmode
[Top][All Lists]
Advanced

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

[O] sort lists by highest level entries


From: Rainer Stengele
Subject: [O] sort lists by highest level entries
Date: Wed, 06 Mar 2013 15:19:49 +0100
User-agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:17.0) Gecko/20130215 Thunderbird/17.0.3

Hi,

having

      - [2013-01-24 Do] text
      - [2013-01-25 Fr] text
      - [2013-02-01 Fr] text

which in full view is

      - [2013-01-24 Do] text
        * text
      - [2013-01-25 Fr] text
        #+BEGIN_EXAMPLE
        TEXT
        #+END_EXAMPLE
      - [2013-02-01 Fr] text
        * other stuff


I would like to sort the highest level entries, alphabetically would do
in this case, ending up with

      - [2013-02-01 Fr] text
      - [2013-01-25 Fr] text
      - [2013-01-24 Do] text

which of course in full view is

      - [2013-02-01 Fr] text
        * other stuff
      - [2013-01-25 Fr] text
        #+BEGIN_EXAMPLE
        TEXT
        #+END_EXAMPLE
      - [2013-01-24 Do] text
        * text

org-sort and org-sort-entries does not what I want.
Did I miss something obvious?

Thanks,
Rainer




reply via email to

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