Change org-export-get-headline-id to org-export-get-reference

Reflects 13 Apr 2015 change in Org
Commit 186bae42a4f1c7dd6b7a6af0bc1aebeb18025527
http://orgmode.org/w/?p=org-mode.git;a=commit;h=186bae42a4f1c7dd6b7a6af0bc1aebeb18025527
This commit is contained in:
William Denton 2015-05-08 17:24:21 -04:00
parent 3fcc2874cd
commit d902720f29
1 changed files with 14 additions and 14 deletions

View File

@ -351,7 +351,7 @@ holding contextual information."
;; Standard headline. Export it as a slide
(let* ((level (org-export-get-relative-level headline info))
(preferred-id (or (org-element-property :CUSTOM_ID headline)
(org-export-get-headline-id headline info)
(org-export-get-reference headline info)
(org-element-property :ID headline)))
(hlevel (org-reveal--get-hlevel info))
(header (plist-get info :reveal-slide-header))