Support for aling.el.
This commit is contained in:
parent
65a32c2ab3
commit
73fba1d46f
|
@ -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
7
org.el
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue