[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [O] [PATCH] Add new keyword :coding for #+include directive
From: |
Nicolas Goaziou |
Subject: |
Re: [O] [PATCH] Add new keyword :coding for #+include directive |
Date: |
Tue, 17 Apr 2018 10:36:35 +0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/25.3 (gnu/linux) |
Hello,
address@hidden (Pierre Téchoueyres) writes:
> I want to propose the attached patch which allow you to specify an
> optionnal `:coding' keyword to the `#+INCLUDE:' directive.
Thank you.
> This allow you to specify something like
>
> #+begin_example
> ,#+INCLUDE: "myfile.cmd" src cmd :coding "cp850-dos"
> #+end_example
The quotes are not necessary. AFAICT, coding systems do not contain
spaces.
> Which allow you to have different encoding for your various sources
> files.
>
> This allow me to include localised Microsoft Windows batch sources
> inside my utf-8-unix org-files.
Is it really an Org problem? E.g., couldn't you put a coding: cookie in
your ".cmd" file? IMO, the coding system depends on the includee, not
the includer.
WDYT?
Regards,
--
Nicolas Goaziou
- [O] [PATCH] Add new keyword :coding for #+include directive, Pierre Téchoueyres, 2018/04/16
- Re: [O] [PATCH] Add new keyword :coding for #+include directive, Pierre Téchoueyres, 2018/04/16
- Re: [O] [PATCH] Add new keyword :coding for #+include directive,
Nicolas Goaziou <=
- Re: [O] [PATCH] Add new keyword :coding for #+include directive, Pierre Téchoueyres, 2018/04/18
- Re: [O] [PATCH] Add new keyword :coding for #+include directive, Pierre Téchoueyres, 2018/04/20
- Re: [O] [PATCH] Add new keyword :coding for #+include directive, Nicolas Goaziou, 2018/04/23
- Re: [O] [PATCH] Add new keyword :coding for #+include directive, Pierre Téchoueyres, 2018/04/23
- Re: [O] [PATCH] Add new keyword :coding for #+include directive, Nicolas Goaziou, 2018/04/24
- Re: [O] [PATCH] Add new keyword :coding for #+include directive, Pierre Téchoueyres, 2018/04/24