[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 (

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] 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 <tuma...@163.com> 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-prev

[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 <tuma...@163.com> 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 |

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;

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" >

[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" <tuma...@163.com> 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’

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

2016-05-21 Thread Feng Shu
Nicolas Goaziou <m...@nicolasgoaziou.fr> writes: > Hello, > > "Feng Shu" <tuma...@163.com> writes: > >> From e18b7a4430ff90d6bcb828e3898ef25c61aba4bd Mon Sep 17 00:00:00 2001 >> From: Feng Shu <tuma...@163.com> >> Date: Tue, 17 May 2016 2

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 <tuma...@1

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

2016-05-18 Thread Feng Shu
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 <tuma...@163.com> Date: Tue, 17 May 2016 21:24:35 +0800 Subject: [PATCH] Ne

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

2016-05-16 Thread Feng Shu
"Feng Shu" <tuma...@163.com> writes: I will refactor the latex previewing code, this patch should be delay reviewd. > "Feng Shu" <tuma...@163.com> writes: > > This is version 2, make diff more easy read. > > From 66804cf5642256a38beb0b84ad8194562f3

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

2016-05-16 Thread Feng Shu
Nicolas Goaziou <m...@nicolasgoaziou.fr> 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 <tuma...@163.com> Date: Sat, 14 May 2016 22:42:53 +0800

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] (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:

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

2016-05-15 Thread Feng Shu
"Feng Shu" <tuma...@163.com> writes: v4 patch, add some minor change based v3 >From 010baf028bb6dbb706f5abb9f99de0552235f2af Mon Sep 17 00:00:00 2001 From: Feng Shu <tuma...@163.com> Date: Sat, 14 May 2016 22:42:53 +0800 Subject: [PATCH] New feature: Use dvisvgm to previ

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

2016-05-15 Thread Feng Shu
"Feng Shu" <tuma...@163.com> writes: Version 4 patch, minor change based v3 >From 010baf028bb6dbb706f5abb9f99de0552235f2af Mon Sep 17 00:00:00 2001 From: Feng Shu <tuma...@163.com> Date: Sat, 14 May 2016 22:42:53 +0800 Subject: [PATCH] New feature: Use dvisvgm to previ

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

2016-05-15 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 <tuma...@163.com> Date: Sat, 14 May 2016

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

2016-05-14 Thread Feng Shu
"Feng Shu" <tuma...@163.com> writes: This is version 2, make diff more easy read. >From 66804cf5642256a38beb0b84ad8194562f34bfce Mon Sep 17 00:00:00 2001 From: Feng Shu <tuma...@163.com> Date: Sat, 14 May 2016 22:42:53 +0800 Subject: [PATCH] New feature: Use dvisvgm

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

2016-05-14 Thread Feng Shu
"Feng Shu" <tuma...@163.com> writes: > Nicolas Goaziou <m...@nicolasgoaziou.fr> writes: > >> tumashu <tuma...@163.com> writes: >> >>> The problem is that the pic is too small and nearly can not see the >>> words in the picture, it wi

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

[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 <tuma...@163.com> 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-imag

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-html

[O] [patch] org-element: Deal with subscript like: _{x}

2014-12-17 Thread Feng Shu
From a4b14292b96a0f5e5d262087ec3e8de7c209f863 Mon Sep 17 00:00:00 2001 From: Feng Shu tuma...@gmail.com Date: Wed, 17 Dec 2014 21:59:44 +0800 Subject: [PATCH] org-element: Deal with subscript like: _{x} * lisp/org-element.el (org-element--object-lex): Deal with subscript like: _{x}. --- lisp

Re: [O] [patch] org-element: Deal with subscript like: _{x}

2014-12-17 Thread Feng Shu
This seem to be a wrong patch, sorry! Feng Shu tuma...@gmail.com writes: From a4b14292b96a0f5e5d262087ec3e8de7c209f863 Mon Sep 17 00:00:00 2001 From: Feng Shu tuma...@gmail.com Date: Wed, 17 Dec 2014 21:59:44 +0800 Subject: [PATCH] org-element: Deal with subscript like: _{x} * lisp/org

[O] Is it possible to use org-babel to deal with bibtex?

2014-12-14 Thread Feng Shu
I want to deal with my bibtex like this, is it possible? === * Emacs org-mode vim :PROPERTIES: :noweb-ref: bibkeys :END: I like emacs very much src_bib{emacs1900}, I like Org-mode Very much src_bib{orgmode1900}.I don't

[O] ob-R, about :results value verbatim drawer

2014-09-23 Thread Feng Shu
When I run follow code, it just work: #+begin_comment #+BEGIN_SRC R :results value verbatim drawer data - list(a=[[./test1.org]],b=[[./test2.org]],c=[[./test3.org]]) c(data$a,data$b,data$c) #+END_SRC #+RESULTS: :RESULTS:

[O] #+begin_src R :results output drawer doesn't work.

2014-08-09 Thread Feng Shu
#+begin_src R :results output drawer 1 2 #+end_src #+RESULTS: : 2 --

Re: [O] ANN: org-vcard. Export/import vCards. Backwards-compatible with org-contacts.el.

2014-08-03 Thread Feng Shu
Alexis flexibe...@gmail.com writes: Hi all, i'm pleased to announce the initial release of org-vcard, a package for Org-based export and import of vCards: * Backwards-compatible with org-contacts.el. org-vcard comes with a built-in contacts style called 'flat', which adheres to

Re: [O] ANN: org-vcard. Export/import vCards. Backwards-compatible with org-contacts.el.

2014-08-03 Thread Feng Shu
Alexis flexibe...@gmail.com writes: * New contacts style: 'tree'. Is this tree style possible? #+begin-comment * People ** Joan Smith :PROPERTIES: :KIND: individual :FIELDTYPE: name :END: *** Cell :PROPERTIES: :FIELDTYPE: cells-folder :END: 999 991 999 992 999

Re: [O] ANN: org-vcard. Export/import vCards. Backwards-compatible with org-contacts.el.

2014-07-31 Thread Feng Shu
Alexis flexibe...@gmail.com writes: * New contacts style: 'tree'. org-vcard introduces a new style for Org contacts, called 'tree'. I like store the contacts like tree, may be let org-contacts recognizes this tree is a important thing, are there any plans?

Re: [O] org-contacts to vCard

2014-07-06 Thread Feng Shu
Alexis flexibe...@gmail.com writes: I like this tree contact style! A second value `ORG_CONTACTS_STYLE` can have is 'tree': ,* People ,** Alexis ,:PROPERTIES: ,:KIND: individual ,:FIELDTYPE: name ,:END: ,*** Landline ,:PROPERTIES: ,:FIELDTYPE: landline ,:END: , 00

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 lzhe...@gmail.com 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

Re: [O] Images in tables?

2014-03-28 Thread Feng Shu
Peter Davis p...@pfdstudio.com 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)}}} |

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 alan.schm...@polytechnique.org 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

[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:

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

2014-03-26 Thread Feng Shu
Daimrod daim...@gmail.com writes: Feng Shu tuma...@gmail.com 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 info: [pointA] and [pointB] in my hook

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

2014-03-26 Thread Feng Shu
Daimrod daim...@gmail.com writes: Feng Shu tuma...@gmail.com 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) content #+end_src #+begin_comment

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

2014-03-26 Thread Feng Shu
John Hendy jw.he...@gmail.com writes: On Mon, Mar 24, 2014 at 7:00 PM, Feng Shu tuma...@gmail.com wrote: John Hendy jw.he...@gmail.com writes: On Mon, Mar 24, 2014 at 10:22 AM, Feng Shu tuma...@gmail.com wrote: Hi everyone I want to R output table with plot, I use a solution below, Who

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

2014-03-26 Thread Feng Shu
Daimrod daim...@gmail.com writes: Feng Shu tuma...@gmail.com writes: Daimrod daim...@gmail.com writes: Feng Shu tuma...@gmail.com writes: Hi: Hi Feng, Look at the :post header argument. (info (org) post) How to use elisp in :post directly, I don't think you can. You have to use

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

2014-03-24 Thread Feng Shu
Titus von der Malsburg malsb...@posteo.de 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.

[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)

[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)

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

2014-03-24 Thread Feng Shu
John Hendy jw.he...@gmail.com writes: On Mon, Mar 24, 2014 at 10:22 AM, Feng Shu tuma...@gmail.com 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 helpful to describe

Re: [O] html to org-mode

2014-01-03 Thread Feng Shu
John Kitchin jkitc...@andrew.cmu.edu 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 lt;, to get rid of all the html tags, convert a .. to

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

2013-12-06 Thread Feng Shu
Rainer M Krug rai...@krugs.de writes: On Fri Dec 6 15:07:56 2013, Bastien wrote: Hi Feng, Feng Shu tuma...@gmail.com writes: 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

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

2013-12-06 Thread Feng Shu
Rainer M Krug rai...@krugs.de writes: On Fri Dec 6 15:07:56 2013, Bastien wrote: Hi Feng, Feng Shu tuma...@gmail.com writes: 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

[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] Near real-time preview of PDF/ODT export?

2013-11-25 Thread Feng Shu
Yagnesh Raghava Yakkala h...@yagnesh.org writes: On Nov 22 2013, Bastien b...@gnu.org 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

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

2013-11-23 Thread Feng Shu
Karl Voit devn...@karl-voit.at 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

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

2013-11-23 Thread Feng Shu
Karl Voit devn...@karl-voit.at writes: * Rüdiger Sonderfeld ruedi...@c-plusplus.de 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

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

2013-11-23 Thread Feng Shu
Eric Schulte schulte.e...@gmail.com 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

[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 carsten.domi...@gmail.com writes: Hi Christian, On 24.9.2013, at 15:18, Christian Moe m...@christianmoe.com 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,

[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

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 --

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

2013-07-30 Thread feng shu
On Tue, Jul 30, 2013 at 1:07 PM, Jambunathan K kjambunat...@gmail.comwrote: 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. feng shu tuma

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 customize

[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 ndo...@gmail.com writes: feng shu tuma...@gmail.com 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 whether it is necessary to have two

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

2013-07-16 Thread feng shu
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 command \fontsize. Any comment? Feng Shu

[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 tuma...@gmail.com 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 n.goaz...@gmail.com writes: Hello, feng shu tuma...@gmail.com 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: [PATCH] bugfix

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 tuma...@gmail.com 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

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

2013-07-13 Thread Feng Shu
Nicolas Goaziou n.goaz...@gmail.com writes: Hello, feng shu tuma...@gmail.com 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 simple style and making

[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 n.goaz...@gmail.com 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,

[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

[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 tuma...@gmail.com Date: Thu, Jul 11, 2013 at 3:20 PM Subject: [Feature request] Add :export option to ox

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

2013-07-03 Thread Feng Shu
Suvayu Ali fatkasuvayu+li...@gmail.com 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 If you don't

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

2013-07-03 Thread Feng Shu
Suvayu Ali fatkasuvayu+li...@gmail.com writes: On Wed, Jul 03, 2013 at 02:22:40PM +0800, Feng Shu wrote: Suvayu Ali fatkasuvayu+li...@gmail.com 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

[O] [PATCH] 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

[O] [PATCH](v2) 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

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

2013-07-02 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 n.goaz...@gmail.comwrote: Hello, feng shu tuma...@gmail.com writes

Re: [O] [PATCH] (update) Add :caption attribute to #+ATTR_LATEX property

2013-07-01 Thread feng shu
Thanks all the people! This is V5! On Tue, Jul 2, 2013 at 5:38 AM, Nicolas Goaziou n.goaz...@gmail.com wrote: Hello, feng shu tuma...@gmail.com writes: Thanks for your help. This is V4 patch. Thanks for the update. More comments below. +@item :caption +By default, you should use

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

2013-07-01 Thread feng shu
0001-Let-make-be-an-option-to-org-latex-pdf-process.patch Description: Binary data

Re: [O] [PATCH] (update) Add :caption attribute to #+ATTR_LATEX property

2013-06-30 Thread feng shu
Hi version 3 patch, add document about :caption attribute. On Sun, Jun 30, 2013 at 7:46 PM, Nicolas Goaziou n.goaz...@gmail.comwrote: Hello, feng shu tuma...@gmail.com writes: This is the updated patch of Add :caption attribute to #+ATTR_LATEX property If possible, please include

Re: [O] [PATCH] (update) Add :caption attribute to #+ATTR_LATEX property

2013-06-30 Thread feng shu
Thanks for your help. This is V4 patch. On Mon, Jul 1, 2013 at 4:27 AM, Bastien b...@gnu.org wrote: Hi Feng, feng shu tuma...@gmail.com writes: (org-latex--inline-image): Tiny change. org-latex--org-table): Tiny change. The Emacs usage is to write it like this: (org-latex--inline

[O] [PATCH] Add :caption attribute to #+ATTR_LATEX property

2013-06-29 Thread feng shu
This feature is very useful when you export org to latex with custom caption command, for example: #+ATTR_LATEX: :caption \BiTableCaption{caption 1}{caption 2} |---+---| | x | y | |---+---| | 1 | 2 | |---+---| 0001-Add-caption-attribute-to-ATTR_LATEX-property.patch Description: Binary data

[O] [PATCH] (update) Add :caption attribute to #+ATTR_LATEX property

2013-06-29 Thread feng shu
This is the updated patch of Add :caption attribute to #+ATTR_LATEX property If possible, please include it to master This feature is very useful when you export org to latex

Re: [O] [need help] How to add a caption to table with #+attr_latex :caption \bicaption{...}{...}

2013-06-29 Thread Feng Shu
Rasmus ras...@gmx.us writes: Hi Feng, In my thesie, I need add a caption to table or figure with \bicaption{中文标题}{English title} I assume you'd still want to use the #+CAPTION-cookie, no? If so, one solution that comes to mind is writing captions like #+CAPTION: my-Asian-string

[O] [need help] How to add a caption to table with #+attr_latex :caption \bicaption{...}{...}

2013-06-28 Thread feng shu
HI: In my thesie, I need add a caption to table or figure with \bicaption{中文标题}{English title} I can't find the easy way to do this in org-mode ,so I add :caption to #+attr_latex: for example: #+attr_latex: :caption \bicaption{...}{} But the below function doesn't work as expected,

[O] [help] How to ignore a head but don't ignore it's subhead when export

2013-06-18 Thread Feng Shu
#+begin_org * headA ** headB #+end_org When export to latex, how to ignore headA and don't ignore headB? Thanks --

[O] [Help] How to insert a latex command in table environment when export

2013-06-18 Thread Feng Shu
---input--- #+CAPTION: test | a | b | | c | d | output- \begin{table}[htb] \caption{test} % How can I insert a command in this place? for example: % \bitablecaption{你好}{Hello} \centering \begin{tabular}{ll} a b\\ c d\\ \end{tabular} \end{table}

Re: [O] [help] How to ignore a head but don't ignore it's subhead when export

2013-06-18 Thread Feng Shu
Bastien b...@gnu.org writes: Hi Feng, Feng Shu tuma...@gmail.com writes: #+begin_org * headA ** headB #+end_org When export to latex, how to ignore headA and don't ignore headB? You can't, sorry. Thanks for the information --

[O] [help] How to export a chapter as appendix

2013-06-16 Thread Feng Shu
-- org: * This is a appendix -- latex: \appendix{This is a appendix} --

Re: [O] [PATCH] Override the default class name with a new one.

2013-06-14 Thread Feng Shu
Nick Dokos ndo...@gmail.com writes: Rasmus ras...@gmx.us writes: Feng Shu tuma...@gmail.com writes: #+LATEX_CLASS: article #+LATEX_CLASS_NAME: ctexart I'm not sure this is the right approach. . . I can certainly see the value of generating classes on the fly, though. But somehow

Re: [O] [PATCH] Override the default class name with a new one.

2013-06-14 Thread Feng Shu
Rasmus ras...@gmx.us writes: Feng Shu tuma...@gmail.com writes: #+LATEX_CLASS: article #+LATEX_CLASS_NAME: ctexart I'm not sure this is the right approach. . . I can certainly see the value of generating classes on the fly, though. But somehow the proposed syntax just seems to counter

Re: [O] [PATCH] Override the default class name with a new one.

2013-06-14 Thread Feng Shu
Nicolas Goaziou n.goaz...@gmail.com writes: Hello, Feng Shu tuma...@gmail.com writes: #+LATEX_CLASS: article %%output: \documentclass[11pt]{article} ... -- #+LATEX_CLASS: article #+LATEX_CLASS_NAME: ctexart %%output: \documentclass[11pt

[O] [PATCH] Override the default class name with a new one.

2013-06-13 Thread Feng Shu
#+LATEX_CLASS: article %%output: \documentclass[11pt]{article} ... -- #+LATEX_CLASS: article #+LATEX_CLASS_NAME: ctexart %%output: \documentclass[11pt]{ctexart} -- From 338ce85c306ae400ba8c62bfaecaf8973346faa0 Mon Sep 17 00:00:00 2001 From: Feng

Re: [O] [PATCH] Override the default class name with a new one.

2013-06-13 Thread Feng Shu
Feng Shu tuma...@gmail.com writes: #+LATEX_CLASS: article %%output: \documentclass[11pt]{article} ... -- #+LATEX_CLASS: article #+LATEX_CLASS_NAME: ctexart %%output: \documentclass[11pt]{ctexart} Hi: If possible, please merge this patch

Re: [O] [suggest] We should import latex template system

2013-06-12 Thread Feng Shu
Viktor Rosenfeld listuse...@gmail.com writes: Hi, Feng Shu wrote: org-mode odt exporter are using 'org-odt-styles-file, which are odt templetes, I think latex exporter should do like this. for example: I would also like to have a template mechanism for my LaTeX exports. However, I think

Re: [O] [suggest] We should import latex template system

2013-06-12 Thread Feng Shu
Feng Shu tuma...@gmail.com writes: Viktor Rosenfeld listuse...@gmail.com writes: Hi, Feng Shu wrote: org-mode odt exporter are using 'org-odt-styles-file, which are odt templetes, I think latex exporter should do like this. for example: I would also like to have a template mechanism

Re: [O] [suggest] We should import latex template system

2013-06-12 Thread Feng Shu
Nicolas Goaziou n.goaz...@gmail.com writes: Hello, Feng Shu tuma...@gmail.com writes: I don't know other language users, for Chinese latex user, the first thing of write a document may change the document class, for example, change article to ctexart. If I want use org-mode ,I should add

Re: [O] [suggest] We should import latex template system

2013-06-12 Thread Feng Shu
(eval-after-load 'ox-latex '(add-to-list 'org-latex-classes '(myclass \\documentclass{article} [NO-DEFAULT-PACKAGES] [NO-PACKAGES] [EXTRA] \\usepackage{mychinesestylefile} (\\section{%s} . \\section*{%s}) (\\subsection{%s} . \\subsection*{%s})

  1   2   >