Re: [O] LaTeX export. Substitute some headlines with arbitrary command

2013-03-14 Thread Nick Dokos
Andrey Yankin yankin...@gmail.com wrote: Sorry if it wasn't clear. I should have illustrate this. Input: * Headline 1 ** Node 1.1   Content 1 * Headline 2   Content 2 * Headline 3   Content 3 * Headline 4   Content 4 * Headline 5   Content 5 Desired output: \intro

[O] Width always inserted with LaTeX figures

2013-03-14 Thread Richard Stanton
At least with today's version (8.0-pre release_8.0-pre-67-gd3361c), if I include a figure and then export to LaTeX, the resulting TeX file insists on including its own width specification, even when I tell it the width I want. For example, the org text #+ATTR_LaTeX: :options width=1.7in

Re: [O] Width always inserted with LaTeX figures

2013-03-14 Thread Aaron Ecay
Hi Richard, You should use #+ATTR_LATEX: :width 1.7in instead of the version with :options. This is a recent change, to make LaTeX image width consistent with LaTeX tables and HTML images, both of which use a :width argument. (It also allows the support of more types of images in LaTeX). Aaron

Re: [O] Paths including spaces fail the installation: Patch

2013-03-14 Thread Achim Gratz
[please reply to the list] BS-Quoting and Doublequote-ing were the first things I tried: […] Yes I see, that is due to inadvertent double quoting. Try this definition in local.mk (not the extra two single quotes around $(datadir)): --8---cut

Re: [O] Further problems with export

2013-03-14 Thread Achim Gratz
Neuwirth Erich writes: I install everything in site-lisp On OSX this is /Applications/Emacs.App/Contents/Resources/site-lisp/org This should be on the load path automatically. And I did not change my configuration and everything worked fine for quite some time. Try make clean-install

Re: [O] Width always inserted with LaTeX figures

2013-03-14 Thread Richard Stanton
Thanks, Aaron. -Original Message- From: Aaron Ecay [mailto:aarone...@gmail.com] Sent: Wednesday, March 13, 2013 11:47 PM To: Richard Stanton Cc: emacs-orgmode@gnu.org Subject: Re: [O] Width always inserted with LaTeX figures Hi Richard, You should use #+ATTR_LATEX: :width 1.7in instead

[O] Indentation of backend definitioon

2013-03-14 Thread Carsten Dominik
Hi Nicolas, I propose the following patch to improve the automatic indentation of the backend definition macros in ox.el. - Carsten diff --git a/lisp/ox.el b/lisp/ox.el index c5b6d7c..31983b2 100644 --- a/lisp/ox.el +++ b/lisp/ox.el @@ -987,6 +987,7 @@ keywords are understood:

Re: [O] LaTeX export. Substitute some headlines with arbitrary command

2013-03-14 Thread Andrey Yankin
Charles, Nick, thanks for the tip of using filters. As far as I can see it requires version 8 of org-mode to be installed. Am I right? I am using now 7.8.11. I'll try to install a new version and check out filters. 2013/3/14 Nick Dokos nicholas.do...@hp.com Andrey Yankin

Re: [O] Build fail with emacs 24.3.1

2013-03-14 Thread Achim Gratz
Bastien bzg at altern.org writes: One potential problem in the first test is the use of parent as the name of the symbol to pass to the macro... since this is the very same name than the macro second argument. At least this reminded me this section of Elisp manual: I've actually tested this

[O] small bug in table alignment

2013-03-14 Thread Eric Abrahamsen
If you call C-c C-c within a table to align it, and point happens to be on a horizontal rule, it throws an error that originates in org-element-context. The let at the top of that function sets type to 'table-row, and element to: (table-row (:type rule :begin XX :end XX :contents-begin nil

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

2013-03-14 Thread Robert Klein
On 03/08/2013 11:58 AM, Myles English wrote: Hi, Just wondering if there is a better way to italicise across more than two lines for a list item, currently this is the only way that works for me: - on the assumption of equilibrium: /``even if there is equilibrium at the pore sale,

Re: [O] Further problems with export

2013-03-14 Thread Neuwirth Erich
I put my old source directory away and started afresh: git clone git://orgmode.org/org-mode.git And I did make up1 sudo make clean-install install When I try to create an open an html file with C-c C-e h o I still get Symbol's value as variable is void: org-element-document-properties

Re: [O] Build fail with emacs 24.3.1

2013-03-14 Thread Bastien
Hi Achim, Achim Gratz strom...@nexgo.de writes: Bastien bzg at altern.org writes: One potential problem in the first test is the use of parent as the name of the symbol to pass to the macro... since this is the very same name than the macro second argument. At least this reminded me this

Re: [O] automagically changing roman enumeration to alphabetical

2013-03-14 Thread Eric S Fraga
Paul Rudin p...@rudin.co.uk writes: I was surprised by this behaviour. Find a new org-mode file. Type i) and then hit M-Ret. The i) gets renamed as a) and b) is added on the next line. I would have expected that we get ii) on the next line and the i) would be left alone. Is this working

Re: [O] Where does org-mode elisp hacking go?

2013-03-14 Thread Torsten Wagner
Hi, if I have a project based on org which require some special settings (not only in lisp) I use a babel block and execute it after loading the file. I did this e.g. to set my Java environment correct If I remember correctly, we discussed once an autoload feature for org-babel, but security

Re: [O] Exporter problem: cannot activate options

2013-03-14 Thread Rainer Stengele
Am 13.03.2013 16:15, schrieb Nicolas Goaziou: Hello, Rainer Stengele rainer.steng...@online.de writes: I do mark the subtree and export by C-e h o. Export is fine but I always get the TOC (although toc:nil) and I cannot get the clock entries (although c:t). You don't need to mark the

Re: [O] mobileorg

2013-03-14 Thread Rasmus
Rainer M Krug r.m.k...@gmail.com writes: On Wednesday, March 13, 2013, Marvin Doyley wrote: Has MobileOrg been removed from the App Store ? For some reason I can't find this. It has been r evolved temporarily, but I hope it will be back soon. I think it's in f-droid. –Rasmus -- A

Re: [O] Build fail with emacs 24.3.1

2013-03-14 Thread Bastien
Hi Achim, Bastien b...@altern.org writes: Yes -- but what I'm arguing about is that the special syntax is not needed. Or more specifically, it is not needed to have (org-export-define-backend html ((bold . org-html-bold) instead of just (org-export-define-backend 'html

Re: [O] posting guide?

2013-03-14 Thread Rainer M Krug
Just a short comment: There is one incident caused by one user - this is an outlier in all statistical measures. I don't think it is reasonable to react with new rules - by discussing the issue caused by one user, we are playing by their rules! Ignore the one user but keep your eyes and ears

Re: [O] posting guide?

2013-03-14 Thread Carsten Dominik
On 13 mrt. 2013, at 22:07, Jay Kerns gjkerns...@gmail.com wrote: Dear Bastien, On Wed, Mar 13, 2013 at 4:33 PM, Bastien b...@altern.org wrote: Hi Jay, Well, I would not invest too much time on this, personally. No, you don't seem to be bothered at all; those attacks seem to wash

Re: [O] posting guide?

2013-03-14 Thread Memnon Anon
it seems to me that this is entirely superfluous. I have not seen a mailing lit with better behavior anywhere. We should not be distracted by a lone user. FWIW, +1

[O] org-caldav will cease to work with Google Calendar

2013-03-14 Thread David Engster
Google has announced today that they will shut down their CalDAV API in September, since hey, everybody's using their own protocol anyway. org-caldav will then cease to work with Google calendar. I won't work on supporting the Google calendaring API until there's a free server implementation for

[O] latex export of org-mode: verbatim block in a figure

2013-03-14 Thread Rob Stewart
What I would like to do is simple: wrap a verbatim code block within a Figure, so that I can refer to it elsewhere in my org-mode file. How is this achieved? A naive solution, which does not work, looks like: #+CAPTION:My caption #+LABEL: fig:my-api #+ATTR_LaTeX: width=130mm,height=30mm

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

2013-03-14 Thread W. Greenhouse
Robert Klein klein...@mpip-mainz.mpg.de writes: On 03/08/2013 11:58 AM, Myles English wrote: Hi, Just wondering if there is a better way to italicise across more than two lines for a list item, currently this is the only way that works for me: - on the assumption of equilibrium:

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

2013-03-14 Thread Bastien
Hi all, wgreenhouse-sgozh3hwpm2stnjn9+b...@public.gmane.org (W. Greenhouse) writes: A less pleasant/even worse way (practically heresy in some circles, though some Org users do it) would just be to compose your documents using visual-line-mode instead of auto-fill-mode. Then whole paragraphs

Re: [O] org-caldav will cease to work with Google Calendar

2013-03-14 Thread Bastien
Hi David, David Engster d...@randomsample.de writes: Google has announced today that they will shut down their CalDAV API in September, since hey, everybody's using their own protocol anyway. org-caldav will then cease to work with Google calendar. :/ I won't work on supporting the

Re: [O] org-caldav will cease to work with Google Calendar

2013-03-14 Thread Torsten Wagner
Hi David, first of all thanks again for your great contribution. Maybe this is a good time to announce that we use org-caldav since several weeks together with SoGO. SoGO does allow syncing of Android devices too (via an App). It syncs full automatically with the Android calendar! It comes with

Re: [O] org-caldav will cease to work with Google Calendar

2013-03-14 Thread David Engster
Bastien writes: David Engster d...@randomsample.de writes: I won't work on supporting the Google calendaring API until there's a free server implementation for it, which can be self-hosted. If someone else would like to work on that, please create a fork under a different name. Are there

Re: [O] Meaning of install

2013-03-14 Thread Thomas S. Dye
Aloha all, Thanks for your help and patience as I try to find the simplest, most widely applicable, path to a successful Org installation. I've decided not to mention el-get in the manual. It looks like a great power-user tool, but I don't think it fits here. Perhaps something on Worg (if it's

Re: [O] Meaning of install

2013-03-14 Thread Bastien
Hi Thomas, t...@tsdye.com (Thomas S. Dye) writes: Thanks for your help and patience as I try to find the simplest, most widely applicable, path to a successful Org installation. Thanks for this, I think these explanations are better articulated than the ones in the manual. Let's get the

[O] Extra space after listings in LaTeX export with minted

2013-03-14 Thread Richard Stanton
Using the minted package, I get very nice colored listings in the PDF files generated by exporting to LaTeX, but there's always a lot of extra space after each listing and before any text that immediately follows. This seems to be an issue with the minted package itself, but I'm wondering if

Re: [O] [RFC] Org syntax (draft)

2013-03-14 Thread Eric S Fraga
Jambunathan K kjambunat...@gmail.com writes: You are a jerk, a BIG JERK. This is completely uncalled. What satisfaction do you gain from this? This is a brilliant, informative and polite mailing list except when it comes to your contributions. Don't bother answering because I've added you to

Re: [O] Better way to customize daily/weekly agenda?

2013-03-14 Thread Eric S Fraga
Viktor Rosenfeld listuse...@gmail.com writes: [...] With regard to the time grid you might want to check out the variable org-agenda-time-grid. I have it set thusly: #+BEGIN_SRC emacs-lisp (setq org-agenda-time-grid '((daily today required-time) (600 1200 1800

Re: [O] [RFC] Org syntax (draft)

2013-03-14 Thread Jambunathan K
Eric Eric S Fraga e.fr...@ucl.ac.uk writes: Jambunathan K kjambunat...@gmail.com writes: You are a jerk, a BIG JERK. This is completely uncalled. What satisfaction do you gain from this? This is a brilliant, informative and polite mailing list except when it comes to your

Re: [O] Extra space after listings in LaTeX export with minted

2013-03-14 Thread Aaron Ecay
Hi Richard, 2013ko martxoak 14an, Richard Stanton-ek idatzi zuen: Using the minted package, I get very nice colored listings in the PDF files generated by exporting to LaTeX, but there's always a lot of extra space after each listing and before any text that immediately follows. This seems

Re: [O] [RFC] Org syntax (draft)

2013-03-14 Thread David Engster
Jambunathan K. writes: Still you haven't answered my Fudging the mail reply headers question to my satisfaction. http://www.gnu.org/software/emacs/manual/html_node/message/Mailing-Lists.html A mailing list poster can use MFT to express that responses should be sent to just the list, and not

[O] [Out-of-Thread] Re: [RFC] Org syntax (draft)

2013-03-14 Thread Jambunathan K
David Engster d...@randomsample.de writes: Jambunathan K. writes: Still you haven't answered my Fudging the mail reply headers question to my satisfaction. http://www.gnu.org/software/emacs/manual/html_node/message/Mailing-Lists.html A mailing list poster can use MFT to express that

Re: [O] Meaning of install

2013-03-14 Thread Achim Gratz
Thomas S. Dye writes: Thanks for your help and patience as I try to find the simplest, most widely applicable, path to a successful Org installation. I especially like the fact that it didn't get longer than before. In most cases where you have permission to write to system locations, you

Re: [O] Build fail with emacs 24.3.1

2013-03-14 Thread Achim Gratz
Bastien writes: If we agree the macros are not really needed we can make the change. We will always be free to find why the macros are causing problems later one. I know the move looks like I want to avoid the problems instead of fixing them, but it's not: it's about fixing the approach

Re: [O] posting guide?

2013-03-14 Thread Bernt Hansen
Memnon Anon gegendosenflei...@googlemail.com writes: it seems to me that this is entirely superfluous. I have not seen a mailing lit with better behavior anywhere. We should not be distracted by a lone user. FWIW, +1 +2 :) Bernt

Re: [O] [Out-of-Thread] Re: [RFC] Org syntax (draft)

2013-03-14 Thread David Engster
Jambunathan K. writes: I know that. But that doesn't answer the question why Carsten will appear in the To header of a mail that I reply to a mail I receive from Eric S Fraga. Because Carsten started the thread and did not set MFT. -David

Re: [O] Further problems with export

2013-03-14 Thread Achim Gratz
Neuwirth Erich writes: I put my old source directory away and started afresh: git clone git://orgmode.org/org-mode.git I'm not sure what you were trying to accomplish. You can always check with git status what's going on in your worktree and if necessary you can git clean anything you think

Re: [O] [Out-of-Thread] Re: [RFC] Org syntax (draft)

2013-03-14 Thread Jambunathan K
David Engster d...@randomsample.de writes: Jambunathan K. writes: I know that. But that doesn't answer the question why Carsten will appear in the To header of a mail that I reply to a mail I receive from Eric S Fraga. Because Carsten started the thread and did not set MFT. In this very

Re: [O] [Out-of-Thread] Re: [RFC] Org syntax (draft)

2013-03-14 Thread David Engster
Jambunathan K. writes: David Engster d...@randomsample.de writes: Jambunathan K. writes: I know that. But that doesn't answer the question why Carsten will appear in the To header of a mail that I reply to a mail I receive from Eric S Fraga. Because Carsten started the thread and did

Re: [O] posting guide?

2013-03-14 Thread Jay Kerns
[snip] FWIW, +1 +2 :) Fair enough. I agree that time shouldn't be wasted on lone users, and that includes me: http://orgmode.org/w/?p=worg.git;a=commitdiff;h=933d17d268a1618d9244c12014403a05c05c5a25 Cheers, -- Jay

Re: [O] [Out-of-Thread] Re: [RFC] Org syntax (draft)

2013-03-14 Thread Jambunathan K
David Engster d...@randomsample.de writes: Jambunathan K. writes: David Engster d...@randomsample.de writes: Jambunathan K. writes: I know that. But that doesn't answer the question why Carsten will appear in the To header of a mail that I reply to a mail I receive from Eric S Fraga.

Re: [O] posting guide?

2013-03-14 Thread Jay Kerns
Reading my message again, it doesn't say what I wanted it to say, and it sounds in my head not in the way I wanted it to sound. Let me try again, with more words: That's totally fine by me, I meant it when I said OK if you don't want to do that, and I don't want a silly thing like a posting

Re: [O] Where does org-mode elisp hacking go?

2013-03-14 Thread Eric Schulte
Torsten Wagner torsten.wag...@gmail.com writes: Hi, if I have a project based on org which require some special settings (not only in lisp) I use a babel block and execute it after loading the file. I did this e.g. to set my Java environment correct If I remember correctly, we discussed

Re: [O] Fwd: request regarding code chunk options in org-babel.

2013-03-14 Thread Eric Schulte
shripad sinari shripad.sin...@gmail.com writes: Hello Eric, The posted solution works. But the issue is that I have to do this a lot of times for selective code chunks in multiple documents. Writing the sexp each time is not very elegant. As the sexp is just elisp you can easily to add a

Re: [O] [PATCH] * lisp/ob-core.el (org-babel-execute-src-block): insert hash for silent results

2013-03-14 Thread Eric Schulte
Achim Gratz strom...@nexgo.de writes: Eric Schulte writes: From re-looking at Achim's previous noweb example, it seems that we currently do *not* include the values of noweb expansions in code block hash calculations, I think this is a bug which should be fixed. It could very well have been

Re: [O] Fwd: request regarding code chunk options in org-babel.

2013-03-14 Thread shripad sinari
Thanks Eric! Shripad Tucson, AZ On Thu, Mar 14, 2013 at 12:57 PM, Eric Schulte schulte.e...@gmail.comwrote: shripad sinari shripad.sin...@gmail.com writes: Hello Eric, The posted solution works. But the issue is that I have to do this a lot of times for selective code chunks in

[O] Help request - auto-fill/word wrap with headlines and tags

2013-03-14 Thread Subhan Tindall
I haven't been able to find a combination of options to do this, any ideas? I use org extensively for note-taking in my classes. What I would like is to have the following, preferably while typing allthough after the fact would do: * headline one is a short one :tag1:tag2: * headline two is the

Re: [O] Meaning of install

2013-03-14 Thread Thomas S. Dye
Aloha Achim, Achim Gratz strom...@nexgo.de writes: Thomas S. Dye writes: In most cases where you have permission to write to system locations, you will probably want to install Org with the Emacs system files. This is a system-specific operation that is guided by a file, `local.mk',

Re: [O] Meaning of install

2013-03-14 Thread Andreas Röhler
Am 13.03.2013 12:56, schrieb Bastien: Andreas Röhler andreas.roeh...@easy-emacs.de writes: Any recommendation which make commands to run here? ~$ make helpall :) Another great piece, thanks!

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

2013-03-14 Thread Marcin Borkowski
Dnia 2013-03-14, o godz. 16:46:22 wgreenho...@riseup.net (W. Greenhouse) napisał(a): A less pleasant/even worse way (practically heresy in some circles, though some Org users do it) would just be to compose your documents using visual-line-mode instead of auto-fill-mode. Then whole

Re: [O] two-way sync org agenda/ical

2013-03-14 Thread Eric S Fraga
Karl Voit devn...@karl-voit.at writes: * Marvin Doyley marvin...@gmail.com wrote: Hi there, Hi! Does anybody know how to export deadline or schedule items from org to ical ? I think you want to read following pages: http://orgmode.org/manual/iCalendar-export.html

Re: [O] two-way sync org agenda/ical

2013-03-14 Thread Rasmus
Eric S Fraga e.fr...@ucl.ac.uk writes: Karl Voit devn...@karl-voit.at writes: * Marvin Doyley marvin...@gmail.com wrote: Hi there, Hi! Does anybody know how to export deadline or schedule items from org to ical ? I think you want to read following pages:

Re: [O] Extra space after listings in LaTeX export with minted

2013-03-14 Thread Richard Stanton
Thanks, Aaron. I ended up adding the line #+LaTeX_HEADER: \addtolength\partopsep{-0.9cm} to my org file. Not too complicated... There's still one more (even more) minor problem, which is that minted always indents the text immediately after a listing, but this I can probably live with. On

[O] Org-mobile for Android and syncing

2013-03-14 Thread Marcin Borkowski
Hi, I'm about to buy an Android smartphone. Of course, I want to use Org-mobile. However, I don't use Dropbox (I use another, similar service, called SpiderOak). Is it possible to synchronize using such a service? (If not, I'll set up a Dropbox account, which I'm probably ging to do anyway -

Re: [O] posting guide?

2013-03-14 Thread Carsten Dominik
On 14.3.2013, at 20:53, Jay Kerns gjkerns...@gmail.com wrote: Reading my message again, it doesn't say what I wanted it to say, and it sounds in my head not in the way I wanted it to sound. Let me try again, with more words: That's totally fine by me, I meant it when I said OK if you

Re: [O] Org-mobile for Android and syncing

2013-03-14 Thread Charles Philip Chan
Marcin Borkowski mb...@wmi.amu.edu.pl writes: Hi Marcin: I'm about to buy an Android smartphone. Of course, I want to use Org-mobile. However, I don't use Dropbox (I use another, similar service, called SpiderOak). Is it possible to synchronize using such a service? No currently

Re: [O] Org-mobile for Android and syncing

2013-03-14 Thread Subhan Tindall
Org mobile is currently unavailable in the Android market, with no scheduled return time. On Thu, Mar 14, 2013 at 3:05 PM, Charles Philip Chan cpc...@bell.net wrote: Marcin Borkowski mb...@wmi.amu.edu.pl writes: Hi Marcin: I'm about to buy an Android smartphone. Of course, I want to use

Re: [O] Org-mobile for Android and syncing

2013-03-14 Thread Charles Philip Chan
Subhan Tindall subhan.tind...@rentrakmail.com writes: Hi Subhan: Org mobile is currently unavailable in the Android market, with no scheduled return time. Are you sure? I can access it just fine: https://play.google.com/store/apps/details?id=com.matburt.mobileorgfeature=search_result

Re: [O] Exporter problem: cannot activate options

2013-03-14 Thread Nicolas Goaziou
Hello, Rainer Stengele rainer.steng...@online.de writes: thanks for the notice. I really would need to be able to configure export options. I just told you how to do it. I cannot include timestamps in a html export. Please give me a hint. Could you elaborate? Thank you. Regards, --

Re: [O] Org-mobile for Android and syncing

2013-03-14 Thread Marcin Borkowski
Dnia 2013-03-14, o godz. 18:05:21 Charles Philip Chan cpc...@bell.net napisał(a): Marcin Borkowski mb...@wmi.amu.edu.pl writes: Hi Marcin: I'm about to buy an Android smartphone. Of course, I want to use Org-mobile. However, I don't use Dropbox (I use another, similar service,

Re: [O] Indentation of backend definitioon

2013-03-14 Thread Nicolas Goaziou
Hello, Carsten Dominik carsten.domi...@gmail.com writes: I propose the following patch to improve the automatic indentation of the backend definition macros in ox.el. - Carsten diff --git a/lisp/ox.el b/lisp/ox.el index c5b6d7c..31983b2 100644 --- a/lisp/ox.el +++ b/lisp/ox.el @@

Re: [O] Org-mobile for Android and syncing

2013-03-14 Thread Charles Philip Chan
Marcin Borkowski mb...@wmi.amu.edu.pl writes: Hi Marcin: Does this mean that if I have an account on some server, and I can log in there through SSH, I can set it up for MobileOrg? (Sorry for a possibly lame question, I don't know much about networking and such things.) Yes, just stage the

Re: [O] org-caldav will cease to work with Google Calendar

2013-03-14 Thread Julien Cubizolles
David Engster d...@randomsample.de writes: Google has announced today that they will shut down their CalDAV API in September, since hey, everybody's using their own protocol anyway. org-caldav will then cease to work with Google calendar. That's very disappointing, org-caldav was the best

Re: [O] org-caldav will cease to work with Google Calendar

2013-03-14 Thread Charles Philip Chan
Julien Cubizolles j.cubizol...@free.fr writes: Hi Julian: That's very disappointing, org-caldav was the best tool I found to have an efficient interaction between my Phone and org. Mobile-org is great but unless I'm mistaken it doesn't provide the traditional grid view of a calendar like the

Re: [O] Extra space after listings in LaTeX export with minted

2013-03-14 Thread Aaron Ecay
Hi Richard, You should be able to get rid of that indentation by arranging for the text after the listing end to begin with \noindent{} (in LaTeX). This should be as simple, in org, as: ... #+END_SRC \noindent{}Lorem ipsum... I am not sure there is a way to automate the \noindent: LaTeX