[O] [PATCH] Fontify inline source blocks when exporting to HTML

2017-05-15 Thread Nicolas Berthier
me suggest this small patch to remedy that issue. >From 4682af888ca3b86eb05c6d40169725cca17136e3 Mon Sep 17 00:00:00 2001 From: Nicolas Berthier <nbe...@member.fsf.org> Date: Mon, 15 May 2017 15:44:11 +0100 Subject: [PATCH] Fontify inline source blocks when exporting to HTML * lisp/ox-htm

[O] [PATCH] `file-name-base' missing in Emacs 24.3

2014-08-25 Thread Nicolas Berthier
Hello, A recent patch introduced a call to `file-name-base' in contributed ox-bibtex.el; however, this function was only introduced in Emacs version 24.3. The attached patch is a basic fix for that. From 362e07699a767ea16d99a7f67f6fcb92d1521e0c Mon Sep 17 00:00:00 2001 From: Nicolas Berthier

Re: [O] mathjax vs. imagemagick

2014-08-04 Thread Nicolas Berthier
) `(case (if (boundp 'backend) (org-export-backend-name backend) nil) ,@body)) ,#+end_src # Local variables: # eval: (org-sbe setup) # End: #+end_src Regards, -- Nicolas BerthierFSF Member #7975

Re: [O] [babel][PATCHES] exporting inline source code

2014-08-01 Thread Nicolas Berthier
Nicolas Goaziou wrote: Hello, Nicolas Berthier nbe...@member.fsf.org writes: In any case, as advised earlier in the discussion, I updated one patch to integrate new tests for the new feature. I also slightly simplified the HTML export patch to avoid useless display attributes. Thank you

Re: [O] tikz and html

2014-07-30 Thread Nicolas Berthier
[fn:1]. Regards, [fn:1] http://stackoverflow.com/a/24452992/1524082 -- Nicolas BerthierFSF Member #7975

Re: [O] [babel][PATCHES] exporting inline source code

2014-07-30 Thread Nicolas Berthier
You wrote: Hi Nicolas, Nicolas Berthier nbe...@member.fsf.org writes: I will investigate on this ASAP, and notice you when I receive a confirmation that the FSF signed it. Thanks, we should expect longer delays during the summer I guess. Hi, I received the confirmation form the FSF

Re: [O] [babel][PATCHES] exporting inline source code

2014-07-29 Thread Nicolas Berthier
have signed the paper, and sent it back to the FSF's assignment administrator one or two weeks ago, but did not hear anything about that since. I will investigate on this ASAP, and notice you when I receive a confirmation that the FSF signed it. Regards, -- Nicolas Berthier

Re: [O] [POLL] Syntax change: make \[...\] non-inline (-1)

2014-07-28 Thread Nicolas Berthier
be the result of exporting to HTML if they were not inline?. As it is always possible to use displaymath environments, I don't think any change regarding \[...\] is necessary. Regards, N. -- Nicolas BerthierFSF Member #7975

[O] formatted index entries

2014-06-18 Thread Nicolas Berthier
somewhere? Any further thoughts on that point? Best regards, Nicolas -- Nicolas BerthierFSF Member #7975

Re: [O] formatted index entries

2014-06-18 Thread Nicolas Berthier
You wrote: Hello, Nicolas Berthier nbe...@member.fsf.org writes: In an org file, I would like to add formatted index entries =word=, !word or similar things, possibly in a hierarchical way as sub entries (I know it's a very peculiar use case, but it turns out that I would appreciate

Re: [O] formatted index entries

2014-06-18 Thread Nicolas Berthier
You wrote: Hello, Nicolas Berthier nbe...@member.fsf.org writes: IMHO, the handling of Org markups (at least) by the LaTeX exporter (and maybe others) would suffice to implement this feature (with a few tricks to still allow sorting by makeindex). Am I right? Handling Org markup

[O] [babel][PATCHES] exporting inline source code

2014-06-13 Thread Nicolas Berthier
(nth 1 info))) (switches . ,(let ((f (nth 3 info))) -- 2.0.0.rc4 The second patch implements the transcoding of inline source blocks into HTML. From 2ce230d0dda6869b4d91a4a27d40d62fdb0593d2 Mon Sep 17 00:00:00 2001 From: Nicolas Berthier nbe...@member.fsf.org Date: Fri, 13 Jun 2014 16:39