Eric S Fraga <e.fr...@ucl.ac.uk> writes:
> For LaTeX directives that I used to always put in #+latex: lines when
> I needed these within a paragraph, I now increasingly use
> @@latex:...@@.

FYI, you could make it smelt to just @@l:...@@ with:

--8<---------------cut here---------------start------------->8---
    (add-to-list 'org-export-snippet-translation-alist
                 '("l" . "latex"))
--8<---------------cut here---------------end--------------->8---

Best regards,
  Seb

-- 
Sebastien Vauban


Reply via email to