On Wed, 2021-01-06 at 16:58 +0100, Juan Manuel Macías wrote:
> Mart van de Wege writes:
> > Can I just clone the repo and prepare a patch?
>
> As far as I know, you can create a diff and propose the patch here in
> the list, opening a new thread, that includes in the mail s
On Wed, 2021-01-06 at 13:24 +0100, Juan Manuel Macías wrote:
> Mart van de Wege writes:
>
> > Kind of weird it's not mentioned in the docs though (at least not
> > in
> > the same section as export filters); if you're going to tell people
> > that
> &g
Maxim Nikulin writes:
> On 06/01/2021 01:33, Mart van de Wege wrote:
>> I'm trying to replace U+00BD in an org buffer with \sfrac{1}{2} during
>> export to LaTex, and obviously I'm doing something wrong, or I don't
>> understand the documentation.
>
On Wed, 06 Jan 2021 12:51:00 +0100
Juan Manuel Macías wrote:
> Mart van de Wege writes:
>
> > Thanks!
> >
> > But see my answer to Nick Dokos on the list, that does not do
> > anything either.
>
> Try putting this variable in your .emacs with non-nil val
Nick Dokos writes:
> Mart van de Wege writes:
>
>> I'm trying to replace U+00BD in an org buffer with \sfrac{1}{2} during
>> export to LaTex, and obviously I'm doing something wrong, or I don't
>> understand the documentation.
>>
>> I use th
On Tue, 05 Jan 2021 22:58:33 +0100
Juan Manuel Macías wrote:
> Hello,
>
> Mart van de Wege writes:
>
> > I'm trying to replace U+00BD in an org buffer with \sfrac{1}{2}
> > during export to LaTex, and obviously I'm doing something wrong, or
> > I don
I'm trying to replace U+00BD in an org buffer with \sfrac{1}{2} during
export to LaTex, and obviously I'm doing something wrong, or I don't
understand the documentation.
I use the following code to set up the filter:
#+BIND: org-export-filter-item-functions (latex-replace-half)
#+BEGIN_SRC emacs-l