[Orgmode] remember templates

2010-04-26 Thread Sean Sieger
I've have tried, but gotta ask, is it possible to write a template that will prepend * mmdd to an Org file? So many of my Org files---journal, WORKSHEET(s), and so on, are written `backward' and I'd so like to do that orgamagically. ___ Emacs-or

Re: [Emacs-orgmode] Remember templates and time stamp rounding.

2006-03-20 Thread Jason F. McBrayer
Philip Rooke <[EMAIL PROTECTED]> writes: > Carsten Dominik <[EMAIL PROTECTED]> writes: > >> I have put a new test version of org.el onto my site, version 4.11a: > > [...] > >> Remember templates >> -- > > [...] > > I've had the chance to check these examples and they are working >

Re: [Emacs-orgmode] Remember templates and time stamp rounding.

2006-03-19 Thread Philip Rooke
Carsten Dominik <[EMAIL PROTECTED]> writes: > I have put a new test version of org.el onto my site, version 4.11a: [...] > Remember templates > -- [...] > ;; Templates for Philip Rooke, journal and TODO with a deadline of today > (setq org-remember-templates > '((?j . "*

Re: [Emacs-orgmode] Remember templates and time stamp rounding.

2006-03-17 Thread Alex Bochannek
Carsten Dominik <[EMAIL PROTECTED]> writes: >> For the emphasis font-locks, these regexps work well for me: >> >> (if em '("\\([[:punct:][:space:]]\\|^\\)\\(\\*\\([^*[: >> space:]]+\\)\\*\\)\\([[:space:][:punct:]]\\|$\\)" 0 'bold)) >> (if em >> ("\\([[:punct:][:space:]]\\|^\\)\\(/\\([^/[:space:]]

Re: [Emacs-orgmode] Remember templates and time stamp rounding.

2006-03-17 Thread Alex Bochannek
Carsten Dominik <[EMAIL PROTECTED]> writes: > Time-stamp rounding > --- Thanks for including it! Couple other quick ones: (defcustom org-popup-calendar-for-date-prompt t ... :group 'org-time :type 'number) That should really be a :type 'boolean For the emphasis font-lo

[Emacs-orgmode] Remember templates and time stamp rounding.

2006-03-16 Thread Carsten Dominik
I have put a new test version of org.el onto my site, version 4.11a: http://www.astro.uva.nl/~dominik/Tools/org/org-test.zip This contains only org.el, no further documentation. In this test version, I have incorporates Alex' time rounding patch (in a modified version). Also there is suppor