|
From: | Alex Bochannek |
Subject: | Re: [Emacs-orgmode] Remember templates and time stamp rounding. |
Date: | Fri, 17 Mar 2006 00:02:06 -0800 |
User-agent: | Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (windows-nt) |
Carsten Dominik <address@hidden> 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.
[Prev in Thread] | Current Thread | [Next in Thread] |