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-locks, these regexps work well for me:

(if em 
'("\\([[:punct:][:space:]]\\|^\\)\\(\\*\\([^*[:space:]]+\\)\\*\\)\\([[:space:][:punct:]]\\|$\\)"
 0 'bold))
(if em 
'("\\([[:punct:][:space:]]\\|^\\)\\(/\\([^/[:space:]]+\\)/\\)\\([[:space:][:punct:]]\\|$\\)"
 0 'italic))
(if em 
'("\\([[:punct:][:space:]]\\|^\\)\\(_\\([^_[:space:]]+\\)_\\)\\([[:space:][:punct:]]\\|$\\)"
 0 'underline))


Alex.


_______________________________________________
Emacs-orgmode mailing list
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode

Reply via email to