aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/textmodes
diff options
context:
space:
mode:
authorChong Yidong2007-03-17 18:01:24 +0000
committerChong Yidong2007-03-17 18:01:24 +0000
commita6a4248699482186c2ec696223bb7826762a89fb (patch)
tree5a984d1d4627fecc02a3afe8c772615827630da9 /lisp/textmodes
parent42baaf6af4e19605599944d0cdab56b76ddff67a (diff)
downloademacs-a6a4248699482186c2ec696223bb7826762a89fb.tar.gz
emacs-a6a4248699482186c2ec696223bb7826762a89fb.zip
(org-set-font-lock-defaults): Handle narrow table columns correctly.
Diffstat (limited to 'lisp/textmodes')
-rw-r--r--lisp/textmodes/org.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/textmodes/org.el b/lisp/textmodes/org.el
index 5ada05d1e74..a727fa2df5a 100644
--- a/lisp/textmodes/org.el
+++ b/lisp/textmodes/org.el
@@ -3912,6 +3912,7 @@ between words."
3912 (if (memq 'radio lk) '(org-activate-target-links (0 'org-link t))) 3912 (if (memq 'radio lk) '(org-activate-target-links (0 'org-link t)))
3913 (if (memq 'date lk) '(org-activate-dates (0 'org-date t))) 3913 (if (memq 'date lk) '(org-activate-dates (0 'org-date t)))
3914 (if (memq 'tag lk) '(org-activate-tags (1 'org-tag prepend))) 3914 (if (memq 'tag lk) '(org-activate-tags (1 'org-tag prepend)))
3915 '(org-hide-wide-columns (0 nil append))
3915 ;; TODO lines 3916 ;; TODO lines
3916 (list (concat "^\\*+[ \t]*" org-not-done-regexp) 3917 (list (concat "^\\*+[ \t]*" org-not-done-regexp)
3917 '(1 'org-todo t)) 3918 '(1 'org-todo t))