From: "Rüdiger Sonderfeld" <ruediger@c-plusplus.net>
To: emacs-orgmode@gnu.org
Subject: [PATCH 0/3] Add ISO week trees.
Date: Mon, 31 Aug 2015 21:14:31 +0100 [thread overview]
Message-ID: <1661190.WbKErcNc0q@descartes> (raw)
This series of patches adds support for ISO week trees to org-datetree
and org-capture. Unlike regular date trees the tree is ordered by
week instead of month.
For example:
* 2015
** 2015-W35
*** 2015-08-30 Sunday
**** Foo
**** Bar
** 2015-W36
*** 2015-08-31 Monday
**** Fou
*** 2015-09-01 Tuesday
**** Baz
I find this more useful to order my work log than a month based tree.
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
reply other threads:[~2015-08-31 20:14 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://www.orgmode.org/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1661190.WbKErcNc0q@descartes \
--to=ruediger@c-plusplus.net \
--cc=emacs-orgmode@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).