Re: [O] formatted index entries

2014-06-18 Thread Nicolas Berthier
You wrote: > Hello, > > Nicolas Berthier 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? > >

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

2014-07-28 Thread Nicolas Berthier
ch constructs in paragraphs like "...\[...\]...", and those s can still further be customized with CSS ; what would 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

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

2014-07-29 Thread Nicolas Berthier
on this. > > Thanks, Hi, I 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 FS

Re: [O] tikz and html

2014-07-30 Thread Nicolas Berthier
c > > But I do not succeed to export it into a html file. > > Your help is welcome. Hello, You can see this answer on stackoverflow[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 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 confirmatio

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

2014-08-01 Thread Nicolas Berthier
Nicolas Goaziou wrote: > Hello, > > Nicolas Berthier 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 attr

Re: [O] mathjax vs. imagemagick

2014-08-04 Thread Nicolas Berthier
,#+name: setup ,#+begin_src emacs-lisp :results silent :exports none (defmacro by-backend (&rest body) `(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

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

2014-08-25 Thread Nicolas Berthier
tations throughout the document ;; in TEMP-FILE and pass it to "bibtex2html" as "-citefile" ;; argument. -- 2.0.0.rc4 Regards, -- Nicolas BerthierFSF Member #7975

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

2014-06-13 Thread Nicolas Berthier
8bf919c7001e8e1ec2 Mon Sep 17 00:00:00 2001 From: Nicolas Berthier Date: Fri, 13 Jun 2014 15:32:54 +0200 Subject: [PATCH 1/2] ob: Support for exporting inline source code * lisp/ob-exp.el (org-babel-exp-inline-code-template): New customizable variable to export inline source code (similar to `org-babe

[O] formatted index entries

2014-06-18 Thread Nicolas Berthier
available in org ≥ 8.0. Has it already been implemented by somebody 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 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 c

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

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