Re: [O] latex equation and html export

2014-01-01 Thread Joseph Vidal-Rosset
Dear Nick, Many thanks to have taken time of writing this long email to try to help me. That's very kind of you. Here are my results. If I want to use MathJax , I have to write something like \[ equation \] it works well in my computer. For labelling, I should follow this documentation: htt

Re: [O] latex equation and html export

2014-01-01 Thread Achim Gratz
Am 01.01.2014 07:28, schrieb Nick Dokos: --8<---cut here---start->8--- (add-to-list 'load-path "~/src/emacs/org/org-mode/lisp") (add-to-list 'load-path "~/src/emacs/org/org-mode/contib/lisp") There is usually no point to include contrib in a minimal Org init,

[O] bug#16265: 24.3.50; re-search-forward (error "Invalid search bound (wrong side of point)")

2014-01-01 Thread Nicolas Richard
Keith David Bershatsky writes: > Yes, `(setq-default cache-long-scans nil)` does indeed fix the > problem. Great. As I said I must give up here, because I don't know what to do at this point ; but I can dig further if someone tells me what I'm looking for, or what is to be done. -- Nico.

[O] are heading properties always strings?

2014-01-01 Thread John Kitchin
Happy New Year! I was playing around with storing data in heading properties and then using links to modify them. For example, a heading might be a quiz question, and the links are the possible answers. Clicking on a link stores which link was clicked on as a property, and also counts the number o

Re: [O] latex equation and html export

2014-01-01 Thread Nick Dokos
Achim Gratz writes: > Am 01.01.2014 07:28, schrieb Nick Dokos: >> --8<---cut here---start->8--- >> (add-to-list 'load-path "~/src/emacs/org/org-mode/lisp") >> (add-to-list 'load-path "~/src/emacs/org/org-mode/contib/lisp") > > There is usually no point to inclu

[O] bug#16265: 24.3.50; re-search-forward (error "Invalid search bound (wrong side of point)")

2014-01-01 Thread Eli Zaretskii
> Date: Tue, 31 Dec 2013 09:37:15 -0800 > From: Keith David Bershatsky > Cc: 16...@debbugs.gnu.org > > So my recommendation would be that the Emacs team return the default value of > `cache-long-scans` to `nil` Unlikely to happen. > or, fix it somehow so that it doesn't interfere with popular

Re: [O] Org-mode-publish: link to dedicated target accross files

2014-01-01 Thread Nicolas Goaziou
Hello, Sébastien Brisard writes: > If I instead write > > [[file:./references.org::HASH1962][Hashin and Shtrikman (1962)]] > > (without the #), then the behaviour is the exact opposite > 3. in Emacs, the link (including the dedicated target) is found > 4. in the exported HTML file, the link is

[O] Folding buglet?

2014-01-01 Thread Thomas S. Dye
Aloha all, * Folding issue - One - Two With this Org mode buffer, which ends immediately after "Two" with no new line, the "o" of Two shows up when the headline is folded: * Folding issue...o Obviously, not a big deal, but not expected behavior. BTW, 2013 was a good year for Org mode in my b

[O] bug#16265: 24.3.50; re-search-forward (error "Invalid search bound (wrong side of point)")

2014-01-01 Thread Keith David Bershatsky
Yes, the issue has indeed been resolved in the latest version of Emacs Trunk that I built today. I used my example to conduct the test, and it works now with `cache-long-scans` enabled. Great job -- thank you Eli, and thanks again Nicolas! Keith ;;;

[O] bug#16265: 24.3.50; re-search-forward (error "Invalid search bound (wrong side of point)")

2014-01-01 Thread Eli Zaretskii
> Date: Wed, 01 Jan 2014 17:30:12 -0800 > From: Keith David Bershatsky > Cc: theonewiththeevill...@yahoo.fr, 16...@debbugs.gnu.org > > Yes, the issue has indeed been resolved in the latest version of Emacs Trunk > that I built today. I used my example to conduct the test, and it works now >