emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* [PATCH 0/3] Support week trees in datetree/capture
@ 2015-09-02  8:05 Rüdiger Sonderfeld
  0 siblings, 0 replies; only message in thread
From: Rüdiger Sonderfeld @ 2015-09-02  8:05 UTC (permalink / raw)
  To: emacs-orgmode

Hello,

this series of patches adds support for ISO week trees in org-datetree and
subsequently in org-capture.  Week trees differ from regular date trees
because they are ordered by week and not by month.

Example

* 2015
** 2015-W35
** 2015-W36
*** 2015-08-31 Monday

(I did try to send those patches on Monday.  But it appears they were lost)

Cheers,
Rüdiger

Rüdiger Sonderfeld (3):
  org-datetree.el: Code cleanup.
  org-datetree.el: Add support for ISO week trees.
  org-capture.el: Add support for week trees.

 doc/org.texi                      |   7 +++
 lisp/org-capture.el               |  26 ++++++--
 lisp/org-datetree.el              | 129 +++++++++++++++++++-------------------
 testing/lisp/test-org-datetree.el | 101 +++++++++++++++++++++++++++++
 4 files changed, 194 insertions(+), 69 deletions(-)

-- 
2.5.1

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2015-09-02  8:05 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-09-02  8:05 [PATCH 0/3] Support week trees in datetree/capture Rüdiger Sonderfeld

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