Re: [O] New exporter and dates in tables

2013-04-14 Thread Bastien
Nicolas Goaziou writes: > The following patch should do that. It comes with tests, but it should > be tested extensively, if only to know if this feature is as useful as > it seems. Thanks a lot. I will not be online for the next 5 hours, but I'll think about this. -- Bastien

Re: [O] [patch] ox-latex.el to allow customization of verbatim environments (e.g., to use fancyvrb)

2013-04-14 Thread Nicolas Goaziou
Hello, Eric Schulte writes: > Here's my fancyvrb filter for when such a place is created. > > (defun org-latex-filter-fancyvrb (text backend info) > "Convert begin/end{verbatim} to begin/end{Verbatim}. > Allows use of the fancyvrb latex package." > (when (or (org-export-deriv

Re: [O] phone links...

2013-04-14 Thread Feng Shu
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 be more comfortable with someone taking or

[O] Specify file name on commandline in batch export

2013-04-14 Thread Wiskey 5 Alpha
Hello all, I am using org from 'org-plus-contrib-20130121' on emacs 24.1 What I would like to do is export an org-mode file to odt format from the commandline , but specify an 'output file name' . I currently call the export process like so #+BEGIN_SRC sh emacs --batch --load=org.el --visit

Re: [O] New exporter and dates in tables

2013-04-14 Thread Jambunathan K
Nicolas You may want to extract the below function as a useful API. You can then plug that in into `org-odt--standalone-link-p' and it's counterpart in ox-html.el. I am not closely tracking changes in ox-html.el, so things might have moved since. Jambunathan K. Nicolas Goaziou writes: > +

Re: [O] having problems exporting to Beamer

2013-04-14 Thread Eric Schulte
Nicolas Goaziou writes: > Eric Schulte writes: > >> Oh, this must be a bug in the old exporter which I grew to depend upon. >> FWIW I always set ^:nil to t, so that I can use underscores w/o >> exporting subscript words. Previously even with ^:nil, superscripts >> using curly braces would be ex

Re: [O] [patch] ox-latex.el to allow customization of verbatim environments (e.g., to use fancyvrb)

2013-04-14 Thread Eric Schulte
Bastien writes: > Nicolas Goaziou writes: > >> I'm not sure a new variable is needed here. After all, that's what >> filters are for. > > Filters are for advanced Emacs users, not normal Emacs users. > > A "normal" Emacs users is someone who knows how to set an option > but who doesn't know how

Re: [O] [patch] ox-latex.el to allow customization of verbatim environments (e.g., to use fancyvrb)

2013-04-14 Thread Thomas S. Dye
Bastien writes: > Nicolas Goaziou writes: > >> I'm not sure a new variable is needed here. After all, that's what >> filters are for. > > Filters are for advanced Emacs users, not normal Emacs users. > > A "normal" Emacs users is someone who knows how to set an option > but who doesn't know how

Re: [O] void-function copy-seq

2013-04-14 Thread Thomas S. Dye
Bastien writes: > t...@tsdye.com (Thomas S. Dye) writes: > >> After a fresh pull from git, I get this when exporting to LaTeX: >> >> Debugger entered--Lisp error: (void-function copy-seq) >> copy-seq((org-fill-paragraph-separate-nobreak-p >> org-fill-line-break-nobreak-p >> org-fill-paragra

Re: [O] Latex export of tables

2013-04-14 Thread Suvayu Ali
Hello Vikas, On Fri, Apr 12, 2013 at 01:36:01PM +0530, Vikas Rawal wrote: > I am using org-mode version 8.0-pre (release_8.0-pre-247-gbc3ccd @ > /home/vikas/lisp/org-mode/lisp/). > > I have a table generated by a source block in a document that I would > like to export to latex. In the exported t

Re: [O] Tables for attendance lists - A problem understanding TBLFM?

2013-04-14 Thread Bastien
Michael Brand writes: > Yes, but I do this hack of .patch.txt as a workaround to get the right > email "Content-Type: text/plain" when attaching with the web interface > of Google Gmail. There .patch or .diff results in "Content-Type: > application/octet-stream" which has to be avoided even more.

Re: [O] [patch] ox-latex.el to allow customization of verbatim environments (e.g., to use fancyvrb)

2013-04-14 Thread Bastien
Nicolas Goaziou writes: > I'm not sure a new variable is needed here. After all, that's what > filters are for. Filters are for advanced Emacs users, not normal Emacs users. A "normal" Emacs users is someone who knows how to set an option but who doesn't know how to write a function. This is a

Re: [O] C-o now mapped to org-ctrl-o surprise

2013-04-14 Thread Suvayu Ali
On Sat, Apr 13, 2013 at 10:28:30PM +0100, Sean O'Halpin wrote: > Hi, > > I was quite surprised after pulling down master to find that C-o has > been bound to org-ctrl-o (commit 45d6d8f8 2013-04-05 11:14:20 +0200). > > I personally don't use open-line much myself so remap this key for my own use.

Re: [O] void-function copy-seq

2013-04-14 Thread Bastien
t...@tsdye.com (Thomas S. Dye) writes: > After a fresh pull from git, I get this when exporting to LaTeX: > > Debugger entered--Lisp error: (void-function copy-seq) > copy-seq((org-fill-paragraph-separate-nobreak-p > org-fill-line-break-nobreak-p > org-fill-paragraph-with-timestamp-nobreak-p

[O] void-function copy-seq

2013-04-14 Thread Thomas S. Dye
Aloha all, After a fresh pull from git, I get this when exporting to LaTeX: Debugger entered--Lisp error: (void-function copy-seq) copy-seq((org-fill-paragraph-separate-nobreak-p org-fill-line-break-nobreak-p org-fill-paragraph-with-timestamp-nobreak-p)) org-setup-filling() org-mode() Al

[O] Date-tree capture confused when nearby trees have dates

2013-04-14 Thread Suvayu Ali
Hi Orgers, I came a cross a curious problem. When I try to capture with the following template: (setq org-capture-templates '(("m" "Meeting notes" entry (file+datetree "~/tmp/tests/target.org") " %^{prompt} %U\n%?") )) Capture gets confused and cannot find the real da

Re: [O] phone links...

2013-04-14 Thread Michael Strey
On Tue, Apr 09, 2013 at 09:31:40AM +0200, Michael Strey wrote: [...] > The problem is on the side of org-contacts. Org-contacts does not > support links in its properties. [...] > This shortcoming effects not only the phone links but email links as > well. Attached is a patch to allow org link

Re: [O] New exporter and dates in tables

2013-04-14 Thread Nicolas Goaziou
Bastien writes: > Nicolas Goaziou writes: > >> We can widen the definition of `standalone': a standalone timestamp is >> a timestamp belonging to a paragraph that contains only timestamps >> objects. > > Great. If that's possible, then I think that's the best solution. The following patch shou

Re: [O] [patch] ox-latex.el to allow customization of verbatim environments (e.g., to use fancyvrb)

2013-04-14 Thread Daimrod
Eric Schulte writes: > -(concat (format "\\begin{verbatim}\n%s\\end{verbatim}" > -(org-export-format-code-default src-block info)) > +(concat (format "\\begin{%s}\n%s\\end{%s}" > +org-latex-verbatim-env > +

Re: [O] [patch] ox-latex.el to allow customization of verbatim environments (e.g., to use fancyvrb)

2013-04-14 Thread Nicolas Goaziou
Eric Schulte writes: > Please see the attached patch, I'd love for this to be applied. You can use a filter function that will replace default "verbatim" with whatever you want: #+begin_src emacs-lisp (defun my-latex-custom-verbatim (element backend info) (when (org-export-derived-backend-p b

Re: [O] having problems exporting to Beamer

2013-04-14 Thread Nicolas Goaziou
Eric Schulte writes: > Oh, this must be a bug in the old exporter which I grew to depend upon. > FWIW I always set ^:nil to t, so that I can use underscores w/o > exporting subscript words. Previously even with ^:nil, superscripts > using curly braces would be exported as superscripts. I guess

Re: [O] Attributes on HTML tables?

2013-04-14 Thread Rick Frankel
On Sun, Apr 14, 2013 at 06:13:40PM +0800, Eric Abrahamsen wrote: > Rick Frankel writes: > > > On Sat, Apr 13, 2013 at 01:31:17PM +0800, Eric Abrahamsen wrote: > >> * Org HTML5 Test > >> #+ATTR_HTML: :options html-container article > >> - a :: foo > >> - b :: bar > > note that you just just set

Re: [O] having problems exporting to Beamer

2013-04-14 Thread Eric Schulte
>> Finally, I ran into a third and even more minor problem. Illustrated by >> the following example. >> >> #+TITLE: Example Presentation >> #+Options: ^:nil toc:nil >> >> * Breeders Equation >> \begin{equation*} >> R = h^{2}S >> \end{equation*} >> >> - R :: response >> - h^{2} :: heritability >>

[O] [patch] ox-latex.el to allow customization of verbatim environments (e.g., to use fancyvrb)

2013-04-14 Thread Eric Schulte
Please see the attached patch, I'd love for this to be applied. Cheers, >From 04358f2eecf99e43f79956f0d3bc66aa0ab4b95d Mon Sep 17 00:00:00 2001 From: Eric Schulte Date: Sun, 14 Apr 2013 11:43:30 -0600 Subject: [PATCH 3/3] customizable verbatim export for LaTeX (fancyvrb) This patch allows cus

Re: [O] having problems exporting to Beamer

2013-04-14 Thread Nicolas Goaziou
Eric Schulte writes: > Additionally, I ran into another nil vs. empty string problem, which was > fixed by the second patch attached. I had overlooked this one. I applied it. Thank you. Regards, -- Nicolas Goaziou

Re: [O] having problems exporting to Beamer

2013-04-14 Thread Nicolas Goaziou
Eric Schulte writes: > Thanks, with this variable set to an empty string I am making it further > in the export process. I would suggest that either the initial value of > this variable be set to an empty string, or a nil value should be > handled gracefully. The default value for this variable

Re: [O] having problems exporting to Beamer

2013-04-14 Thread Eric Schulte
Nicolas Goaziou writes: > Hello, > > Eric Schulte writes: > >> When I attempt to export a .org file to Beamer (with "C-c C-e l b" after >> requiring ox-beamer) I get the following error [1]. From the info page >> (info "(org)Beamer export") it looks like I shouldn't have to do any >> special bu

Re: [O] minor bug in babel with silent output and remote R session

2013-04-14 Thread Eric Schulte
It is a shame that this can't be handled gracefully either through ESS or R code. I agree it would be nice to raise a warning rather than hang waiting for a file which won't ever exist. So, how can we tell from the Babel source if the R session is remote? Thanks, Thomas Alexander Gerds writes:

Re: [O] New exporter and dates in tables

2013-04-14 Thread Bastien
Nicolas Goaziou writes: > We can widen the definition of `standalone': a standalone timestamp is > a timestamp belonging to a paragraph that contains only timestamps > objects. Great. If that's possible, then I think that's the best solution. -- Bastien

Re: [O] Org-mode as a replacement for Google Reader

2013-04-14 Thread Steinar Bang
> Karl Voit : > On the one hand, I do not have any Gnus experience It doesn't have to be Gnus. Any NNTP client will work with feeds on gwene. On the PC you could eg. use Thunderbird. > and from the things I already read about Gnus configuration, I want to > keep it that way. There is a bi

Re: [O] New exporter and dates in tables

2013-04-14 Thread Nicolas Goaziou
Bastien writes: > Nicolas Goaziou writes: > >> Then why do you suggest to drop the idea (for now)? > > Because IIUC, the time-stamps would not be ignored here > > * Task > <2013-04-14 dim.> > <2013-04-16 dim.> > > because > > <2013-04-14 dim.> > <2013-04-16 dim.> > > is a paragraph. (Th

Re: [O] New exporter and dates in tables

2013-04-14 Thread Bastien
Nicolas Goaziou writes: > Then why do you suggest to drop the idea (for now)? Because IIUC, the time-stamps would not be ignored here * Task <2013-04-14 dim.> <2013-04-16 dim.> because <2013-04-14 dim.> <2013-04-16 dim.> is a paragraph. (The agenda takes both time-stamps into accoun

Re: [O] New exporter and dates in tables

2013-04-14 Thread Nicolas Goaziou
Bastien writes: > Nicolas Goaziou writes: > >> According to your suggestion, with `org-export-with-timestamps' set to >> `not-standalone', in the following example: >> >> * Task >> >> >> At , I must do that. >> >> the first would be ignored, not the second one. Isn't it >> what you want? > >

Re: [O] New exporter and dates in tables

2013-04-14 Thread Bastien
Hi Nicolas, Nicolas Goaziou writes: > According to your suggestion, with `org-export-with-timestamps' set to > `not-standalone', in the following example: > > * Task > > > At , I must do that. > > the first would be ignored, not the second one. Isn't it > what you want? Yes, exactly. --

Re: [O] GNU Emacs 24.3.1 creates macro-expansion failure messages

2013-04-14 Thread Bastien
Hi Charles, Charles Cave writes: > I am running Org-mode version 7.9.4 and recently upgraded to Gnu Emacs 24.3.1. > > Now when I start Emacs I get an error message which causes my Emacs to give > the following message: > > Eager macro-expansion failure: (error "Invalid agenda key") [2 times] >

Re: [O] New exporter and dates in tables

2013-04-14 Thread Nicolas Goaziou
Hello, Bastien writes: > Let's not implement my proposal and stick to your implementation of > the exceptions you first proposed. Before we throw the baby out with the bath water, I want to make sure we are understanding each other. > I expect users will want a way to get rid of in > > * Task

[O] GNU Emacs 24.3.1 creates macro-expansion failure messages

2013-04-14 Thread Charles Cave
I am running Org-mode version 7.9.4 and recently upgraded to Gnu Emacs 24.3.1. Now when I start Emacs I get an error message which causes my Emacs to give the following message: Eager macro-expansion failure: (error "Invalid agenda key") [2 times] (lambda (x) ...) quoted with ' rather than with

Re: [O] More generic taskjuggler export proposal

2013-04-14 Thread Suvayu Ali
Hi Christian, On Fri, Apr 12, 2013 at 03:08:17PM +0200, Christian Egli wrote: > Buddy Butterfly writes: > > Here I would suggest that one can place this data inbetween > > > > #+BEGIN_TASKJUGGLER > > #+END_TASKJUGGLER > > This is something I'd like to add support for. I just never got around >

Re: [O] [BUG] org-clock-in menu scrolls off the top of the window

2013-04-14 Thread Bernt Hansen
Bastien writes: > Bernt Hansen writes: > >> I don't like the additional timestamp information. > > It is now removed. Thanks!

Re: [O] C-o now mapped to org-ctrl-o surprise

2013-04-14 Thread Sean O'Halpin
Gosh, that was quick! Thanks, Sean On Sun, Apr 14, 2013 at 9:31 AM, Bastien wrote: > Hi Sean, > > "Sean O'Halpin" writes: > >> I was quite surprised after pulling down master to find that C-o has >> been bound to org-ctrl-o (commit 45d6d8f8 2013-04-05 11:14:20 +0200). >> >> I personally don't

Re: [O] Tables for attendance lists - A problem understanding TBLFM?

2013-04-14 Thread Michael Brand
Hi Bastien On Sun, Apr 14, 2013 at 12:11 PM, Bastien wrote: > PS: you can use .patch as the extension for the patches, > Emacs reads them using diff-mode and our .gitignore will > DTRT here. Yes, but I do this hack of .patch.txt as a workaround to get the right email "Content-Type: text/plain" w

Re: [O] New exporter and dates in tables

2013-04-14 Thread Bastien
"Sebastien Vauban" writes: > Wouldn't it be a good moment to introduce > > APPT: <2013-04-13 Sat> > > or maybe better named > > EVENT: <2013-04-13 Sat> > > for things that only apply for today? In master, there is the new agenda entry type :scheduled* and the new agenda type agenda*. So y

Re: [O] Bug: The `#+CAPTION' isn't documented well [7.9.3f (release_7.9.3f-17-g7524ef @ /usr/local/share/emacs/24.3.50/lisp/org/)]

2013-04-14 Thread Xue Fuqiao
On Sun, 14 Apr 2013 12:04:09 +0200 Bastien wrote: > Hi Xue, Hi, > > In [info:org#Images and tables]: > > > >Optionally, the caption can take the form: > > #+CAPTION: [Caption for list of figures]{Caption for table (or link).} > > > > The Org manual doesn't explain what this form means

Re: [O] Unescape :help-echo in links

2013-04-14 Thread Bastien
Hi Florian, Florian Beck writes: > Bastien writes: > >> Can you resend it as a proper patch with a changelog? > > Like this? I've now applied this, I didn't notice any slowdown too. Thanks, -- Bastien

Re: [O] Tables for attendance lists - A problem understanding TBLFM?

2013-04-14 Thread Bastien
Hi Michael, Michael Brand writes: > But in the release notes I would generally, not particularly because > of the above, write: > > If empty fields are of interest it is recommended to reread the > section "3.5.2 Formula syntax for Calc" of the manual because the > description for the mode strin

Re: [O] Fix info manual compilation

2013-04-14 Thread Bastien
Suvayu Ali writes: > Thanks! My fault, I was moving around the time I got the confirmation > from the FSF and forgot to mention it on the list in all the rush > :). No problem, thanks for the heads up! -- Bastien

Re: [O] Attributes on HTML tables?

2013-04-14 Thread Eric Abrahamsen
Rick Frankel writes: > On Sat, Apr 13, 2013 at 01:31:17PM +0800, Eric Abrahamsen wrote: >> Eric Abrahamsen writes: >> >> > François Pinard writes: >> > >> >> Bastien writes: >> >> >> >>> Eric Abrahamsen writes: >> >> >> The first step is probably to research the differences between xhtm

Re: [O] Fix info manual compilation

2013-04-14 Thread Suvayu Ali
On Sun, Apr 14, 2013 at 10:34:29AM +0200, Bastien wrote: > Hi Suvayu, > > Suvayu Ali writes: > > > I actually signed the FSF papers quite a while back; just forgot to > > mention it on the list :-p. My assignment number is: RT704245. In the > > form I had mentioned I submitted changes to doc/o

Re: [O] exporting, too, was: Re: multiline emphasis, was: Re: latex italics in list, with quotation marks

2013-04-14 Thread Bastien
Hi Robert, Robert Klein writes: > Thanks a lot, this works. I didn't find (or understand) this in the > docstring, though. :( This was, but too implicit. C-h v org-emphasis-regexp-components RET to check again. Thanks, -- Bastien

Re: [O] Bug: The `#+CAPTION' isn't documented well [7.9.3f (release_7.9.3f-17-g7524ef @ /usr/local/share/emacs/24.3.50/lisp/org/)]

2013-04-14 Thread Bastien
Hi Xue, Xue Fuqiao writes: > Remember to cover the basics, that is, what you expected to happen and > what in fact did happen. You don't know how to make a good report? See > > http://orgmode.org/manual/Feedback.html#Feedback > > Your bug report will be posted to the Org-mode mailing list

Re: [O] sequence of tangles

2013-04-14 Thread Christian Moe
Johan Sandblom writes: > However, tangling this apparently first sorts the chunks according to > mode, so the resulting file first contains all the html, then the css, > javascript and php in order Hi, Try naming the chunks (any name will do), and add a block pulling them all together with now

Re: [O] minor bug in babel with silent output and remote R session

2013-04-14 Thread Thomas Alexander Gerds
yes, I am using ESS. ess-remote allows me to evaluate R-code from the local emacs-session on a remote machine connected to via ssh. there are two problems: 1) the remote machine cannot write to org-babel-temp-file because the tmp-directory exists on the local machine. here we could add if

Re: [O] New exporter and dates in tables

2013-04-14 Thread Bastien
Hi Nicolas, Nicolas Goaziou writes: > Bastien writes: > >> I would find it both cleaner and more useful for users to extend >> `org-export-with-timestamps' with three choices: >> >> 'inactive-not-standalone >> 'active-not-standalone >>'not-standalone > > This is a different id

Re: [O] blank todo kw does not delete closed ts

2013-04-14 Thread Bastien
Hi Brian, Brian van den Broek writes: > Hi Bastien and all, > > I am afriad you saw this coming: I somehow was, but I played ostrich here :) > Could that be an option? I actively would want to preserve the closed > note to keep an accurate history of my work with the task. There is now `org-c

Re: [O] phone links...

2013-04-14 Thread Bastien
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 be more comfortable with someone taking org-contacts.el in charge: I copy

Re: [O] [PATCH] Locally scope the variable `org-agenda-tag-filter' in `org-agenda-filter-by-tag'

2013-04-14 Thread Bastien
Hi Muchenxuan, sorry for the delay. The patch isn't applicable anymore and it has problems too. Muchenxuan Tong writes: > * lisp/org-agenda.el: Introduce a local variable tag-filter to replace > the global variable `org-agenda-tag-filter'. > > This relates to the bug when trying to filter by

Re: [O] Attributes on HTML tables?

2013-04-14 Thread Bastien
Hi Rick, Rick Frankel writes: > However, you will need to change the html-table-tag to not use > attributes, and remove the xml declaration > (which is a warning and not an error in html5) (Note that `org-html-table-tag' has been deleted, you need to check `org-html-table-default-attributes' in

Re: [O] C-o now mapped to org-ctrl-o surprise

2013-04-14 Thread Bastien
Hi Sean, "Sean O'Halpin" writes: > I was quite surprised after pulling down master to find that C-o has > been bound to org-ctrl-o (commit 45d6d8f8 2013-04-05 11:14:20 +0200). > > I personally don't use open-line much myself so remap this key for my own use. > > Wouldn't it be better to do somet

Re: [O] Fix info manual compilation

2013-04-14 Thread Bastien
Hi Suvayu, Suvayu Ali writes: > I actually signed the FSF papers quite a while back; just forgot to > mention it on the list :-p. My assignment number is: RT704245. In the > form I had mentioned I submitted changes to doc/org.texi so this patch > should be covered. Do I need to send a copy of

Re: [O] Fix info manual compilation

2013-04-14 Thread Suvayu Ali
On Sun, Apr 14, 2013 at 09:41:53AM +0200, Nicolas Goaziou wrote: > Hello, > > Suvayu Ali writes: > > > On Sat, Apr 13, 2013 at 10:42:12PM +0200, Nicolas Goaziou wrote: > >> Hello, > >> > >> Suvayu Ali writes: > >> > >> > The info manual does not compile because of a wrong next node entry in >

[O] Exploring org-element.el with navi-mode (was: Navi-mode in action)

2013-04-14 Thread Thorsten Jolitz
Thorsten Jolitz writes: Hi List, its now possible to use the new libraries for 'Org-mode outside Org-mode' (outshine, outorg, pop-org, navi-mode) on Emacs Lisp files that use the official header conventions (;;;+ ). Here is a 4 min screencast demonstrating this, using the well-structured 'org

[O] sequence of tangles

2013-04-14 Thread Johan Sandblom
Hi, all. I have a problem, most likely due to ignorance. For a project I am construction a web page as a single page. This page contains html, php, css and javascript. I have collected the project in an org file, with source code chunks in the various languages. So I have #+BEGIN_SRC nxml :tan

Re: [O] Tables for attendance lists - A problem understanding TBLFM?

2013-04-14 Thread Michael Brand
Hi Bastien On Tue, Apr 9, 2013 at 7:06 PM, Bastien wrote: >> It is worth a small compatibility change: For a range with only empty >> fields it is now possible and necessary to choose different behaviors >> of vmean by adding the format specifiers E and/or N. > > I'll add this in the release note

Re: [O] having problems exporting to Beamer

2013-04-14 Thread Nicolas Goaziou
Hello, Eric Schulte writes: > When I attempt to export a .org file to Beamer (with "C-c C-e l b" after > requiring ox-beamer) I get the following error [1]. From the info page > (info "(org)Beamer export") it looks like I shouldn't have to do any > special buffer preparation. > > What am I doin

Re: [O] Fix info manual compilation

2013-04-14 Thread Nicolas Goaziou
Hello, Suvayu Ali writes: > On Sat, Apr 13, 2013 at 10:42:12PM +0200, Nicolas Goaziou wrote: >> Hello, >> >> Suvayu Ali writes: >> >> > The info manual does not compile because of a wrong next node entry in >> > org.texi. A fix is attached. >> >> Thank you for the patch. >> >> You need to

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