[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Smart quotes not working correctly with single quotes
From: |
Juan Manuel Macías |
Subject: |
Re: Smart quotes not working correctly with single quotes |
Date: |
Fri, 28 May 2021 20:37:21 +0000 |
Hi Andreas,
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-keywords' as non-nil:
(setq org-export-allow-bind-keywords t)
If you are going to use that filter in many documents, you can better add to
your
~ /.emacs:
(add-to-list 'org-export-filter-final-output-functions 'single-quote-filter)
Best regards,
Juan Manuel
- Smart quotes not working correctly with single quotes, Andreas Gösele, 2021/05/27
- Re: Smart quotes not working correctly with single quotes, Nicolas Goaziou, 2021/05/28
- Re: Smart quotes not working correctly with single quotes, Albert Krewinkel, 2021/05/28
- Re: Smart quotes not working correctly with single quotes, Andreas Gösele, 2021/05/28
- Re: Smart quotes not working correctly with single quotes, Andreas Gösele, 2021/05/29
- Re: Smart quotes not working correctly with single quotes, Nicolas Goaziou, 2021/05/28
- Re: Smart quotes not working correctly with single quotes, Juan Manuel Macías, 2021/05/28
- Re: Smart quotes not working correctly with single quotes, Andreas Gösele, 2021/05/28