Re: Smart quotes not working correctly with single quotes

2021-05-29 Thread Andreas Gösele
eUnicodeCharacter{200B}{{\hskip 0pt}} into default.latex. Using the meta-file with pandoc-quotes.lua and "-V lang=de" leads to correctly nested quotes also for latex. Thanks again to everybody! Andreas Andreas Gösele writes: > Albert Krewinkel writes: > >> Andreas Gösele

Re: Smart quotes not working correctly with single quotes

2021-05-28 Thread Andreas Gösele
Juan Manuel Macías writes: > Andreas Gösele writes: > >> I tried it, but it doesn't work. It leaves the simple quotes >> untouched. Did you test it and did it work then? > > I forgot to tell you (sorry!) that you should set the variable > `org-export-allow-bind

Re: Smart quotes not working correctly with single quotes

2021-05-28 Thread Andreas Gösele
Albert Krewinkel writes: > Andreas Gösele writes: > >> [...] I tried to convert the LaTeX document with pandoc, tex4h and >> latex2html to odt and html but none of them produces the correct >> output. >> >> So I'm wondering whether there is any way

Re: Smart quotes not working correctly with single quotes

2021-05-28 Thread Andreas Gösele
Nicolas Goaziou writes: > "Andreas Gösele" writes: > >> So I'm wondering whether there is any way to make org export to >> recognize single quotes also outside from double quote. It should be >> possible as inner quotes is not the only use of simple quot

Re: Smart quotes not working correctly with single quotes

2021-05-28 Thread Andreas Gösele
g-export-derived-backend-p backend 'latex) > (replace-regexp-in-string "´\\([[:graph:]]+\\)" "‚glq{}\\1" >(replace-regexp-in-string > "\\([[:graph:]]+\\)´" "\\1\\\\grq{}" >

Re: Smart quotes not working correctly with single quotes

2021-05-28 Thread Andreas Gösele
TeX_Header: \MakeOuterQuote{"} > #+LaTeX_Header: \MakeInnerQuote{´} > > #+LaTeX: \selectlanguage{german}\EnableQuotes > It's a ´test´. "Please". > > lorem "ipsum ´dolor´ sit" amet > > Best regards, > > Juan Manuel > > Andreas Gösel

Smart quotes not working correctly with single quotes

2021-05-27 Thread Andreas Gösele
Hi, even using "smart quotes", single quotes are not correctly exported into html, odt or latex. I have as document: | #+LANGUAGE: de | #+OPTIONS: ':t | #+OPTIONS: toc:nil | It's a 'test'. "Please". If I export it to html I get: | It’s a ’test’. „Please“. I should get: | It’s a ‚test‘. „Plea

[Orgmode] Re: err... looking-back not defined in xemacs either

2009-11-23 Thread Andreas Gösele
rror because of that. Thanks Andreas Gösele ___ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode

[Orgmode] Re: err... looking-back not defined in xemacs either

2009-11-21 Thread Andreas Gösele
Wes Hardaker hardakers.net> writes: Is there going to be a patch for that? Or is there at least a work-around? Thanks Andreas Gösele ___ Emacs-orgmode mailing list Remember: use `Reply All' to send replies to the list. Emacs-orgmode@gnu.

[Orgmode] Re: Howto install from git under XEmacs (org-freemind problem)

2009-11-13 Thread Andreas Gösele
;org-freemind" nil nil nil) command-execute(org-freemind-to-org-mode t) execute-extended-command(nil) call-interactively(execute-extended-command) Thanks again! Andreas Gösele ___ Emacs-orgmode mailing list Remember: use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode

[Orgmode] Re: problem with latex export

2009-11-11 Thread Andreas Gösele
oblem I now found out, that there is a line in my custom.el causing the problem, namely: '(case-fold-search nil) It seems to be the same problem reported in the post "LaTeX export not possible when case-fold-search is set to nil". Thanks again! Andreas Gösele

[Orgmode] Re: problem with latex export

2009-11-10 Thread Andreas Gösele
and custom.el as a whole without causing problems. In the case of xemacs that's true only for init.el. If I evaluate custom.el as a whole buffer the problems returns. But if a evaluate the (only four) expressions in it one after the other - no problem. Thanks again Andreas Gösele __