emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Orgmode] [PATCH 0/3] No sub/superscript in property keys and two small


From: Mikael Fornius
Subject: [Orgmode] [PATCH 0/3] No sub/superscript in property keys and two small fixes.
Date: Thu, 10 Jun 2010 16:54:48 +0200

Org-entities is great, thanks!

I suggest not to fontify property keywords.

I found an easy way to prevent org-mode to fontify sub/superscripts in
property keys by skipping text with font eq org-special-keyword.

What triggered me was the key :LAST_REPEAT: in org-habit who looked
silly.

I also stumbled upon an unused, unprefixed function named test which I
removed. Earlier I used let instead of save-match-data in my patch to
org-at-property-p which I also changed.

Feel free to apply these patches to org-mode if you like them.

Changes applies to
Org-mode version 6.36trans (release_6.36.253.g1546e.dirty)


Mikael Fornius (3):
  Removed unused test function.
  Use save-match-data macro instead of let.
  Do not fontify subscripts of property keys.

 lisp/org.el |   25 +++++++++++--------------
 1 files changed, 11 insertions(+), 14 deletions(-)




reply via email to

[Prev in Thread] Current Thread [Next in Thread]