Re: [O] Feature request for ox.el: add input-buffer attribute to INFO list

2013-11-02 Thread Thorsten Jolitz
Nicolas Goaziou writes: >> Wouldn't it make sense to call this attribute :input-buffer-or-file or >> so and store 'full path of input file name' if there is an associated >> file, and the buffer name otherwise (instead of just nil)? > > I added :input-buffer to the communication channel. Thanks

Re: [O] Feature request for ox.el: add input-buffer attribute to INFO list

2013-11-02 Thread Nicolas Goaziou
Hello, Thorsten Jolitz writes: > in ox.el I find > > #+begin_src emacs-lisp > (defun org-export--get-buffer-attributes () > "Return properties related to buffer attributes, as a plist." > ;; Store full path of input file name, or nil. For internal use. > (list :input-file (buffer-file-nam

[O] Feature request for ox.el: add input-buffer attribute to INFO list

2013-11-02 Thread Thorsten Jolitz
Hi List, in ox.el I find #+begin_src emacs-lisp (defun org-export--get-buffer-attributes () "Return properties related to buffer attributes, as a plist." ;; Store full path of input file name, or nil. For internal use. (list :input-file (buffer-file-name (buffer-base-buffer #+end_sr