Re: [O] #attr_latex :width \textwidth

2013-04-14 Thread Vikas Rawal
#+attr_latex: :environment tabulary :width \textwidth :align L|RR For the record, for simple :align strings, you can also use Org syntax: | / || | | | | | | | | l | r | r | r | r | r | r | | | a | b | c | d | e | f | g | It is

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

Re: [O] Fix info manual compilation

2013-04-14 Thread Nicolas Goaziou
Hello, Suvayu Ali fatkasuvayu+li...@gmail.com writes: On Sat, Apr 13, 2013 at 10:42:12PM +0200, Nicolas Goaziou wrote: Hello, Suvayu Ali fatkasuvayu+li...@gmail.com writes: The info manual does not compile because of a wrong next node entry in org.texi. A fix is attached. Thank

Re: [O] having problems exporting to Beamer

2013-04-14 Thread Nicolas Goaziou
Hello, Eric Schulte schulte.e...@gmail.com 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.

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 b...@gnu.org 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

[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

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

2013-04-14 Thread Thorsten Jolitz
Thorsten Jolitz tjol...@gmail.com 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

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 fatkasuvayu+li...@gmail.com writes: On Sat, Apr 13, 2013 at 10:42:12PM +0200, Nicolas Goaziou wrote: Hello, Suvayu Ali fatkasuvayu+li...@gmail.com writes: The info manual does not compile

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

2013-04-14 Thread Bastien
Hi Sean, Sean O'Halpin sean.ohal...@gmail.com 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

Re: [O] Fix info manual compilation

2013-04-14 Thread Bastien
Hi Suvayu, Suvayu Ali fatkasuvayu+li...@gmail.com 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

Re: [O] Attributes on HTML tables?

2013-04-14 Thread Bastien
Hi Rick, Rick Frankel r...@rickster.com 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

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

Re: [O] phone links...

2013-04-14 Thread Bastien
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 with someone taking org-contacts.el

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

2013-04-14 Thread Bastien
Hi Brian, Brian van den Broek brian.van.den.br...@gmail.com 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

Re: [O] New exporter and dates in tables

2013-04-14 Thread Bastien
Hi Nicolas, Nicolas Goaziou n.goaz...@gmail.com writes: Bastien b...@gnu.org 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

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

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 noweb

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 klein...@mpip-mainz.mpg.de 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] 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 fatkasuvayu+li...@gmail.com 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

Re: [O] Attributes on HTML tables?

2013-04-14 Thread Eric Abrahamsen
Rick Frankel r...@rickster.com writes: On Sat, Apr 13, 2013 at 01:31:17PM +0800, Eric Abrahamsen wrote: Eric Abrahamsen e...@ericabrahamsen.net writes: François Pinard pin...@iro.umontreal.ca writes: Bastien b...@gnu.org writes: Eric Abrahamsen e...@ericabrahamsen.net writes:

Re: [O] Fix info manual compilation

2013-04-14 Thread Bastien
Suvayu Ali fatkasuvayu+li...@gmail.com 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] Tables for attendance lists - A problem understanding TBLFM?

2013-04-14 Thread Bastien
Hi Michael, Michael Brand michael.ch.br...@gmail.com 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

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

2013-04-14 Thread Bastien
Hi Florian, Florian Beck f...@miszellen.de writes: Bastien b...@altern.org 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] 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 b...@gnu.org 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] New exporter and dates in tables

2013-04-14 Thread Bastien
Sebastien Vauban wxhgmqzgwmuf-genee64ty+gs+fvcfc7...@public.gmane.org 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*

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 b...@gnu.org 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:

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 b...@gnu.org wrote: Hi Sean, Sean O'Halpin sean.ohal...@gmail.com 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).

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

2013-04-14 Thread Bernt Hansen
Bastien b...@gnu.org writes: Bernt Hansen be...@norang.ca writes: I don't like the additional timestamp information. It is now removed. Thanks!

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 buddy.butter...@web.de 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

[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] New exporter and dates in tables

2013-04-14 Thread Nicolas Goaziou
Hello, Bastien b...@gnu.org 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

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

2013-04-14 Thread Bastien
Hi Charles, Charles Cave charles.c...@gmail.com 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

Re: [O] New exporter and dates in tables

2013-04-14 Thread Bastien
Hi Nicolas, Nicolas Goaziou n.goaz...@gmail.com writes: According to your suggestion, with `org-export-with-timestamps' set to `not-standalone', in the following example: * Task timestamp At timestamp, I must do that. the first timestamp would be ignored, not the second one. Isn't it

Re: [O] New exporter and dates in tables

2013-04-14 Thread Nicolas Goaziou
Bastien b...@gnu.org writes: Nicolas Goaziou n.goaz...@gmail.com writes: According to your suggestion, with `org-export-with-timestamps' set to `not-standalone', in the following example: * Task timestamp At timestamp, I must do that. the first timestamp would be ignored, not the

Re: [O] New exporter and dates in tables

2013-04-14 Thread Bastien
Nicolas Goaziou n.goaz...@gmail.com 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

Re: [O] New exporter and dates in tables

2013-04-14 Thread Nicolas Goaziou
Bastien b...@gnu.org writes: Nicolas Goaziou n.goaz...@gmail.com 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

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

2013-04-14 Thread Steinar Bang
Karl Voit devn...@karl-voit.at: 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.

Re: [O] New exporter and dates in tables

2013-04-14 Thread Bastien
Nicolas Goaziou n.goaz...@gmail.com 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] 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

Re: [O] having problems exporting to Beamer

2013-04-14 Thread Eric Schulte
Nicolas Goaziou n.goaz...@gmail.com writes: Hello, Eric Schulte schulte.e...@gmail.com 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

Re: [O] having problems exporting to Beamer

2013-04-14 Thread Nicolas Goaziou
Eric Schulte schulte.e...@gmail.com 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

Re: [O] having problems exporting to Beamer

2013-04-14 Thread Nicolas Goaziou
Eric Schulte schulte.e...@gmail.com 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

[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 schulte.e...@gmail.com Date: Sun, 14 Apr 2013 11:43:30 -0600 Subject: [PATCH 3/3] customizable verbatim export for LaTeX (fancyvrb)

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 - S :: selective distance

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 r...@rickster.com 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 Nicolas Goaziou
Eric Schulte schulte.e...@gmail.com 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

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

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

2013-04-14 Thread Daimrod
Eric Schulte schulte.e...@gmail.com 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] 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 links

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

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

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

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] [patch] ox-latex.el to allow customization of verbatim environments (e.g., to use fancyvrb)

2013-04-14 Thread Bastien
Nicolas Goaziou n.goaz...@gmail.com 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

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

2013-04-14 Thread Bastien
Michael Brand michael.ch.br...@gmail.com 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

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 tex

Re: [O] void-function copy-seq

2013-04-14 Thread Thomas S. Dye
Bastien b...@gnu.org 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

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 b...@gnu.org writes: Nicolas Goaziou n.goaz...@gmail.com 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

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

2013-04-14 Thread Eric Schulte
Bastien b...@gnu.org writes: Nicolas Goaziou n.goaz...@gmail.com 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

Re: [O] having problems exporting to Beamer

2013-04-14 Thread Eric Schulte
Nicolas Goaziou n.goaz...@gmail.com writes: Eric Schulte schulte.e...@gmail.com 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

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

[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] 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] [patch] ox-latex.el to allow customization of verbatim environments (e.g., to use fancyvrb)

2013-04-14 Thread Nicolas Goaziou
Hello, Eric Schulte schulte.e...@gmail.com 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