Export Org mode files to (gag, barf) MS Office?

2021-06-27 Thread emanuel . charpentier
I know we’re not supposed to really even TALK about proprietary software in FOSS communities like this one, but I can’t help but wonder if someone might consider making (an) Emacs plugin(s) that allow(s) a user to export Org mode files to Microsoft Office file formats such as .docx, .xlsx and the l

[O] join two or more tables

2019-08-23 Thread emanuel . charpentier
> Hi > > I was googling this a bit, I found more complicated scenarios, but > not how to join one or more tables. > > For example > #+begin_src > > #+tblname: nut > | type | Fiber | Sugar | Protein | Carb | > |--+---+---+-+--| > | eggplant | 2.5 | 3.2 |

Re: [O] Latex single dollar math delimiter question

2019-08-08 Thread emanuel . charpentier
On Sun, 4 Aug 2019, Eric S Fraga had the gall to write : > By the way, you might be interested in the following configuration > snippet which makes org insert \(\) when you type a single $ (and a $ > if you type 2 of them in a row). > > #+begin_src emacs-lisp :tangle "esf-org.el" > ;; from Nico

Re: [O] Possible bug in org-mode (MELPA version as of 1018-11-25) : #+language: is not (fully) honored.

2018-12-02 Thread emanuel . charpentier
Dear all, Please find enclosed a proposed patch (against master) to document the need for babel/polyglossia in order to honor #+language in LaTeX export. This is purely a documentation patch. A better solution would be to detect the use of a non-default #+language: and act accordingly. Nicolas no

Re: [O] Possible bug in org-mode (MELPA version as of 1018-11-25) : #+language: is not (fully) honored.

2018-11-28 Thread emanuel . charpentier
TL;DR : your fix works, but I disagree with the absence od documentation and default. See below : Le mercredi 28 novembre 2018 à 15:06 +0100, Nicolas Goaziou a écrit : > Hello, > > Emmanuel Charpentier writes: > > > Close, but no cigar : > > > > I used the `customize' interface to add it to `o

Re: [O] Possible bug in org-mode (MELPA version as of 1018-11-25) : #+language: is not (fully) honored.

2018-11-27 Thread emanuel . charpentier
Le mardi 27 novembre 2018 à 21:26 +0100, Nicolas Goaziou a écrit : [ Snip... ] > What happens if you remove "org-ref.el" reference? Same thing. Even after uninstalling org-ref and its dependencies. Sorry... -- Emmanuel Charpentier

Re: [O] Possible bug in org-mode (MELPA version as of 1018-11-25) : #+language: is not (fully) honored.

2018-11-27 Thread emanuel . charpentier
I forgot to add that, when exporting to plain tex or ODT, #+language* *seems* to be honored : the table of contents is entitled "Table des matières". The problem is therefore probably in ox-latex.el (but way above my level of competance in em... -- Emmanuel Charpentier

Re: [O] Possible bug in org-mode (MELPA version as of 1018-11-25) : #+language: is not (fully) honored.

2018-11-27 Thread emanuel . charpentier
I forgot to add that, when exporting to plain tex or ODT, #+language* *seems* to be honored : the table of contents is entitled "Table des matières". The problem is therefore probably in ox-latex.el (but way above my level of competance in emacs-lisp...). -- Emmanuel Charpentier