[O] ox-bibtex.el regexp is not correct when finding bibtex keys

2016-06-29 Thread Xiaolong Zhang (HKUCS)
Hi list, On line 237-241 of ox-bibtex.el of function org-bibtex-process-bib-files: ;; Update `org-bibtex-html-entries-alist'. (goto-char (point-min)) (while (re-search-forward "a name=\"\\([-_a-zA-Z0-9:]+\\)\">\\(\\w+\\)" nil t) (push (cons (match-string 1) (match-string 2)) The

Re: [O] Exporting to LaTeX Ignores Title Option in #+Options:.

2016-06-18 Thread Xiaolong Zhang (HKUCS)
The difference is that no "\maketitle" is generated for LaTeX export after "\begin{document}" Regards, Xiaolong On Sat, Jun 18, 2016 at 2:55 PM, wrote: > I have a bunch of org-files that I want to export. They all have a > #+TITLE: but I don't want the Title to appear in

[O] How to specify the output format for each LaTeX fragment when exporting to HTML?

2015-01-25 Thread Xiaolong Zhang (HKUCS)
Hi List, When I'm exporting LaTeX fragments to HTML, there is a per file option: #+OPTIONS: tex:tDo the right thing automatically (MathJax) #+OPTIONS: tex:nilDo not process LaTeX fragments at all #+OPTIONS: tex:verbatimVerbatim export, for jsMath or so I like the default