all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* sort lists by highest level entries
@ 2013-03-06 14:19 Rainer Stengele
  2013-03-06 14:30 ` Nicolas Goaziou
  0 siblings, 1 reply; 6+ messages in thread
From: Rainer Stengele @ 2013-03-06 14:19 UTC (permalink / raw)
  To: emacs-orgmode

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

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

end of thread, other threads:[~2013-03-06 16:05 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-03-06 14:19 sort lists by highest level entries Rainer Stengele
2013-03-06 14:30 ` Nicolas Goaziou
2013-03-06 15:30   ` Rainer Stengele
2013-03-06 15:51     ` Nicolas Goaziou
2013-03-06 15:56       ` Rainer Stengele
2013-03-06 16:05         ` Nicolas Goaziou

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.