emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [O] Bug: Export to Latex - Incorrect output for list items starting


From: Sebastien Vauban
Subject: Re: [O] Bug: Export to Latex - Incorrect output for list items starting with left bracket [8.2.3c (8.2.3c-elpa @ /Users/jdegenhardt/.emacs.d/elpa/org-20131115/)]
Date: Thu, 16 Jan 2014 16:24:46 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (windows-nt)

Nicolas Goaziou wrote:
> Eric S Fraga <address@hidden> writes:
>> Sebastien Vauban <address@hidden> writes:
>>> Eric S Fraga wrote:
>>>> Seems to work fine.  I've tried using the export snippets together with
>>>> the filter for checkboxes and my lists come out looking as they
>>>> should.  Changing my documents won't be too onerous.
>>>
>>> Would you mind sharing your filter (or put it on Worg hacks, maybe)?
>>
>> Sure:
>>
>> #+begin_src emacs-lisp
>>   (defun esf/filter-checkbox-list-items (line backend channel)
>>     (if (eq backend 'latex)  
>>         (replace-regexp-in-string "\\\\item 
>> \\$\\\\\\(square\\|boxtimes\\)\\$" "\\\\item [$\\\\\\1$]" line)))
>>   
>>   (add-to-list 'org-export-filter-plain-list-functions 
>> 'esf/filter-checkbox-list-items)
>> #+end_src
>>
>> It took a while to suss out the number of backslashes... :)

I can imagine ;-)

> The question is still open, though: should it be the default?

I'd vote for it, for both LaTeX and HTML.

Best regards,
  Seb

-- 
Sebastien Vauban



reply via email to

[Prev in Thread] Current Thread [Next in Thread]