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
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
>
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 . "*
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:]]
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
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