Просмотр исходного кода

Don't indent #+include lines

* lisp/org.el (org-indent-line-function): don't include #+include lines.
Nicolas Goaziou 14 лет назад
Родитель
Сommit
3dfcaf013a
1 измененных файлов с 2 добавлено и 0 удалено
  1. 2 0
      lisp/org.el

+ 2 - 0
lisp/org.el

@@ -19088,6 +19088,8 @@ If point is in an inline task, mark that task instead."
      ((looking-at "# ") (setq column 0))
      ;; Headings
      ((looking-at "\\*+ ") (setq column 0))
+     ;; Included files
+     ((looking-at "#\\+include:") (setq column 0))
      ;; Footnote definition
      ((looking-at org-footnote-definition-re) (setq column 0))
      ;; Literal examples