Re: [O] Re: List-table feature (or a potential quick and easy mullti-lines table in org?)

2011-03-17 Thread feng shu
I wish org-mode can do like this... - Row 1 :exports tabel - 1.1 - 1.2 - 1.3 - Row 2 - 2.1 - 2.2 - 2.3 On Fri, Mar 18, 2011 at 6:18 AM, Ben b...@maleloria.org wrote: Out of boredom, I've written a draft for it. Woohoo! congrats for the way you're getting bored! Hey thank you

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.

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

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

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

Re: [O] #+call split into multiple lines?

2013-03-29 Thread feng shu
Stefan Vollmar voll...@nf.mpg.de writes: Dear Thomas, dear Sebation, dear Achim, dear Nicolas, maybe a misunderstanding: the original idea is to produce a personal homepage for members of our institute, with one file per person - here is a better example

[O] [patch] add 'tel' and 'note' property

2013-04-04 Thread Feng Shu
From 94cb96299561618ec237e8cb17cc27bdb38218ac Mon Sep 17 00:00:00 2001 From: Feng Shu tuma...@gmail.com Date: Fri, 5 Apr 2013 09:47:04 +0800 Subject: [PATCH 1/3] Let org-contacts.el has the ability which can export email-address list * org-contacts.el (org-contacts-vcard-format): let

[O] Fix bugs introduced by [patch] add 'tel' and 'note' property'

2013-04-06 Thread Feng Shu
From 4eb305cdf2f7c59b8e014514c0409d4da2eb9eab Mon Sep 17 00:00:00 2001 From: Feng Shu tuma...@gmail.com Date: Sun, 7 Apr 2013 11:12:09 +0800 Subject: [PATCH] [PATCH] org-contacts.el , fix bugs about 'tel and 'note properties * contrib/lisp/org-contacts.el (org-contacts-vcard-format): fix bug

Re: [O] phone links...

2013-04-09 Thread Feng Shu
Michael Strey mst...@strey.biz writes: Robert, On Do, Apr 04, 2013 at 09:38:48 -0500, Robert P. Goldman wrote: [...] I will be happy to include this into contrib (and do the relevant assignment) at any time when people think that it is sufficiently ready to go. I have been testing it in

[O] need a org-contacts feature

2013-04-09 Thread Feng Shu
org-contacts is very useful, but it can't be work well with CJK users for CJK input method, I need a feature like this: 1. If I search string 你好 ,the result will be: 你好 2. if I have a dict function in which there is '(nihao 你好) or '(nh 你好) 3. the feature I expect is like: when I search

[O] [PATCH] org-contacts.el, add alias properties

2013-04-10 Thread Feng Shu
From 27f65b3939ca60ec7abf7d066b3aadfff44396a8 Mon Sep 17 00:00:00 2001 From: Feng Shu tuma...@gmail.com Date: Wed, 10 Apr 2013 21:05:15 +0800 Subject: [PATCH] org-contacts.el, add name alias property. * contrib/lisp/org-contacts.el (org-contacts-alias-property): add new varible (org-contacts

Re: [O] need a org-contacts feature

2013-04-10 Thread Feng Shu
that can transcript hanzi to pinyin A dictionary method like you describe might be doable with yasnippet. http://capitaomorte.github.io/yasnippet/ However, it would only be practical for the most common words. Hope that helps a bit Greetings Torsten On 9 April 2013 12:10, Feng Shu tuma

[O] [Help] Which function can get a head's context

2013-04-10 Thread Feng Shu
#+begin_example * head1 :tag1: #+end_example How can I get 'head1' Feng Shu --

Re: [O] [Help] Which function can get a head's context

2013-04-10 Thread Feng Shu
Thanks Bastien --

[O] org.texi:8719 Error

2013-04-12 Thread Feng Shu
org-version: 8.0-pre (release_8.0-pre-416-gbf338e) makeinfo --no-split org.texi -o org org.texi:8719: No closing brace for footnote `'. org.texi:8719: Unmatched }. makeinfo: Removing output file `org' due to errors; use --force to preserve. make[1]: *** [org] Error 1 make[1]: Leaving directory

[O] [Help] How to apply a function to all head of buffer

2013-04-12 Thread Feng Shu
I need a function apply all the head of a org buffer,I know it will use loop ,but I don't know the details --

Re: [O] [Help] How to apply a function to all head of buffer

2013-04-12 Thread Feng Shu
Thanks Eric ! --

Re: [O] phone links...

2013-04-13 Thread Feng Shu
It it only a temporary solution, may be someone will need it ,but adding it to the master may be not a good idea. From 2c73cdfdf54fe4c882a3bc0d3ce3cd268555100e Mon Sep 17 00:00:00 2001 From: Feng Shu tuma...@gmail.com Date: Sat, 13 Apr 2013 22:00:03 +0800 Subject: [PATCH] org-contacts.el

Re: [O] phone links...

2013-04-14 Thread Feng Shu
[update diff] make output format more beautiful From 500694de70f14095acc765875182d65feab7ef85 Mon Sep 17 00:00:00 2001 From: Feng Shu tuma...@gmail.com Date: Sat, 13 Apr 2013 22:00:03 +0800 Subject: [PATCH] org-contacts.el, export contacts to outline-format * contrib/lisp/org-contacts.el (org

Re: [O] phone links...

2013-04-14 Thread Feng Shu
Bastien b...@gnu.org writes: Hi Feng, Feng Shu tuma...@gmail.com writes: [update diff] make output format more beautiful thanks for the patch -- at first sight, the formatting should be fixed, let's try to avoid lines longer than 80 characters. But in general, I'd be more comfortable

Re: [O] phone links...

2013-04-15 Thread Feng Shu
Bastien b...@gnu.org writes: Hi Feng, thanks for your reply. I'll let Grégoire decide on what to apply to org-contacts.el. Best, It's a good decision --

Re: [O] phone links...

2013-04-16 Thread Feng Shu
Daimrod daim...@gmail.com writes: I agree with you, it would be much better if org-contacts managed links within properties. I think the two format have less difference org-android and org-android-NG can't show properties like outline, I expect to see the implement of this feature I'll

Re: [O] problems with org-protocol + capture templates

2013-04-16 Thread Feng Shu
Fabrice Popineau fabrice.popin...@supelec.fr writes: I use org-protocol with Chrome and Windows 8, emacs 24.3+ and some recent Org mode. I definitely can select the capture template. I use emacsclientw.exe rather than emacs.exe to store the link. It also means that emacs is already started

Re: [O] [solution] Chinese characters in Beamer export

2013-04-21 Thread Feng Shu
James Harkins jamshar...@gmail.com writes: Maybe my org config can give you some informations: https://github.com/tumashu/emacs-helper/blob/master/eh-org.el FWIW, this is what it took for me to get Chinese characters to export in beamer. (Adding a TODO to write this up for worg.) 1. Use

Re: [O] Mobileorg- Automatic pushing and pulling

2013-04-27 Thread Feng Shu
Marvin Doyley marvin...@gmail.com writes: Hi there, Does anybody knows how to configure emacs to push and pull notes automatically. Please read org-mobile FAQ! Thanks M --

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

2013-05-09 Thread Feng Shu
: :EMAIL: [[mailto:a...@a.com]] [[mailto:b...@b.com]] [[mailto:c...@a.com]] [[mailto:d...@b.com]] [[mailto:e...@a.com]] [[mailto:f...@b.com]] :PHONE: [[tel:123456789]] [[tel:987654321]] [[tel:]] :ALIAS:a b c :END: #+end_example Feng Shu --

Re: [O] org-mime

2013-05-16 Thread Feng Shu
-org.el --- Tumashu's org-mode configuation ;; Copyright (c) 2012, Feng Shu ;; Author: Feng Shu tuma...@gmail.com ;; URL: https://github.com/tumashu/tumashu.github.com ;; Version: 0.0.2 ;; Package-Requires: ((org 7.8.00)) ;; This file is not part of GNU Emacs. ;;; Commentary: ;; 这个文件是tumashu个人专用的

Re: [O] org-mime

2013-05-16 Thread Feng Shu
Joseph Vidal-Rosset joseph.vidal.ros...@gmail.com writes: 2013/5/16 Feng Shu tuma...@gmail.com Your setting may be same as my emacs configure ,I use 1. gnus + offlineimap + dovecot + gmail + org-contacts.el 2. org-mode + xelatex May be my configure can help you Of course

[O] Can't preview latex fragment

2013-05-18 Thread Feng Shu
The error is like this: Creating image...1 let: Symbol's value as variable is void: org-export--default-title --

Re: [O] Can't preview latex fragment

2013-05-19 Thread Feng Shu
Nicolas Goaziou n.goaz...@gmail.com writes: Hello, Feng Shu tuma...@gmail.com writes: The error is like this: Creating image...1 let: Symbol's value as variable is void: org-export--default-title Thank you for the report. The problem should be fixed. Could you confirm it? It's work

Re: [O] RFQ - new contribution - org-screenshot.el

2013-05-21 Thread Feng Shu
Haider Rizvi hari...@gmail.com writes: Max Mikhanosha m...@openchat.com writes: Hi All, I've been writing some documentation in OrgMode with screenshots, and as with any screenshot taking, it takes a while to get one just right. A few tiny helper utilities, quickly snowballed into this

Re: [O] Expanded property drawers as per file option

2013-05-28 Thread Feng Shu
Thorsten Jolitz tjol...@gmail.com writes: Thorsten Jolitz tjol...@gmail.com writes: Karl Voit devn...@karl-voit.at writes: Hi! I could not find anything yet which says that it's possible (or not) to define a file variable which enables PROPERTY drawers to be expanded (only in this

[O] [PATCH] org-contacts.el: add expire feature

2013-05-29 Thread Feng Shu
From e974db131d88acf06bb6b250eac2fae8c7d0a96e Mon Sep 17 00:00:00 2001 From: Feng Shu tuma...@gmail.com Date: Wed, 29 May 2013 20:30:43 +0800 Subject: [PATCH] * contrib/lisp/org-contacts.el: Add a feature which can expire emails and phones * test :PROPERTIES: :EMAIL: te...@gmail.com te

Re: [O] [PATCH] org-contacts.el: add expire feature

2013-05-29 Thread Feng Shu
Daimrod daim...@gmail.com writes: Feng Shu tuma...@gmail.com writes: (defun org-contacts-complete-name (start end string) Complete text at START with a user name and email. (let* ((completion-ignore-case org-contacts-completion-ignore-case) @@ -484,10 +497,17 @@ A group FOO

Re: [O] [PATCH] org-contacts.el: add expire feature

2013-05-29 Thread Feng Shu
Daimrod daim...@gmail.com writes: updated patch; From b0851e4c48e4c2e67fd8aafdf04951e764e07ccf Mon Sep 17 00:00:00 2001 From: Feng Shu tuma...@gmail.com Date: Wed, 29 May 2013 20:30:43 +0800 Subject: [PATCH] Add a feature, which can ignore emails or phones with property * contrib/lisp/org

Re: [O] [PATCH] org-contacts.el: add expire feature

2013-05-29 Thread Feng Shu
Daimrod daim...@gmail.com writes: This is not very idiomatic elisp, I would write something more like: #+BEGIN_SRC emacs-lisp (remove-if (lambda (el) (member el expire-list)) list) #+END_SRC Thanks! Is this possible? test1@g = te...@gmail.com

Re: [O] [PATCH] org-contacts.el: ignore emails or phones with ignore property

2013-05-29 Thread Feng Shu
updated patch From b0851e4c48e4c2e67fd8aafdf04951e764e07ccf Mon Sep 17 00:00:00 2001 From: Feng Shu tuma...@gmail.com Date: Wed, 29 May 2013 20:30:43 +0800 Subject: [PATCH] Add a feature, which can ignore emails or phones with property * contrib/lisp/org-contacts.el (org-contacts-ignore

[O] [Need a feature] complete email with alias in gnus

2013-05-30 Thread Feng Shu
? #+begin_example ,[ 0001-org-contacts.el-stupid-solutions-which-can-complete-.patch ] | From 27b896a813203bad7c55dece6bc37cd2eeff0f40 Mon Sep 17 00:00:00 2001 | From: Feng Shu tuma...@gmail.com | Date: Thu, 11 Apr 2013 21:12:38 +0800 | Subject: [PATCH] org-contacts.el, stupid solutions which can

Re: [O] [PATCH] org-contacts.el: add expire feature

2013-05-30 Thread Feng Shu
Daimrod daim...@gmail.com writes: Feng Shu tuma...@gmail.com writes: Daimrod daim...@gmail.com writes: This is not very idiomatic elisp, I would write something more like: #+BEGIN_SRC emacs-lisp (remove-if (lambda (el) (member el expire-list)) list

Re: [O] [PATCH] org-contacts.el: add expire feature

2013-05-30 Thread Feng Shu
Daimrod daim...@gmail.com writes: Feng Shu tuma...@gmail.com writes: Daimrod daim...@gmail.com writes: This is not very idiomatic elisp, I would write something more like: #+BEGIN_SRC emacs-lisp (remove-if (lambda (el) (member el expire-list)) list

Re: [O] Exporting output and graphics from R

2013-05-30 Thread Feng Shu
rai...@krugs.de (Rainer M. Krug) writes: Sebastien Vauban sva-n...@mygooglest.com writes: Hi SabreWolfy, SabreWolfy wrote: When the following code is evaluated or exported, only the link to testout.png appears in the RESULTS section. #+BEGIN_SRC R :results output graphics :file

Re: [O] [PATCH] org-contacts.el: add expire feature

2013-05-30 Thread Feng Shu
Karl Voit devn...@karl-voit.at writes: * Daimrod daim...@gmail.com wrote: Feng Shu tuma...@gmail.com writes: * test :PROPERTIES: :EMAIL: te...@gmail.com te...@gmail.com te...@gmail.com :PHONE: 123456 123457 123458 :EXPIRE: te...@gmail.com 123457 :END: when completing

Re: [O] [PATCH] org-contacts.el: add expire feature

2013-05-30 Thread Feng Shu
Daimrod daim...@gmail.com writes: Feng Shu tuma...@gmail.com writes: Hi Daimrod! This is the 3 updated patch, if possible, please include it to master. It's merged and pushed. I've also pushed another commit to fix the formatting in some parts of the code and I've found a bug in `org

Re: [O] Handling outdated contact information

2013-05-31 Thread Feng Shu
Daimrod daim...@gmail.com writes: Karl Voit devn...@karl-voit.at writes: * Daimrod daim...@gmail.com wrote: Hi Karl, Hi Daimrod! This is a very good patch, fixing an issue I also do have currently. I am curious, what was the issue? Sure: I do use contacts.org by myself and I tend to

Re: [O] Handling outdated contact information

2013-05-31 Thread Feng Shu
Karl Voit devn...@karl-voit.at writes: * Daimrod daim...@gmail.com wrote: Hi Karl, Hi Daimrod! This is a very good patch, fixing an issue I also do have currently. I am curious, what was the issue? Sure: I do use contacts.org by myself and I tend to collect data about people and never

Re: [O] Org-mode contacts to Android

2013-05-31 Thread Feng Shu
Feng Shu tuma...@gmail.com writes: Karl Voit devn...@karl-voit.at writes: * Feng Shu tuma...@gmail.com wrote: Karl Voit devn...@karl-voit.at writes: In the future, I plan to add a workflow that gets contact information form Org-mode (my central point of information) to my phone and so

[O] [PATCH] Add a complex org-contacts template to the file header

2013-06-02 Thread Feng Shu
From ed34362a763447eba684eb46032a3273ce7338ac Mon Sep 17 00:00:00 2001 From: Feng Shu tuma...@gmail.com Date: Mon, 3 Jun 2013 07:35:09 +0800 Subject: [PATCH] Add a complex org-contacts template to the file header contrib/lisp/org-contacts.el: Add a complex org-contacts template. Add a complex

[O] [patch] Add a complex org-contacts template to the file header

2013-06-02 Thread Feng Shu
From ed34362a763447eba684eb46032a3273ce7338ac Mon Sep 17 00:00:00 2001 From: Feng Shu tuma...@gmail.com Date: Mon, 3 Jun 2013 07:35:09 +0800 Subject: [PATCH] Add a complex org-contacts template to the file header contrib/lisp/org-contacts.el: Add a complex org-contacts template. Add a complex

[O] [patch] Add functions, which can quickly insert org-contacts template(s) in current buffer

2013-06-03 Thread Feng Shu
From 6080af9fa0183bde6946cd7036d4b30937a10a39 Mon Sep 17 00:00:00 2001 From: Feng Shu tuma...@gmail.com Date: Mon, 3 Jun 2013 23:17:57 +0800 Subject: [PATCH] Quickly insert (a) template(s) in current buffer * contrib/lisp/org-contacts.el (org-contacts-build-template-with-exist-contact):Build

[O] [patch] [2update] Add functions, which can quickly insert org-contacts template(s) in current buffer

2013-06-03 Thread Feng Shu
From 938c2d0e3eb04faf2fd9708a382da9bac43d0bf9 Mon Sep 17 00:00:00 2001 From: Feng Shu tuma...@gmail.com Date: Mon, 3 Jun 2013 23:17:57 +0800 Subject: [PATCH] Quickly insert (a) template(s) in current buffer * contrib/lisp/org-contacts.el (org-contacts-build-template-with-exist-contact):Build

Re: [O] [patch] [2update] Add functions, which can quickly insert org-contacts template(s) in current buffer

2013-06-03 Thread Feng Shu
Feng Shu tuma...@gmail.com writes: I will change this patch again, hard coding a templates in functions is not a good way , maybe it is a complex method to solve a simpe things. From 938c2d0e3eb04faf2fd9708a382da9bac43d0bf9 Mon Sep 17 00:00:00 2001 From: Feng Shu tuma...@gmail.com Date: Mon

[O] [Help] Look for a exist function to car a contact, Urgent!!!

2013-06-03 Thread Feng Shu
How to get the information test from: ((#(test 0 2 (fontified nil org-category i-contacts)) Thanks! --

Re: [O] [Help] Look for a exist function to car a contact, Urgent!!!

2013-06-03 Thread Feng Shu
Nick Dokos ndo...@gmail.com writes: Feng Shu tuma...@gmail.com writes: How to get the information test from: ((#(test 0 2 (fontified nil org-category i-contacts)) Thanks! It's missing a couple of closing parens, but assuming that the opening parens describe the situation correctly

Re: [O] [patch] [3update] Add functions, Insert a exist contact name at point

2013-06-03 Thread Feng Shu
Feng Shu tuma...@gmail.com writes: Feng Shu tuma...@gmail.com writes: I will change this patch again, hard coding a templates in functions is not a good way , maybe it is a complex method to solve a simpe things. This is the 3rd patch, which has been changed significantly, The function

Re: [O] [patch] [3update] Add functions, Insert a exist contact name at point

2013-06-04 Thread Feng Shu
This is 4 update: From 326642e8cdcfcb507d82a2508e1cde91e9236540 Mon Sep 17 00:00:00 2001 From: Feng Shu tuma...@gmail.com Date: Mon, 3 Jun 2013 23:17:57 +0800 Subject: [PATCH] Insert (a) exist contact name(s) at point * org-contacts.el (org-contacts-get-exist-contact-name-list): New function

Re: [O] [patch] [2update] Add functions, which can quickly insert org-contacts template(s) in current buffer

2013-06-04 Thread Feng Shu
Bastien b...@gnu.org writes: Hi Feng, Feng Shu tuma...@gmail.com writes: * contrib/lisp/org-contacts.el (org-contacts-build-template-with-exist-contact):Build a contact template with exist contact, It is useful when you want to update exist contact(s). (org-contacts-build-template

[O] [PATCH] Expand current word or string in region with matched contact names. (was: [3update] Add functions, Insert a exist contact name at point)

2013-06-04 Thread Feng Shu
as expect and I fail to find the solution at this moment. If someone have good ideas, please mail me. Thanks! From 9db95556f60e83165edcec18c18e3d5aa65890af Mon Sep 17 00:00:00 2001 From: Feng Shu tuma...@gmail.com Date: Mon, 3 Jun 2013 23:17:57 +0800 Subject: [PATCH] Expand current word or string

[O] unexpected \usetheme{default}

2013-06-06 Thread Feng Shu
Hi: when I export to a org file to article pdf with latex , I find that \usetheme{default} is inserted into the tex file. How to avoid this? thanks --

Re: [O] unexpected \usetheme{default}

2013-06-06 Thread Feng Shu
Sebastien Vauban sva-news-D0wtAvR13HarG/idocf...@public.gmane.org writes: Feng Shu wrote: when I export to a org file to article pdf with latex , I find that \usetheme{default} is inserted into the tex file. How to avoid this? It seems you're exporting to Beamer (C-c C-e l P/O)? You

Re: [O] Org-mode latex pdf export issue: Underlined lines not breaking properly

2013-06-09 Thread Feng Shu
Nicolas Goaziou n.goaz...@gmail.com writes: Hello, Nathaniel Cunningham nathaniel.cunning...@gmail.com writes: Suvayu Ali fatkasuvayu+linux at gmail.com writes: Org mode translates _underlined text_ to \underline{underlined text}, however if you read the TeX.sx question referenced

Re: [O] Org-mode latex pdf export issue: Underlined lines not breaking properly

2013-06-11 Thread Feng Shu
Nicolas Goaziou n.goaz...@gmail.com writes: Hello, Feng Shu tuma...@gmail.com writes: When the article is writen with Chinese, soul will output: #+begin_src soul Error: Reconstruction failed. #+end_src and underline word will dispear from the output pdf file! A tmp solution

Re: [O] Org-mode latex pdf export issue: Underlined lines not breaking properly

2013-06-11 Thread Feng Shu
Nicolas Goaziou n.goaz...@gmail.com writes: Feng Shu tuma...@gmail.com writes: Nicolas Goaziou n.goaz...@gmail.com writes: 1. Does \underline{中文测试} work properly (notwithstanding the line breaks)? \underline can show chinese, but the command can't resolve lines breaking properly

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

2013-06-11 Thread Feng Shu
Hi: org-mode odt exporter are using 'org-odt-styles-file, which are odt templetes, I think latex exporter should do like this. for example: org-latex-styles-file or org-latex-templete-file we can include many different language's templates into org, and no need touch the ox-latex.el and

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

[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] [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] [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} --

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

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

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

[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

  1   2   >