Re: [O] How to use xml src block as data input?

2018-04-30 Thread Simonyi András
Hello, if having the data in a source block is a must, then, as a last resort, you might try to pull the block's content from the buffer's parse tree: #+begin_src emacs-lisp :var src-block-name="xml-sample" (let ((xml-str (org-element-map (org-element-parse-buffer) 'src-block

Re: [O] bibliographystyle in scimax

2018-03-08 Thread Simonyi András
Dear Joseph, I'm not familiar with scimax, but if it uses org-ref to handle citations then you might give a try to citeproc-orgref (https://github.com/andras-simonyi/citeproc-orgref) which is able to format BibTeX citations in html exports according to any CSL style (Chicago author-date is the

[O] Org citations, CSL and citeproc-el

2018-01-05 Thread Simonyi András
Dear List Members, a few days ago I've released the first public version of citeproc-el (https://github.com/andras-simonyi/citeproc-el), a CSL 1.01 citation processor library for Emacs. Since the main motivation of my work was to contribute to org-mode's citation rendering I also implemented a