浏览代码

Don't indent #+include lines

* lisp/org.el (org-indent-line-function): don't include #+include lines.
Nicolas Goaziou 14 年之前
父节点
当前提交
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