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 wrote:
>>
>> Out of boredom, I've written a draft for it.
>>
>
>
> Woohoo! congrats for the way you're getting bored!
> Hey thank you Nicolas!
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
Date: Wed, 28 Mar 2012 07:40:04 +0800
Subject: [PATCH] Adding a new method for previewing latex fragements.
* org-latex
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 chi
0001-A-small-change.patch
Description: Binary data
>From 4b577b6909c57a74adf75925ea9f26e17f9ad946 Mon Sep 17 00:00:00 2001
From: Feng Shu
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 +-
| 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?
Alexis 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
> ,*** Mobil
Alexis 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?
Alexis 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 org-contacts' met
Alexis 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 993
999
#+begin_src R :results output drawer
"1"
"2"
#+end_src
#+RESULTS:
: 2
--
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:
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
>From a4b14292b96a0f5e5d262087ec3e8de7c209f863 Mon Sep 17 00:00:00 2001
From: Feng Shu
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: "_{
This seem to be a wrong patch, sorry!
Feng Shu writes:
> From a4b14292b96a0f5e5d262087ec3e8de7c209f863 Mon Sep 17 00:00:00 2001
> From: Feng Shu
> Date: Wed, 17 Dec 2014 21:59:44 +0800
> Subject: [PATCH] org-element: Deal with subscript like: "_{x}"
>
> * lisp
Stefan Vollmar 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 http://www.nf.mpg.de/cv-howto/ex3-en.org a
>From 94cb96299561618ec237e8cb17cc27bdb38218ac Mon Sep 17 00:00:00 2001
From: Feng Shu
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 the function
work w
>From 4eb305cdf2f7c59b8e014514c0409d4da2eb9eab Mon Sep 17 00:00:00 2001
From: Feng Shu
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
Michael Strey 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 cont
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
>From 27f65b3939ca60ec7abf7d066b3aadfff44396a8 Mon Sep 17 00:00:00 2001
From: Feng Shu
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-matcher):
methods?!
I have found a function 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
>
&g
#+begin_example
* head1 :tag1:
#+end_example
How can I get 'head1'
Feng Shu
--
Thanks Bastien
--
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 `/ho
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
--
Thanks Eric !
--
** EMAIL: [[mailto:n...@n.com]]
** EMAIL: [[mailto:n...@n.com]]
** PHONE: [[tel:123456789]]
** PHONE: [[tel:123456789]]
#+end_example
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 2c73cdfdf54fe4c88
[update diff] make output format more beautiful
>From 500694de70f14095acc765875182d65feab7ef85 Mon Sep 17 00:00:00 2001
From: Feng Shu
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-contacts-outl
Bastien writes:
> Hi Feng,
>
> Feng Shu 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
Bastien 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
--
Daimrod 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 look at Mic
Fabrice Popineau 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 and org-mode already
> l
James Harkins 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 texlive 2012. (The
Marvin Doyley writes:
> Hi there,
>
> Does anybody knows how to configure emacs to push and pull notes
> automatically.
Please read org-mobile FAQ!
>
> Thanks
> M
--
:
: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
--
lp you
#+begin_src emacs-lisp
;;; eh-org.el --- Tumashu's org-mode configuation
;; Copyright (c) 2012, Feng Shu
;; Author: Feng Shu
;; 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.
;
Joseph Vidal-Rosset writes:
> 2013/5/16 Feng Shu
>
> 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 it could be
Max Mikhanosha writes:
> At Fri, 17 May 2013 09:38:29 +0200,
> Rainer M. Krug wrote:
>>
>> Nice and very useful. Can this be included in /contrib?
>
> That is my intention, I have the FSF paper signed for Emacs and Org.
>
> So what I'm looking for some minimum amount of eyes on the code, and
> a
Max Mikhanosha 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 :-) It may
> need some cleanup, but IMHO its too awesom
The error is like this:
Creating image...1
let: Symbol's value as variable is void: org-export--default-title
--
Nicolas Goaziou writes:
> Hello,
>
> Feng Shu 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 shou
Yingjie Sun writes:
> why I can not output my file to PDF in Chinese? Can you handle this?
> thanks
You need many special setting in both org and texlive
1. you should let texlive correct resolve chinese(for example: use ctexkit)
2. you should install chinese fonts (simsun, microhei or adobe fo
Haider Rizvi writes:
> Max Mikhanosha 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 :-) It may
>> need some
Thorsten Jolitz writes:
> Thorsten Jolitz writes:
>
>> Karl Voit 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 current file).
>>>
>>> My use case: I us
>From e974db131d88acf06bb6b250eac2fae8c7d0a96e Mon Sep 17 00:00:00 2001
From: Feng Shu
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...@gmail.com
Daimrod writes:
> Feng Shu 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 @@
Daimrod writes:
updated patch;
>From b0851e4c48e4c2e67fd8aafdf04951e764e07ccf Mon Sep 17 00:00:00 2001
From: Feng Shu
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-ign
Daimrod 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
updated patch
>From b0851e4c48e4c2e67fd8aafdf04951e764e07ccf Mon Sep 17 00:00:00 2001
From: Feng Shu
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-property):
lp me ?
#+begin_example
,[ 0001-org-contacts.el-stupid-solutions-which-can-complete-.patch ]
| From 27b896a813203bad7c55dece6bc37cd2eeff0f40 Mon Sep 17 00:00:00 2001
| From: Feng Shu
| Date: Thu, 11 Apr 2013 21:12:38 +0800
| Subject: [PATCH] org-contacts.el, stupid solutions which can complete
Daimrod writes:
> Feng Shu writes:
>
>> Daimrod writes:
>>
>>>
>>> This is not very idiomatic elisp, I would write something more like:
>>> #+BEGIN_SRC emacs-lisp
>>> (remove-if (lambda (el)
>>>(member el e
Daimrod writes:
> Feng Shu writes:
>
>> Daimrod writes:
>>
>>>
>>> This is not very idiomatic elisp, I would write something more like:
>>> #+BEGIN_SRC emacs-lisp
>>> (remove-if (lambda (el)
>>>(member el e
rai...@krugs.de (Rainer M. Krug) writes:
> "Sebastien Vauban"
> 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 testout
Karl Voit writes:
> * Daimrod wrote:
>>
>> Feng Shu writes:
>>
>>> * test
>>> :PROPERTIES:
>>> :EMAIL: te...@gmail.com te...@gmail.com te...@gmail.com
>>> :PHONE: 123456 123457 123458
>>> :EXPIRE: te...@gmail.co
Daimrod writes:
> Feng Shu 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 fou
Daimrod writes:
> Karl Voit writes:
>
>> * Daimrod 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 peo
Karl Voit writes:
> * Daimrod 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 delete any. For exa
Karl Voit writes:
> * Feng Shu wrote:
>> Karl Voit 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 forth.
>>
>> If you use and
Feng Shu writes:
> Karl Voit writes:
>
>> * Feng Shu wrote:
>>> Karl Voit writes:
>>>
>>>> In the future, I plan to add a workflow that gets contact
>>>> information form Org-mode (my central point of information) to my
>>>> p
>From ed34362a763447eba684eb46032a3273ce7338ac Mon Sep 17 00:00:00 2001
From: Feng Shu
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 org-conta
>From ed34362a763447eba684eb46032a3273ce7338ac Mon Sep 17 00:00:00 2001
From: Feng Shu
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 org-conta
>From 6080af9fa0183bde6946cd7036d4b30937a10a39 Mon Sep 17 00:00:00 2001
From: Feng Shu
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
a contact templ
>From 938c2d0e3eb04faf2fd9708a382da9bac43d0bf9 Mon Sep 17 00:00:00 2001
From: Feng Shu
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
a contact templ
Feng Shu 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
> Date: Mon, 3 Jun 2013 23:17
How to get the information "test" from:
((#("test" 0 2 (fontified nil org-category "i-contacts"))
Thanks!
--
Nick Dokos writes:
> Feng Shu 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 assum
Feng Shu writes:
> Feng Shu 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 will be useful when
This is 4 update:
>From 326642e8cdcfcb507d82a2508e1cde91e9236540 Mon Sep 17 00:00:00 2001
From: Feng Shu
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, which can
Bastien writes:
> Hi Feng,
>
> Feng Shu 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-c
uot;
#+end_example
Note: This function can't work 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
Date: Mon, 3 Jun 2013 23:17:57 +0800
Sub
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
--
"Sebastien Vauban"
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
Nicolas Goaziou writes:
> Hello,
>
> Nathaniel Cunningham writes:
>
>> Suvayu Ali gmail.com> writes:
>>
>>>
>>> Org mode
>>> translates _underlined text_ to \underline{underlined text}, however if
>>> you read the TeX.sx question referenced below you will see that it
>>> doesn't support line b
Nicolas Goaziou writes:
> Hello,
>
> Feng Shu 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 o
Nicolas Goaziou writes:
> Feng Shu writes:
>
>> Nicolas Goaziou writes:
>>> 1. Does \underline{中文测试} work properly (notwithstanding the line
>>> breaks)?
>>
>> \underline can show chinese, but the command can't resolve lines
>>
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
Viktor Rosenfeld 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
Feng Shu writes:
> Viktor Rosenfeld 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
Nicolas Goaziou writes:
> Hello,
>
> Feng Shu 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".
>
> (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}")
>
#+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: F
Feng Shu writes:
> #+LATEX_CLASS: article
>
> %%output:
>
> \documentclass[11pt]{article}
>
> ...
>
> --
>
> #+LATEX_CLASS: article
> #+LATEX_CLASS_NAME: ctexart
>
> %%output:
>
> \documentclass[11pt]{ctexar
Nick Dokos writes:
> Rasmus writes:
>
>> Feng Shu 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
Rasmus writes:
> Feng Shu 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 s
Nicolas Goaziou writes:
> Hello,
>
> Feng Shu writes:
>
>> #+LATEX_CLASS: article
>>
>> %%output:
>>
>> \documentclass[11pt]{article}
>>
>> ...
>>
>> --
>>
>> #+LATEX_CLASS: ar
--
org:
* This is a appendix
--
latex:
\appendix{This is a appendix}
--
#+begin_org
* headA
** headB
#+end_org
When export to latex, how to ignore headA and don't ignore headB?
Thanks
--
---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}
Bastien writes:
> Hi Feng,
>
> Feng Shu 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
--
Charles Berry writes:
> Feng Shu gmail.com> writes:
>
>>
>>
>> #+begin_org
>>
>> * headA
>> ** headB
>>
>> #+end_org
>>
>> When export to latex, how to ignore headA and don't ignore headB?
>>
>
> W
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, som
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
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 late
Rasmus 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 (sor
Hi
version 3 patch, add document about :caption attribute.
On Sun, Jun 30, 2013 at 7:46 PM, Nicolas Goaziou wrote:
> Hello,
>
> feng shu writes:
>
> > This is the updated patch of "Add :caption attribute to #+ATTR_LATEX
> > property"
> > If possible
Thanks for your help. This is V4 patch.
On Mon, Jul 1, 2013 at 4:27 AM, Bastien wrote:
> Hi Feng,
>
> feng shu writes:
>
> > (org-latex--inline-image): Tiny change.
> > org-latex--org-table): Tiny change.
>
> The Emacs usage is to write it like this:
>
>
Thanks all the people! This is V5!
On Tue, Jul 2, 2013 at 5:38 AM, Nicolas Goaziou wrote:
> Hello,
>
> feng shu writes:
>
> > Thanks for your help. This is V4 patch.
>
> Thanks for the update. More comments below.
>
> > +@item :caption
> > +By default,
0001-Let-make-be-an-option-to-org-latex-pdf-process.patch
Description: Binary data
0001-ox-add-Simplified-Chinese-translations-for-org-expor.patch
Description: Binary data
1 - 100 of 169 matches
Mail list logo