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