Re: [O] How to safely update from ver. 8.2.10 to 8.3.x

2016-08-15 Thread Maria Shinoto
Thanks again, this was really helpful, and I understand the logic. To explain what worked: - My Emacs was simply the downloaded version of "EmacsForOSX", which resides in the application folder. - The path to the emacs file that opens from the Terminal turned out to be /Applications/Emac

[O] Sharing documents with bibtex bibliography from org to non-org users

2016-08-15 Thread Martin Leduc
Hi orgers, People using org-mode or LaTeX to write scientific papers inevitably face problems when the time comes to share a manuscript with co-authors for reviewing. Unless one decides to restrict the choice of his co-authors based exclusively on their knowledge of LaTeX, collaborators gener

[O] Sharing documents with bibtex bibliography from org to non-org users

2016-08-15 Thread Martin Leduc
Hi orgers, People using org-mode or LaTeX to write scientific papers inevitably face problems when time comes to share a manuscript with co-authors for reviewing. Unless one decides to restrict the choice of his co-authors based exclusively on their knowledge of LaTeX, collaborators generally

Re: [O] Bug: clock table report hang when using :tags [8.2.10 (release_8.2.10 @ c:/Program Files/emacs/share/emacs/24.5/lisp/org/)]

2016-08-15 Thread Yichao Woo
Here is the Error trace I got with Org uncompiled Debugger entered--Lisp error: (quit) (save-restriction (widen) (end-of-line) (if (re-search-backward org-outline-regexp-bol nil t) (1- (- (match-end 0) (match-beginning 0))) 0)) (save-excursion (save-restriction (widen) (end-of-line) (if (re-se

Re: [O] How to safely update from ver. 8.2.10 to 8.3.x

2016-08-15 Thread Cook, Malcolm
> this weekend I got through lots of troubles, because I updated my > orgmode version with "manage emacs packages" menu command and > somehow > got mixed preferences. > > Now, after a clean install, I have org mode 8.2.10 and would like to > update to version 8.3.x (20160808) which is shown

Re: [O] Feature request: "Figure #:" in labels of listings

2016-08-15 Thread Nicolas Goaziou
Hello, Clément Pit--Claudel writes: > This org file: > > #+CAPTION: Some C code > #+NAME: fig:c > #+BEGIN_SRC c > int main() { return 0; } > #+END_SRC > > See figure [[fig:c]]. > > produces HTML similar to this: > > … > Some C code > … > > > > Se

Re: [O] ox-md.el: Export TOC and Footnotes as Markdown rather than HTML

2016-08-15 Thread Nicolas Goaziou
Hello, Jake Romer writes: > I'm not as familiar with Org's TOC facilities as I should be, so I'll > update to handle these cases after some research. I want to avoid letting > these patches get too big, too. See `org-html-toc' and `org-html--toc-text' for an illustration. > Here's the patch fo

Re: [O] Bug: clock table report hang when using :tags [8.2.10 (release_8.2.10 @ c:/Program Files/emacs/share/emacs/24.5/lisp/org/)]

2016-08-15 Thread Nicolas Goaziou
Hello, Yichao Woo writes: > I upgraded from 8.2.10 to 8.3.5, but still get the same result. Your upgrade may have failed, i.e., Org is reporting 8.3.5 but uses some older libraries bundled with Emacs. > Have no idea why since I have little knowledge on how to read and debug > elisp code. Try

Re: [O] Bug: LaTeX fragment not generated in electric-quote-mode [8.2.10 (release_8.2.10 @ /usr/local/share/emacs/25.1.50/lisp/org/)]

2016-08-15 Thread Nicolas Goaziou
Hello, Wouter Beek writes: > How do I close this issue? (It’s my first and I cannot find > instructions for this in the Emacs and Org manuals.) There's nothing to do. Thank you for letting us know. Regards, -- Nicolas Goaziou0x80A93738

Re: [O] Latex equation numbering on left instead of right

2016-08-15 Thread Lawrence Bottorff
Okay, an Emacs StackExchange person said I'd have to alter the actual HTML/CSS, that adding #+LaTeX_CLASS_OPTIONS: [oneside,reqno] would not help the HTML output -- and it doesn't. I did find the HTML section MathJax.Hub.Config({ displayAlign: "left", displayIndent: "5em",