ox: Fix small bug

* lisp/ox.el (org-export--get-inbuffer-options): Fix small bug
  introduced in 908d42c9b6.
This commit is contained in:
Nicolas Goaziou 2013-07-22 16:06:47 +02:00
parent 908d42c9b6
commit 814755a2d7
1 changed files with 1 additions and 1 deletions

View File

@ -1664,7 +1664,7 @@ Assume buffer is in Org mode. Narrowing, if any, is ignored."
(let (properties)
(dolist (option options properties)
(when (equal (nth 1 option) keyword)
(push (car option) properties))))))
(pushnew (car option) properties))))))
(get-options
(lambda (&optional files plist)
;; Recursively read keywords in buffer. FILES is a list