From: Martin Pohlack <mp26@os.inf.tu-dresden.de>
To: T o n g <mlist4suntong@yahoo.com>, emacs-orgmode@gnu.org
Subject: Re: Org-mode for diary writing
Date: Wed, 18 Nov 2009 11:09:14 +0100 [thread overview]
Message-ID: <4B03C7CA.6090906@os.inf.tu-dresden.de> (raw)
In-Reply-To: <hds1v9$fvn$1@ger.gmane.org>
Hi T o n g,
T o n g wrote:
> I found people are using org-mode for diary writing in recent mlist
> archive, but wasn't able to find such tutorials.
>
> Anyone can enlighten me with such tutorial, which is for org-mode newbies
> and focusing on how to make most use of applicable org-mode features, and
> maybe a bonus "best-practice diary writing with org-mode"?
No tutorial, but this is how I write my journal:
(custom-set-variables
'(org-remember-templates
(quote (("Journal" 106 "* %^{Eintrag}%?%i%&" "~/Daten/Journal.org"
return_formated_date nil)))))
With this helper function:
;;;
;;; time and date, date in international format: YYYY-MM-DD
;;;
(defun return_formated_date ()
(let ((time (decode-time)))
(format "%d-%02d-%02d" (nth 5 time) (nth 4 time) (nth 3 time))))
My journal looks like this:
...
* 2009-11-13
*** abc
*** def
...
Cheers,
Martin
next prev parent reply other threads:[~2009-11-18 10:09 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-11-16 17:26 Org-mode for diary writing T o n g
2009-11-16 20:27 ` Ian Barton
2009-11-18 2:57 ` Marcelo de Moraes Serpa
2009-11-18 10:09 ` Martin Pohlack [this message]
-- strict thread matches above, loose matches on Subject: below --
2009-11-18 20:42 org-mode " Eric S Fraga
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=4B03C7CA.6090906@os.inf.tu-dresden.de \
--to=mp26@os.inf.tu-dresden.de \
--cc=emacs-orgmode@gnu.org \
--cc=mlist4suntong@yahoo.com \
/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).