Procházet zdrojové kódy

Don't indent #+include lines

* lisp/org.el (org-indent-line-function): don't include #+include lines.
Nicolas Goaziou před 14 roky
rodič
revize
3dfcaf013a
1 změnil soubory, kde provedl 2 přidání a 0 odebrání
  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