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

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

[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

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

[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

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

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

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

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

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

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

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

[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

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] [need help] about org-contacts

2012-05-02 Thread Feng Shu
| name | email | phone | |--+-+| | 冯书 | a...@a.com | 123456 | | b| b...@b.com | 123567 | | c| c...@c.com | 546789 | | d| d...@d.com | 684525 | How can I convert this table to org-contacts format using org-bable?

[O] [patch] a small change

2012-05-01 Thread feng shu
0001-A-small-change.patch Description: Binary data

[O] [patch] Using 'call-process to launch latex program

2012-05-01 Thread Feng Shu
From 4b577b6909c57a74adf75925ea9f26e17f9ad946 Mon Sep 17 00:00:00 2001 From: Feng Shu tuma...@gmail.com Date: Tue, 1 May 2012 18:48:50 +0800 Subject: [PATCH 1/2] spelling fixes * org.el (org-create-formula-image-with-imagemagick): converte -- convert. --- lisp/org.el |2 +- 1 个文件被修改,插入 1 行

[O] About documents translation

2012-04-21 Thread feng shu
Hello: everyone I want to translate org-mode documents into Chinese language when I have time. so I need some informations: 1. Should I use texi format to write translated documents? 2. Is it possible to write translated documents with org format? 3. Can texi format suppost

Re: [O] [patch] Need test: New method which is used to preview latex fragements

2012-03-27 Thread Feng Shu
Sorry, I change my name in commit from FengShu to Feng Shu. Thanks for your help! From ef9c4ad164161c5dfde01dd5d8c3221163adb231 Mon Sep 17 00:00:00 2001 From: Feng Shu tuma...@gmail.com Date: Wed, 28 Mar 2012 07:40:04 +0800 Subject: [PATCH] Adding a new method for previewing latex fragements

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

<    1   2