[O] [PATCH](v2) ox: add Simplified Chinese translations for `org-export-dictionary'

2013-07-01 Thread feng shu
0001-ox-add-Simplified-Chinese-translations-for-org-expor.patch Description: Binary data

[O] [question] What does "list of listing" mean?

2013-07-01 Thread feng shu
Hi "List of listing" = "list of figure" ? Thanks! feng

[O] [PATCH] (V3) ox: add Simplified Chinese translations for `org-export-dictionary'

2013-07-02 Thread feng shu
0001-ox-add-Simplified-Chinese-translations-for-org-expor.patch Description: Binary data

Re: [O] [PATCH] (V3) ox: add Simplified Chinese translations for `org-export-dictionary'

2013-07-02 Thread Feng Shu
Please include this V3 patch to master. Thanks! Feng

Re: [O] [PATCH] Let =`make'= be an option to =`org-latex-pdf-process'=.

2013-07-02 Thread feng shu
Customize `org-latex-pdf-process isn't very convenient. Is it possible add a feature like: #+LATEX_PDF_PROCESS: latexmk or add #OPTIONS: ;latex_pdf_process latexmk Feng On Wed, Jul 3, 2013 at 12:54 AM, Nicolas Goaziou wrote: > Hello, > > feng shu writ

Re: [O] [PATCH] Let =`make'= be an option to =`org-latex-pdf-process'=.

2013-07-02 Thread Feng Shu
Suvayu Ali writes: > On Wed, Jul 03, 2013 at 07:09:35AM +0800, feng shu wrote: >> Customize `org-latex-pdf-process isn't very convenient. >> Is it possible add a feature like: #+LATEX_PDF_PROCESS: latexmk >> or add #OPTIONS: ;latex_pdf_process latexmk > >

Re: [O] [PATCH] Let =`make'= be an option to =`org-latex-pdf-process'=.

2013-07-03 Thread Feng Shu
Suvayu Ali writes: > On Wed, Jul 03, 2013 at 02:22:40PM +0800, Feng Shu wrote: >> Suvayu Ali writes: >> >> > On Wed, Jul 03, 2013 at 07:09:35AM +0800, feng shu wrote: >> >> Customize `org-latex-pdf-process isn't very convenient. >> >> Is

[O] [Feature request] Add :export option to ox-bibtex.el

2013-07-11 Thread feng shu
bibtex2html can't recognize the style file in current dir ( -s ./customstyle.bst ) and it can't deal with customize bib style file very well. So, is it possible use different bibtex styles when I export to html? For example: #+BIBLIOGRAPHY: hbuuthesis plain limit:t option:-i export:html \bibl

[O] Fwd: [Feature request] Add :export option to ox-bibtex.el

2013-07-11 Thread feng shu
Forgot to mention: the main reason of adding this feature is that I want to use "biblatex" instead of "bibtex" when I export to latex. -- Forwarded message ------ From: feng shu Date: Thu, Jul 11, 2013 at 3:20 PM Subject: [Feature request] Add :export optio

[O] [PATCH] Add "latex" option to ox-bibtex.el

2013-07-12 Thread feng shu
0001-Add-latex-optional-option-to-ox-bibtex.patch Description: Binary data

Re: [O] [PATCH] Add "latex" option to ox-bibtex.el

2013-07-12 Thread feng shu
Really? This problem can be resolved with hooks or filters? Could you give me more informations or a example? -- Forwarded message -- From: Nicolas Goaziou Date: Fri, Jul 12, 2013 at 6:36 PM Subject: Re: [PATCH] Add "latex" option to ox-bibtex.el To: feng shu

Re: [O] [PATCH] Add "latex" option to ox-bibtex.el

2013-07-12 Thread feng shu
I want to add a option which can setting bib for html export and latex export separately, As it for the reason: 1. bibtex2html can't work well with complex bib style, so using a simple style and making it show correctly is reasonable choose, 2. bibtex2html can't find bib style in current dir, f

Re: [O] [PATCH] Add "latex" option to ox-bibtex.el

2013-07-13 Thread Feng Shu
Nicolas Goaziou writes: > Hello, > > feng shu writes: > >> I want to add a option which can setting bib for html export and latex >> export separately, >> As it for the reason: >> 1. bibtex2html can't work well with complex bib style, so using a

[O] [PATCH] bugfix: fix previewing latex fragments with imagemagick

2013-07-14 Thread feng shu
Previewing and exporting latex fragments with imagemagick has been broken when new export system merged. This is the fix patch.

Re: [O] [PATCH] bugfix: fix previewing latex fragments with imagemagick

2013-07-14 Thread feng shu
On Sun, Jul 14, 2013 at 3:02 PM, feng shu wrote: > Previewing and exporting latex fragments with imagemagick has been broken > when new export system merged. This is the fix patch. > 0001-bugfix-fix-generating-formula-image-with-imagemagick.patch Description: Binary data

Re: [O] [PATCH] bugfix: fix previewing latex fragments with imagemagick

2013-07-14 Thread Feng Shu
Nicolas Goaziou writes: > Hello, > > feng shu writes: > >> Previewing and exporting latex fragments with imagemagick has been broken >> when new export system merged. This is the fix patch. > > Thanks for the patch. Here are a few comments. > >> Subject:

Re: [O] [PATCH] bugfix: fix previewing latex fragments with imagemagick

2013-07-14 Thread Feng Shu
This is version 2, >From 1ea9620cd3051cb982a4fb7ddb6f8a68fd0df4a6 Mon Sep 17 00:00:00 2001 From: Feng Shu Date: Sun, 14 Jul 2013 14:18:53 +0800 Subject: [PATCH] Fix generating LaTeX formula images * lisp/ox-odt.el (org-odt--translate-latex-fragments): Fix imagemagick support. * lisp/ox-html

[O] Please Comment: a potential Innovation about proviewing latex fragement with imagemagick

2013-07-16 Thread feng shu
t; pdf -> png( convert with fixed density, for example: 96) ** Advantages 1. More intuition 2. This approach may be used the feature "p-with-dvipng", by using this approach, Maybe we can code a common function shared with imagemagick ang dvipng. ** disadvantages 1. depend latex

[O] [PATCH] [need test]Restruct `org-create-formula-image' function

2013-07-20 Thread feng shu
`org-create-formula-image-with-dvipng' and `org-create-formula-image-with-imagemagick' share a good deal of logic, so combine them to a function. 0001-Restruct-org-create-formula-image-function.patch Description: Binary data

Re: [O] [PATCH] [need test]Restruct `org-create-formula-image' function

2013-07-20 Thread Feng Shu
Nick Dokos writes: > feng shu writes: > >> `org-create-formula-image-with-dvipng' and >> `org-create-formula-image-with-imagemagick' >> share a good deal of logic, so combine them to a function. >> >> > > I have wondered aloud in the past wh

Re: [O] [ANN] Bibliography support ODT + JabRef

2013-07-30 Thread feng shu
On Tue, Jul 30, 2013 at 1:07 PM, Jambunathan K wrote: > > Nicolas, just jump to the last para. > > Feng Shu > > Please CC the mailing list. I don't mind receiving or replying to > one-to-one mails but things that we exchange will be of interest to > other members.

Re: [O] [ANN] Bibliography support ODT + JabRef

2013-07-30 Thread Feng Shu
> Caching of citekey->XML or whatever transformation is one option. > Another option is to just disable citations for casual exports and > enable it one for the final output. > > Something like > > cite:t > > for #+OPTIONS. > > For now you can customi

Re: [O] require a feature: merge many contacts which have the same name.

2013-09-02 Thread Feng Shu
Hello, Daimrod I remember that you have mailed me a elisp function which can merge contacts, but now I can't find this function, so could you resend it to me ? Thanks! --- Feng shu

[O] csv and vcf export about org-contacts.el

2013-09-02 Thread Feng Shu
Recently, I have found a android app (customer contacts) which can quickly search contacts (csv format), so I hack a csv exporter based the vcf exporter's code, does org-contacts need a csv exporter default? -- Feng Shu --

[O] An org-contacts merge function, may be it is useful to someone

2013-09-05 Thread Feng Shu
This is a contacts merge function, you can use it to merge duplicate contacts --- (defun eh-org-contacts-merge-contacts () "Merge duplicate contacts" (interactive) (dolist (name (let ((contact-list (org-contacts-filter nil

[O] A elisp quesion

2013-09-24 Thread Feng Shu
Hello everyone: How can I convert list '(1 2 3 5 6 8 9 13 48) to '((1 2 3) (5 6) (8 9)(13) (48)) ? Thanks --

Re: [O] Wanted: Caretaker of the ODT backend

2013-09-24 Thread Feng Shu
Carsten Dominik writes: > Hi Christian, > > On 24.9.2013, at 15:18, Christian Moe wrote: > >> >> Hi, >> >> I don't have the developer skillz. >> >> Otherwise I'd be happy to help out any way I can, e.g. tracking issues >> and requests, digging into ODT format, replicating bugs and testing >>

Re: [O] Converting org-mode/org-contacts to VCard (importing to Android)

2013-11-23 Thread Feng Shu
Karl Voit writes: > Hi! > > I wrote a Python script that parses an Org-mode file in order to > generate a VCard 2.1 compatible output file I am using to import to > my Android 4.4 device: > > https://github.com/novoid/org-contacts2vcard > > The reason I wrote it in Python is that I don't know

Re: [O] Converting org-mode/org-contacts to VCard (importing to Android)

2013-11-23 Thread Feng Shu
Karl Voit writes: > * Rüdiger Sonderfeld wrote: >> On Friday 22 November 2013 17:37:01 Karl Voit wrote: >>> The reason I wrote it in Python is that I don't know ELISP well >>> enough. The reason I wrote the script instead of using existing >>> export methods: I only want to export a small sub-se

Re: [O] ox-bibtex.el -- how to join sequential citations

2013-11-23 Thread Feng Shu
Eric Schulte writes: > Hi, > > I've been using ox-bibtex.el for a couple of days now and am really > enjoying both the bibtex integration and the HTML export through > bibtex2html. I have run into one issue which I'm now sure how best to > fix. > > When exporting multiple sequential citations e.

Re: [O] Near real-time preview of PDF/ODT export?

2013-11-25 Thread Feng Shu
Yagnesh Raghava Yakkala writes: > On Nov 22 2013, Bastien wrote: > > Hello all, > > I have been using a simple bash script with a Makefile to make pdf file to be > updated with org source on each save while I am editing. It is working fine > for me. Of course its not exactly real time but fast e

[O] How can I convert a org file to a flowchart

2013-11-27 Thread Feng Shu
Hello: I have to draw a flowchart with many many nodes (about 500) and less construct types(only sequence construct and condition construct), Now I use org file record all the node labels, How can I convert this org to a flowchar if i use tag and link to record all the construct? for example:

Re: [O] How can I convert a org file to a flowchart

2013-12-06 Thread Feng Shu
Rainer M Krug writes: > On Fri Dec 6 15:07:56 2013, Bastien wrote: >> Hi Feng, >> >> Feng Shu writes: >> >>> I have to draw a flowchart with many many nodes (about 500) and less >>> construct types(only sequence construct and condition construct), &

Re: [O] How can I convert a org file to a flowchart

2013-12-06 Thread Feng Shu
Rainer M Krug writes: > On Fri Dec 6 15:07:56 2013, Bastien wrote: >> Hi Feng, >> >> Feng Shu writes: >> >>> I have to draw a flowchart with many many nodes (about 500) and less >>> construct types(only sequence construct and condition construct), &

[O] [PATCH] New feature: Use dvisvgm to preview latex formular

2016-05-14 Thread Feng Shu
>From 4e40deddfb342135b78df83fc5a05ddbce965300 Mon Sep 17 00:00:00 2001 From: Feng Shu Date: Fri, 13 May 2016 20:12:22 +0800 Subject: [PATCH] New feature: Use dvisvgm to preview latex formular Tester should set like below: (setq org-latex-create-formula-image-program 'dvisvgm) (

Re: [O] latex fragment png's size too small

2016-05-14 Thread Feng Shu
Nicolas Goaziou writes: > tumashu writes: > >> The problem is that the pic is too small and nearly can not see the >> words in the picture, it will force user config it, if we use a larger >> pic, it can work although it is ugly > > Then is :scale 1.2 enough? I tested in bare emacs, 1.2 seem ok

Re: [O] latex fragment png's size too small

2016-05-14 Thread Feng Shu
"Feng Shu" writes: > Nicolas Goaziou writes: > >> tumashu writes: >> >>> The problem is that the pic is too small and nearly can not see the >>> words in the picture, it will force user config it, if we use a larger >>> pic, it can w

Re: [O] [PATCH] New feature: Use dvisvgm to preview latex formular

2016-05-14 Thread Feng Shu
"Feng Shu" writes: This is version 2, make diff more easy read. >From 66804cf5642256a38beb0b84ad8194562f34bfce Mon Sep 17 00:00:00 2001 From: Feng Shu Date: Sat, 14 May 2016 22:42:53 +0800 Subject: [PATCH] New feature: Use dvisvgm to preview latex formular Tester should s

Re: [O] (version 3) [PATCH] New feature: Use dvisvgm to preview latex formular

2016-05-14 Thread Feng Shu
This is version 3 patch, the latex-previewing code is refacter org-create-formula-image-with-dvipng and org-create-formula-image-with-imagemagick are removed. >From 164c5f4bd41ba29d65fc2c5454b5c4b596c6eb7c Mon Sep 17 00:00:00 2001 From: Feng Shu Date: Sat, 14 May 2016 22:42:53 +0800 Subj

Re: [O] (version 3) [PATCH] New feature: Use dvisvgm to preview latex formular

2016-05-15 Thread Feng Shu
"Feng Shu" writes: Version 4 patch, minor change based v3 >From 010baf028bb6dbb706f5abb9f99de0552235f2af Mon Sep 17 00:00:00 2001 From: Feng Shu Date: Sat, 14 May 2016 22:42:53 +0800 Subject: [PATCH] New feature: Use dvisvgm to preview latex formular Tester should set like belo

Re: [O] (version 4) [PATCH] New feature: Use dvisvgm to preview latex formular

2016-05-15 Thread Feng Shu
"Feng Shu" writes: v4 patch, add some minor change based v3 >From 010baf028bb6dbb706f5abb9f99de0552235f2af Mon Sep 17 00:00:00 2001 From: Feng Shu Date: Sat, 14 May 2016 22:42:53 +0800 Subject: [PATCH] New feature: Use dvisvgm to preview latex formular Tester should set like belo

Re: [O] (version 3) [PATCH] New feature: Use dvisvgm to preview latex formular

2016-05-15 Thread Feng Shu
Nicolas Goaziou writes: > In any case, I suggest to create a new variable > `org-latex-preview-process' for that. `org-latex-preview-process' is a good idea, which make org-latex beginner easily, i will add it. > >> (org-latex-compile): Add a new optional argument: caller-info, >>

Re: [O] (version 3) [PATCH] New feature: Use dvisvgm to preview latex formular

2016-05-15 Thread Feng Shu
Nicolas Goaziou writes: >> + :group 'org-latex >> + :version "24.1" > > :version "25.1" > >> + :type 'alist) I need to help to deal with it, what about just remove :type? >

Re: [O] (v6) [PATCH] New feature: Use dvisvgm to preview latex formular

2016-05-16 Thread Feng Shu
Nicolas Goaziou writes: This is my modified patch (v6), fix the problems you stated. please review again, thank! >From 29760e5c5876fb6b772f7a6004b7160bc06efba8 Mon Sep 17 00:00:00 2001 From: Feng Shu Date: Sat, 14 May 2016 22:42:53 +0800 Subject: [PATCH] New feature: Use dvisvgm to prev

Re: [O] [PATCH] New feature: Use dvisvgm to preview latex formular

2016-05-16 Thread Feng Shu
"Feng Shu" writes: I will refactor the latex previewing code, this patch should be delay reviewd. > "Feng Shu" writes: > > This is version 2, make diff more easy read. > > From 66804cf5642256a38beb0b84ad8194562f34bfce Mon Sep 17 00:00:00 2001 > From: Feng

Re: [O] (V8) [PATCH] New feature: Use dvisvgm to preview latex formular

2016-05-17 Thread Feng Shu
nction org-compile-file, the v8 patch is very different with the earlier version, it is more simpler i think, please comment again, thanks for your help! >From 61885684f4826b06de4bb72b6ef1f369960f268a Mon Sep 17 00:00:00 2001 From: Feng Shu Date: Tue, 17 May 2016 21:24:35 +0800 Subject: [

Re: [O] (V9) [PATCH] New feature: Use dvisvgm to preview latex formular

2016-05-19 Thread Feng Shu
Thank you for patiently help, this is v9 patch, inhert feature is removed from this patch, I need to think it over, maybe submit patch in the future. please comment again, thanks again :-) >From e18b7a4430ff90d6bcb828e3898ef25c61aba4bd Mon Sep 17 00:00:00 2001 From: Feng Shu Date: Tue, 17

Re: [O] (V9) [PATCH] New feature: Use dvisvgm to preview latex formular

2016-05-21 Thread Feng Shu
Nicolas Goaziou writes: > Hello, > > "Feng Shu" writes: > >> From e18b7a4430ff90d6bcb828e3898ef25c61aba4bd Mon Sep 17 00:00:00 2001 >> From: Feng Shu >> Date: Tue, 17 May 2016 21:24:35 +0800 >> Subject: [PATCH] New feature: Use dvisvgm to preview

[O] Some thought about `org-latex-pdf-process-alist', was Re: (V9) [PATCH] New feature: Use dvisvgm to preview latex formular

2016-05-21 Thread Feng Shu
> Hi Feng, > > Thanks for the patches. > > "Feng Shu" writes: > >> 1. org-latex-pdf-process -> org-latex-pdf-default-process >> 2. Add new variable org-latex-pdf-process-alist > > What do you have in mind? I assume it’s something more than j

Re: [O] Some thought about `org-latex-pdf-process-alist', was Re: (V9) [PATCH] New feature: Use dvisvgm to preview latex formular

2016-05-21 Thread Feng Shu
> It is different, 3 runs of latex as example: > > if we don't deal with %latex place-hold in process commands, > #+latex_compiler is useless, we need to define pdf process > in org-latex-pdf-process-alist, > >"pdflatex-pdflatex-pdflatex" "xelatex-xelatex-xelatex" > "lualatex-lualatex-lualat

Re: [O] Some thought about `org-latex-pdf-process-alist', was Re: (V9) [PATCH] New feature: Use dvisvgm to preview latex formular

2016-05-22 Thread Feng Shu
> This is mixing together org-latex-packages-alist, org-latex-pdf-process > and org-latex-document-class, org-latex-default-class, > org-koma-letter-default-class etc, and latexmk/carara into one (modulus > typos). IMO, it introduces too much dependency and convolution. Take > :valid-class; Whe

[O] [PATCH] Latex Previewing process: imagemagick use pdflatex by default

2016-05-23 Thread Feng Shu
>From 2cce55f48773f05f1aaeed31be8a53e3f59af312 Mon Sep 17 00:00:00 2001 From: Feng Shu Date: Tue, 24 May 2016 12:06:41 +0800 Subject: [PATCH] Latex Previewing process: imagemagick use pdflatex by default * org.el (org-preview-latex-process-alist): --- lisp/org.el | 4 ++-- 1 file changed

[O] [PATCH] Fix type error in `org-preview-latex-process-alist' doc

2016-05-24 Thread Feng Shu
>From 3e5f7bf6e80d8e662b428f622de498047aa02790 Mon Sep 17 00:00:00 2001 From: Feng Shu Date: Tue, 24 May 2016 21:26:31 +0800 Subject: [PATCH] Fix type error in `org-preview-latex-process-alist' doc * org.el (org-preview-latex-process-alist): Fix type error in `org-preview-latex-proce

Re: [O] Question about org-publish-project-alist

2015-04-14 Thread Feng Shu
(defvar base-dir "~/Documents/org/") (defvar pub-dir "~/Public/notes/") (setq org-publish-project-alist `(("org" :base-directory ,base-dir :base-extension "org" :publishing-directory ,pub-dir :recursive t :publishing-function org-html-publish-to

Re: [O] html to org-mode

2014-01-03 Thread Feng Shu
John Kitchin writes: > Hi everyone, > > I was playing around with org-rss today, and it is pretty cool. I > would like to customize the way the subheading bodies look though, > primarily to unescape some html things like <, to get rid of all > the html tags, convert to org-mode links, to downloa

[O] about truncate line depend context

2014-03-24 Thread Feng Shu
Now I set truncate-lines to -1 in my org file, but the table shows ugly, So I use below code. Can I use a hook to do this job? #+begin_src elisp (defun eh-org-truncate-lines (&optional arg) (interactive "P") (cond ((or (and (boundp 'org-clock-overlays) org-clock-overlays) org-occ

[O] org-babel R output table with plot

2014-03-24 Thread Feng Shu
Hi everyone I want to R output table with plot, I use a solution below, Who can tell me other solutions? thanks! #+begin_src R :results output raw drawer require("ascii") print.org <- function (x, caption) { print(paragraph(paste("#+CAPTION: ", caption, sep="")),type="org") p

Re: [O] org-babel R output table with plot

2014-03-24 Thread Feng Shu
John Hendy writes: > On Mon, Mar 24, 2014 at 10:22 AM, Feng Shu wrote: >> Hi everyone >> >> I want to R output table with plot, I use a solution below, >> Who can tell me other solutions? >> > > I sort of follow the below, but I think it would be more help

Re: [O] Basic vcard-to-org-contacts converter

2014-03-24 Thread Feng Shu
Titus von der Malsburg writes: > Hi list! > > I decided to give org-contacts a try. Since there doesn't seem to be a > facility for importing contacts in vcard format, I wrote a little Python > script for that. Perhaps someone on this list finds it useful. > > https://gist.github.com/tmalsbur

Re: [O] Better way to specify the latex documentclass of an exported file without changing my configuration?

2014-03-26 Thread Feng Shu
Alan Schmitt writes: > Hello, > > I'm collaborating on a paper with some colleagues, and I convinced them > to use org-mode. I'm trying to make sure the paper is as self-contained > as possible (I don't want them to have to change their emacs > configuration file).To change the documentclass name

[O] How to write a org babel hook, which can manupulate result

2014-03-26 Thread Feng Shu
Hi: I want to write a hook to menupulate org babel output, The problem is: How can I get two points info: [pointA] and [pointB] in my hook function? #+begin_src R :results output raw drawer tbl <- data.frame(a=c(1,2,3),b=c(3,2,1)) print(ascii(tbl),type="org") #+END_SRC #+RESULTS: :RESULTS: [poin

Re: [O] How to write a org babel hook, which can manupulate result

2014-03-26 Thread Feng Shu
Daimrod writes: > Feng Shu writes: > >> Hi: > Hi Feng, > > Look at the :post header argument. > (info "(org) post") Thanks ... > >> I want to write a hook to menupulate org babel output, >> The problem is: How can I get two points i

Re: [O] How to write a org babel hook, which can manupulate result

2014-03-26 Thread Feng Shu
Daimrod writes: > Feng Shu writes: > >> Hi: > Hi Feng, > > Look at the :post header argument. > (info "(org) post") How to use elisp in :post directly, for example: #+begin_src R :results output raw drawer :post (align-multi-table) #+end_src #+begi

Re: [O] org-babel R output table with plot

2014-03-26 Thread Feng Shu
John Hendy writes: > On Mon, Mar 24, 2014 at 7:00 PM, Feng Shu wrote: >> John Hendy writes: >> >>> On Mon, Mar 24, 2014 at 10:22 AM, Feng Shu wrote: >>>> Hi everyone >>>> >>>> I want to R output table with plot, I use a solution belo

Re: [O] How to write a org babel hook, which can manupulate result

2014-03-26 Thread Feng Shu
Daimrod writes: > Feng Shu writes: > >> Daimrod writes: >> >>> Feng Shu writes: >>> >>>> Hi: >>> Hi Feng, >>> >>> Look at the :post header argument. >>> (info "(org) post") >> >>

Re: [O] Images in tables?

2014-03-28 Thread Feng Shu
Peter Davis writes: > I'm finishing a PDF document that will contain a number of screen > shots. I'd like to put them in a table to avoid just having them > arranged vertically on the page. Is there a way to do that? #+MACRO: p \includegraphics[scale=1]{$1} | {{{p(a.png)}}} | {{{p(b.png)}}}

Re: [O] To interrupt org-latex-pdf-process to regexp-replace some string of the .tex intermediate file and continue to export

2014-04-25 Thread Feng Shu
Leu Zhe writes: > I am using org-mode to write some article now. Org-mode is really a > great tool to outline a article with great table and image support. > > Org-mode can display inline .png image but not .pdf file. Because now > org-mode can not control the width or height of shown inline imag

Re: [O] FW: [RFC] Link-type for attachments, more attach options

2019-01-04 Thread Feng Shu
Gustav Wikström writes: I like this feature very much! > Hi, > > > > I’ve attached a patch with some suggested additions to org-attach. Patch > comments below. Please review. > > > > Kind regards > > Gustav > > ___ > > Patch comments: > > * Add new linktype "attached" for attachments >

[O] [PATCH] Let radio target works well with Chinese

2019-02-24 Thread Feng Shu
>From bbf085c61f8b7e9b80077b401cd275b420b4ddca Mon Sep 17 00:00:00 2001 From: Feng Shu Date: Sun, 24 Feb 2019 17:52:51 +0800 Subject: [PATCH] Let radio target works well with Chinese MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * lisp/org.el (

<    1   2