~bzg/ox-skos

7b63d25994cd0b7867cc29ee50af109840b0695c — Bastien 6 years ago 0c05373
Fix duplicate entry in let binding

* ox-skos.el (org-skos-headline): Fix duplicate entry in let
binding.
1 files changed, 1 insertions(+), 3 deletions(-)

M ox-skos.el
M ox-skos.el => ox-skos.el +1 -3
@@ 181,6 181,7 @@ communication channel."
			   (org-element-property :URI headline)))))
	 (lang (org-export-data (plist-get info :language) info))
	 (timestr (format-time-string-ISO-8601))
	 ;; FIXME: check skos:scopeNote
	 (notation
	  (org-skos-i18n
	   (org-element-property :SKOS:NOTATION headline) lang "skos:notation"))


@@ 193,9 194,6 @@ communication channel."
	 (altlabel
	  (org-skos-i18n
	   (org-element-property :SKOS:ALTLABEL headline) lang "skos:altLabel"))
	 (altlabel
	  (org-skos-i18n
	   (org-element-property :SKOS:ALTLABEL headline) lang "skos:altLabel"))
	 (preflabel
	  (org-skos-i18n
	   (or (org-element-property :SKOS:PREFLABEL headline)