0
0
Fork 1
mirror of https://git.savannah.gnu.org/git/emacs/org-mode.git synced 2024-09-05 10:12:55 +00:00

Merge branch 'maint'

This commit is contained in:
Bastien Guerry 2013-05-14 16:07:38 +02:00
commit ad1e98a23c

View file

@ -9258,7 +9258,7 @@ property to set."
(save-excursion (save-excursion
(org-back-to-heading t) (org-back-to-heading t)
(put-text-property (put-text-property
(point-at-bol) (point-at-eol) tprop p)))))))) (point-at-bol) (org-end-of-subtree t t) tprop p))))))))
;;;; Link Stuff ;;;; Link Stuff