Fix bugs in org-mobile.el
This commit is contained in:
parent
206c717410
commit
7a7fa921f7
|
@ -712,7 +712,7 @@ as a string."
|
|||
(setq lmin (1+ level) lmax (+ lmin (if org-odd-levels-only 1 0)))
|
||||
(setq end (save-excursion (org-end-of-subtree t t))))
|
||||
(when (org-on-heading-p)
|
||||
(throw 'exit (move-marker (make-marker) (point)))))))))
|
||||
(move-marker (make-marker) (point))))))))
|
||||
|
||||
(defun org-mobile-locate-entry (link)
|
||||
(if (string-match "\\`id:\\(.*\\)$" link)
|
||||
|
|
Loading…
Reference in New Issue