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

org.el (org-indent-line): Fix table formulas indenting

* org.el (org-indent-line): Fix table formulas indenting.
This commit is contained in:
Bastien Guerry 2012-12-31 09:24:04 +01:00
parent 8897a53ff4
commit aa80e441dc

View file

@ -20792,6 +20792,7 @@ hierarchy of headlines by UP levels before marking the subtree."
(t
(beginning-of-line 0)
(while (and (not (bobp))
(not (looking-at org-table-line-regexp))
(not (looking-at org-drawer-regexp))
;; When point started in an inline task, do not move
;; above task starting line.