0
0
Fork 1
mirror of https://git.savannah.gnu.org/git/emacs/org-mode.git synced 2024-09-29 21:07:54 +00:00

Support for aling.el.

This commit is contained in:
Carsten Dominik 2008-02-04 12:08:21 +01:00
parent 65a32c2ab3
commit 73fba1d46f
2 changed files with 8 additions and 0 deletions

View file

@ -4,6 +4,7 @@
(org-schedule, org-deadline): Use
`org-remove-timestamp-with-keyword' to make sure all such time
stamps are removed.
(org-mode): Support for `align'.
2008-02-03 Carsten Dominik <dominik@science.uva.nl>

7
org.el
View file

@ -4905,6 +4905,13 @@ The following commands are available:
; (org-set-local 'comment-start "#") ;; FIXME: this breaks wrapping
(org-set-local 'comment-padding " ")
;; Align options lines
(org-set-local
'align-mode-rules-list
'((org-in-buffer-settings
(regexp . "^#\\+[A-Z_]+:\\(\\s-*\\)\\S-+")
(modes . '(org-mode)))))
;; Imenu
(org-set-local 'imenu-create-index-function
'org-imenu-get-tree)