]> code.delx.au - gnu-emacs/blobdiff - lisp/org/org-mobile.el
* net/tramp-adb.el (tramp-adb-prompt): Extend regexp.
[gnu-emacs] / lisp / org / org-mobile.el
index a410de0d7754fe07e80d31cb83423bd7984a9c31..293d2a000c02b706bf5001edfe843ab876356017 100644 (file)
@@ -1064,7 +1064,7 @@ be returned that indicates what went wrong."
       (if (org-on-heading-p) ; if false we are in top-level of file
          (progn
            (end-of-line 1)
-           (org-insert-heading-respect-content)
+           (org-insert-heading-respect-content t)
            (org-demote))
        (beginning-of-line)
        (insert "* "))