diff options
| author | Chong Yidong <cyd@stupidchicken.com> | 2007-03-17 18:01:24 +0000 |
|---|---|---|
| committer | Chong Yidong <cyd@stupidchicken.com> | 2007-03-17 18:01:24 +0000 |
| commit | a6a4248699482186c2ec696223bb7826762a89fb (patch) | |
| tree | 5a984d1d4627fecc02a3afe8c772615827630da9 | |
| parent | 42baaf6af4e19605599944d0cdab56b76ddff67a (diff) | |
| download | emacs-a6a4248699482186c2ec696223bb7826762a89fb.tar.gz | |
(org-set-font-lock-defaults): Handle narrow table columns correctly.
| -rw-r--r-- | lisp/textmodes/org.el | 1 |
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." (if (memq 'radio lk) '(org-activate-target-links (0 'org-link t))) (if (memq 'date lk) '(org-activate-dates (0 'org-date t))) (if (memq 'tag lk) '(org-activate-tags (1 'org-tag prepend))) + '(org-hide-wide-columns (0 nil append)) ;; TODO lines (list (concat "^\\*+[ \t]*" org-not-done-regexp) '(1 'org-todo t)) |
