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