[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [O] [PATCH] Add new keyword :coding for #+include directive
From: |
Pierre Téchoueyres |
Subject: |
Re: [O] [PATCH] Add new keyword :coding for #+include directive |
Date: |
Mon, 16 Apr 2018 23:30:14 +0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/26.1 (gnu/linux) |
Hello org's developpers,
Sorry, I forgot the patch.
so here is the whole mail + patch:
I want to propose the attached patch which allow you to specify an
optionnal `:coding' keyword to the `#+INCLUDE:' directive.
This allow you to specify something like
#+begin_example
,#+INCLUDE: "myfile.cmd" src cmd :coding "cp850-dos"
#+end_example
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.
Thanks in advance for your remarks.
Pierre
0001-Add-new-keyword-coding-for-include-directive.patch
Description: add-keyword-to-include
- [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 <=
- Re: [O] [PATCH] Add new keyword :coding for #+include directive, Nicolas Goaziou, 2018/04/17
- 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