Re: [O] org-e-beamer missing from org-export-dispatch ui

2012-10-09 Thread bernard
hx for sharing. I have (setq org-e-latex-pdf-process '("texi2dvi --pdf --clean --verbose --batch %f")) grabbed from https://lists.gnu.org/archive/html/emacs-orgmode/2012-09/msg01005.html Could you (or someone else) explain the differences and tradeoffs involved between both setups ? Best Regards, Bernard

[O] rainbow parenthesis with org babel for reveal.js export

2013-11-21 Thread bernard
syntactic coloring in HTML. However, I miss rainbow parenthesis (and my students even more so !). org-reveal page says : "Org-reveal use Org-Babel to highlight source codes." hence my message here. Any advice would be greatly appreciated ! Best Regards Bernard [0] https://github.com/yjwen/org-reveal

Re: [O] rainbow parenthesis with org babel for reveal.js export

2013-11-21 Thread bernard
Thanks for the ultra-fast helpful answer. Pointing me to Htmilze allowed my search-fu to find http://yoo2080.wordpress.com/2013/08/26/how-to-make-rainbow-delimiters-mode-work-with-org-mode-export-or-htmlize/. Cheers, Bernard

Re: [O] Org-mode workshop: has anyone done this already?

2012-03-09 Thread Bernard H .
will it take place ? Is it possible to attend ? Will you be video recording it ? Best Regards, Bernard

[O] resize multiple image within a row or paragraph

2014-09-18 Thread alban bernard
Hi Folks, My wife and I use the marvelous org-mode to design a complete set of student courses. These courses are first written in org-mode then exported to html to ease distribution to students (and save some paper). We wonder what is the correct way to resize multiple images those links are wit

Re: [O] resize multiple image within a row or paragraph

2014-09-20 Thread alban bernard
Any thought on this? ~Alban. On Thursday, September 18, 2014 5:14 PM, alban bernard wrote: Hi Folks, My wife and I use the marvelous org-mode to design a complete set of student courses. These courses are first written in org-mode then exported to html to ease distribution to students

Re: [O] resize multiple image within a row or paragraph

2014-09-21 Thread alban bernard
Wow. Thanks for your reply. I will stop googling and worg-ing for a solution. I will rather dig into your suggestion. As I understood, there is some hackery involved here .. :) Thanks again. ~Alban Bernard On Saturday, September 20, 2014 2:08 PM, Nicolas Goaziou wrote: Hello, alban

Re: [O] resize multiple image within a row or paragraph

2014-09-21 Thread alban bernard
I will test this workaround pronto. For other backends, that's not a problem as I render pdf from html through phantomjs and I don't use neither latex nor odt for the moment. Big thanks to you both. ~Alban Bernard. On Sunday, September 21, 2014 8:07 PM, Christian Moe wrote: H

[O] [PATCH] Fix to allow ob-babel-shell-names to be customised.

2016-07-22 Thread Bernard Hurley
(org-babel-execute:shell body params) ! value))) (defun org-babel-execute:shell (body params) "Execute a block of Shell commands with Babel. ---snip-- I am using Org version 8.3.5 in Emacs 25.1.50.1. Cheers, Bernard -- Your fortune cookie for today: Marriage is low down, but you spend the rest of your life paying for it. -- Baskins ** Fortune cookies are brought to you by GNU/Linux "fortunes" **

[O] [PATCH] Better handling labels in source code blocks + A suggestion

2016-08-01 Thread Bernard Hurley
Hi all, At present the value of org-coderef-label-format in a source code editing buffer does not inherit its value from the value in the corresponding org-mode buffer but instead, if it is not specified by a -l option, defaults to the global value. Note that it is the value in the org mode buffer

Re: [O] [PATCH] Better handling labels in source code blocks + A suggestion

2016-08-01 Thread Bernard Hurley
>>>>> "Bernard" == Bernard Hurley writes: Bernard> #+BEGIN_SRC ruby -f -l "#(ref:%s)" Sorry that should have been: #+BEGIN_SRC ruby -r -l "#(ref:%s)" -- Your fortune cookie for today: Bridge ahead. Pay troll. ** Fortune cookies are brought to you by GNU/Linux "fortunes" **

[Orgmode] Re: storing link doesn't work from Gnus

2006-11-25 Thread Bernard Adrian
11 Emacs 22.0.51.1 (Emacs-multi-tty). Hoping this may help to understand from where can come this bug... -- Bernard Adrian PGP 031A938D http://www.bernadrian.net ___ Emacs-orgmode mailing list Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode

[Orgmode] Re: storing link doesn't work from Gnus

2006-11-26 Thread Bernard Adrian
Bernard Adrian <[EMAIL PROTECTED]> a écrit : > I guess my emacs-version or my gnus-version is responsible : > > Gnus v5.11 > Emacs 22.0.51.1 (Emacs-multi-tty). Same problem with emacs-snapshot (Emacs 22.0.91.1)... For some reasons i have to keep emacs21 on my system too. Mayb

[Orgmode] Re: storing link doesn't work from Gnus

2006-11-27 Thread Bernard Adrian
r/share/emacs/22.0.91/lisp/texmodes/ and now 'C-c l' works fine. Why is /usr/share/emacs/22.0.51/lisp/texmodes/ still present on my machine ? I don't know. However i removed this version before loading emacs-snapshot (22.0.91). Curious. But now all works fine