>>> "T" == TEC writes: Hi Timothy > Hi Uwe, > Uwe Brauer writes: >> I'd rather prefer to have \xout{A} instead of \sout{A} >> How can I achieve that? > How about this: > (setcdr (assoc 'strike-through org-latex-text-markup-alist) > "\\xout{%s}") A pure lisp solution, I see, I thought one could add something in the export options, but never mind. > Hope that helps, It does so very much, thanks.