Re: [Orgmode] 6.29c export latex bug?

2009-08-11 Thread Carsten Dominik
On Aug 11, 2009, at 5:26 AM, Nick Dokos wrote: Nick Dokos nicholas.do...@hp.com wrote: 31ceed47ffd3070418dd34316fef8869d2434c26 is first bad commit commit 31ceed47ffd3070418dd34316fef8869d2434c26 Author: Carsten Dominik carsten.domi...@gmail.com Date: Tue Jun 30 07:24:57 2009 +0200

Re: [Orgmode] org-mode can not precess some LATEX environment

2009-08-11 Thread Carsten Dominik
On Aug 11, 2009, at 10:37 AM, waterloo wrote: org-mode can not precess some LATEX environment . Such as : \begin{matrix} \end{matrix} which is in amslatex. Org-mode will handle these environments, but you must require the package in the header: #+LaTeX_HEADER: \usepackage{amslatex} Or

Re: [Orgmode] org-mode can not precess some LATEX environment

2009-08-11 Thread waterloo
It is `amsmath' , not `amslatex' . Org include amsmath defaultly . 2009/8/11 Carsten Dominik carsten.domi...@gmail.com On Aug 11, 2009, at 10:37 AM, waterloo wrote: org-mode can not precess some LATEX environment . Such as : \begin{matrix} \end{matrix} which is in amslatex.

Re: [Orgmode] org-mode can not precess some LATEX environment

2009-08-11 Thread Carsten Dominik
So then, what do you mean by org-mode can not precess some LATEX environment Please, if you want us to spend the time giving you the answer, put in the time to explain yourself clearly, if possible already in the initial post and not after two mails back and forth. This will allow the

Re: [Orgmode] MACRO calls with linebreaks?

2009-08-11 Thread Carsten Dominik
Hi Stefan, could you please make a complete example, with the complete macro definition and calls, i.e. no ...? This would give me something to test without having to guess what might be happening. Thanks. - Carsten On Aug 11, 2009, at 12:58 AM, Stefan Vollmar wrote: Dear Carsten, On

[Orgmode] Org suggestion: option which allows moving subtrees freely

2009-08-11 Thread PT
Often I want to move an item or a subtree to an other location with M-up/down and I get the message Cannot move past superior level. I think there could be an option allowing this behavior. In practice I found sometimes it would be quicker and easier to move stuff under a different heading in the

Re: [Orgmode] org-mode can not precess some LATEX environment

2009-08-11 Thread waterloo
Excuse me . I put the following latex code in an org file , and put point in it ,C-c C-x C-l. It don't produce the correct image. There is only an square appearing . The latex environment is include in amsmath package, which is include in Org Format Latex Header defautly. \begin{matrix} 1d\\

Re: [Orgmode] org-mode can not precess some LATEX environment

2009-08-11 Thread Scot Becker
`To avoid conflicts with currency specifications, single ‘$’ characters are only recognized as math delimiters if the enclosed text contains at most two line breaks, is directly attached to the ‘$’ characters with no whitespace in between, and if the closing ‘$’ is followed by whitespace,

Re: [Orgmode] Org suggestion: option which allows moving subtrees freely

2009-08-11 Thread Scot Becker
+1 I always supposed there was some Good Reason (tm) for prohibiting this, which I hadn't yet understood, so I never asked for it before. But since PT asked, I'll join in. Scot On Tue, Aug 11, 2009 at 10:24 AM, PTspamfilteracco...@gmail.com wrote: Often I want to move an item or a subtree to

[Orgmode] Re: Literate Programming with Org mode

2009-08-11 Thread Sébastien Vauban
Hi Eric, Eric Schulte wrote: Sébastien Vauban wxhgmqzgw...@spammotel.com writes: Eric Schulte wrote: Eric Schulte schulte.e...@gmail.com writes: Thanks for giving this a try, comments below... You're welcome. I'm more than interested into this. And I play the easy role. Just testing... and

Re: [Orgmode] Org suggestion: option which allows moving subtrees freely

2009-08-11 Thread Carsten Dominik
The good reason is this: * heading ** A child *** a grand child if you try to move the grand child up, the integrity of the tree is broken because then you have * heading *** a grand child ** A child Even worse if you move a child beyond the first top-level heading. I do M-left M-up M-right

Re: [Orgmode] Org suggestion: option which allows moving subtrees freely

2009-08-11 Thread Eric S Fraga
At Tue, 11 Aug 2009 10:36:16 +0100, Scot Becker wrote: +1 I always supposed there was some Good Reason (tm) for prohibiting this, which I hadn't yet understood, so I never asked for it before. But since PT asked, I'll join in. +1 ditto. I often find myself doing an arbitrary sequence of

[Orgmode] Re: Org suggestion: option which allows moving subtrees freely

2009-08-11 Thread Giovanni Lanzani
+1 I always supposed there was some Good Reason (tm) for prohibiting this, which I hadn't yet understood, so I never asked for it before. But since PT asked, I'll join in. Scot On Tue, Aug 11, 2009 at 10:24 AM, PTspamfilteracco...@gmail.com wrote: Often I want to move an item or a

[Orgmode] Re: Org suggestion: option which allows moving subtrees freely

2009-08-11 Thread PT
Carsten Dominik carsten.dominik at gmail.com writes: I do M-left M-up M-right to get past a parent. When moving down, M-left M-down M-right will get you to the end of that subtree, but otherwise it works just fine. It seems like something which org could also do if the user sets the

[Orgmode] Re: Org suggestion: option which allows moving subtrees freely

2009-08-11 Thread PT
PT spamfilteraccount at gmail.com writes: So it would spare at least an M-left for the user which doesn't seem much, but small things add up in the long run. Maybe the M-right part wouldn't be too hard either. If above the moved up header (which is now at the same level as its previous

[Orgmode] Re: Org suggestion: option which allows moving subtrees freely

2009-08-11 Thread Tassilo Horn
PT spamfilteracco...@gmail.com writes: Hi! So it would spare at least an M-left for the user which doesn't seem much, but small things add up in the long run. Maybe the M-right part wouldn't be too hard either. If above the moved up header (which is now at the same level as its previous

[Orgmode] Re: Org suggestion: option which allows moving subtrees freely

2009-08-11 Thread Leo
On 2009-08-11 10:24 +0100, PT wrote: Often I want to move an item or a subtree to an other location with M-up/down and I get the message Cannot move past superior level. I think there could be an option allowing this behavior. In practice I found sometimes it would be quicker and easier to

Re: [Orgmode] 6.29c export latex bug?

2009-08-11 Thread Nick Dokos
Carsten Dominik carsten.domi...@gmail.com wrote: Hi zwz, thanks for the report. Hi Nick, thanks for nailing it. This bug is fixed now. Indeed - my test succeeded. Nick, if you are interested, please see the commit log entry for an explanation why this bug was happening. I feel like

Re: [Orgmode] [PATCH] fontified source-code on latex export with listings package

2009-08-11 Thread Eric Schulte
Carsten Dominik carsten.domi...@gmail.com writes: I have added the patch, thanks! Thanks for adding the patch. Eric, color setup is relative complex, which i why I don't want to discuss this in detail in the manual. Maybe you could write a Worg page about this, and/or a FAQ entry? I've

[Orgmode] Re: Org suggestion: option which allows moving subtrees freely

2009-08-11 Thread Matt Lundin
Leo sdl@gmail.com writes: On 2009-08-11 10:24 +0100, PT wrote: Often I want to move an item or a subtree to an other location with M-up/down and I get the message Cannot move past superior level. I think there could be an option allowing this behavior. In practice I found sometimes it

Re: [Orgmode] [PATCH] fontified source-code on latex export with listings package

2009-08-11 Thread Carsten Dominik
Hi Eric, thanks! BTW, when adding your patch, I added a few more languages to the default settings. - Carsten On Aug 11, 2009, at 3:01 PM, Eric Schulte wrote: Carsten Dominik carsten.domi...@gmail.com writes: I have added the patch, thanks! Thanks for adding the patch. Eric, color

Re: [Orgmode] Re: Org suggestion: option which allows moving subtrees freely

2009-08-11 Thread Carsten Dominik
Thank you all for your input, I am not going to make a change here. - Carsten On Aug 11, 2009, at 3:09 PM, Matt Lundin wrote: Leo sdl@gmail.com writes: On 2009-08-11 10:24 +0100, PT wrote: Often I want to move an item or a subtree to an other location with M-up/down and I get the

Re: [Orgmode] MACRO calls with linebreaks?

2009-08-11 Thread Carsten Dominik
Fixed, thanks. - Carsten On Aug 11, 2009, at 12:58 AM, Stefan Vollmar wrote: Dear Carsten, On 10.08.2009, at 10:09, Carsten Dominik wrote: this should now work. But note that the opening parenthesis must be attached to the macro name and the closing parenthesis must be attached to the

[Orgmode] Agenda Buffer

2009-08-11 Thread Jesus Alvarez
Hello, This is my first time ever writing to a mailing list, but it has come to this. I am at my wits end. I discovered org-mode about a two months ago and it has completely changed the way I organize things, and that is my problem, I want to stay organized. In emacs, I have my frame full-screen

Re: [Orgmode] [PATCH] fontified source-code on latex export with listings package

2009-08-11 Thread Eric Schulte
Carsten Dominik carsten.domi...@gmail.com writes: Hi Eric, thanks! BTW, when adding your patch, I added a few more languages to the default settings. Oh, wonderful, Actually looking at your additions I have a few more which may make sense. :gnuplot Gnuplot :ocaml Caml :caml Caml :sql SQL

Re: [Orgmode] [PATCH] fontified source-code on latex export with listings package

2009-08-11 Thread Carsten Dominik
Added, thanks. - Carsten On Aug 11, 2009, at 3:34 PM, Eric Schulte wrote: Carsten Dominik carsten.domi...@gmail.com writes: Hi Eric, thanks! BTW, when adding your patch, I added a few more languages to the default settings. Oh, wonderful, Actually looking at your additions I have a few

Re: [Orgmode] Agenda Buffer

2009-08-11 Thread Eric S Fraga
At Mon, 10 Aug 2009 03:20:34 -0700, Jesus Alvarez wrote: Hello, This is my first time ever writing to a mailing list, but it has come to this. I am at my wits end. I discovered org-mode about a two months ago and it has completely changed the way I organize things, and that is my problem,

Re: [Orgmode] org-mode can not precess some LATEX environment

2009-08-11 Thread Nick Dokos
Carsten Dominik carsten.domi...@gmail.com wrote: but I do see a problem. Here is the org file: , | #+LaTeX_HEADER: \usepackage{amsmath} This is actually not necessary, I was mistaken here. It may not be necessary for preview, but it seems to be necessary for export: no

Re: [Orgmode] org-mode can not precess some LATEX environment

2009-08-11 Thread Carsten Dominik
On Aug 11, 2009, at 3:41 PM, Nick Dokos wrote: waterloo waterloo2...@gmail.com wrote: Excuse me . I put the following latex code in an org file , and put point in it ,C-c C-x C-l. It don't produce the correct image. There is only an square appearing . The latex environment is include

[Orgmode] Customizing main Agenda view??

2009-08-11 Thread Paul Mead
I'd like to be able to see all my todo items which use the STARTED keyword in my main daily agenda view. I do most of my work from the daily view and I can't seem to get into the habit of using other views. Is this possible? If there's no way to customize the view directly, is there a way I can

Re: [Orgmode] org-mode can not precess some LATEX environment

2009-08-11 Thread waterloo
The manual says math environment need not be in \[ \]. \[ \begin{matrix} 1d\\ dd\\ \end{matrix} \] When I put mouse point on `begin' , I can get preview image through C-c C-x C-l. When I put mouse point on `matrix' , I get two identical matrix with a square between them. When I put mouse point on

Re: [Orgmode] org-mode can not precess some LATEX environment

2009-08-11 Thread Nick Dokos
waterloo waterloo2...@gmail.com wrote: Excuse me . I put the following latex code in an org file , and put point in it ,C-c C-x C-l. It don't produce the correct image. There is only an square appearing . The latex environment is include in amsmath package, which is include in Org Format

[Orgmode] Re: Customizing main Agenda view??

2009-08-11 Thread Matt Lundin
Paul Mead paul.d.m...@gmail.com writes: I'd like to be able to see all my todo items which use the STARTED keyword in my main daily agenda view. I do most of my work from the daily view and I can't seem to get into the habit of using other views. Is this possible? If there's no way to

[Orgmode] DiTAA error under Ubuntu

2009-08-11 Thread Sébastien Vauban
Hello, I'm trying to use the DiTAA tool for making easy graphics in a couple of minutes. Though, I've this error when exporting to LaTeX: --8---cut here---start-8--- [...@mundaneum] ...texmf/tex/latexjava -jar

[Orgmode] Org-special-blocks for code chunks

2009-08-11 Thread Sébastien Vauban
Hello, I have a problem exporting code chunks to LaTeX (beamer, in fact -- but that does not change anything to the problem) that contain underscores. For example, the following: --8---cut here---start-8--- * Rule language *** E.g. #+BEGIN_lstlisting

Re: [Orgmode] Re: Org suggestion: option which allows moving subtrees freely

2009-08-11 Thread Scot Becker
I appreciate that org/outline mode respects the integrity of the outline tree. Otherwise, IMO, M-up/down could easily wreak havoc with the structure of the document. ditto. See I thought there was a Good Reason. Scot ___ Emacs-orgmode mailing

Re: [Orgmode] org-mode can not precess some LATEX environment

2009-08-11 Thread Carsten Dominik
On Aug 11, 2009, at 4:50 PM, waterloo wrote: The manual says math environment need not be in \[ \]. No, this is not what the manual says. \[ \begin{matrix} 1d\\ dd\\ \end{matrix} \] When I put mouse point on `begin' , I can get preview image through C-c C-x C-l. Yes When I put mouse

[Orgmode] PATCH: proposed improvements to org-src-mode

2009-08-11 Thread Dan Davison
I'm attaching a patch which attempts to make some improvements to org-src-mode. A quick recap: currently, C-c ' on a source code block displays the code in a language major mode buffer with minor mode org-src-mode, which features the following two useful key-bindings: | C-x s | org-edit-src-save

[Orgmode] Re: Org-special-blocks for code chunks

2009-08-11 Thread Chris Gray
Sébastien Vauban wrote: I have a problem exporting code chunks to LaTeX (beamer, in fact -- but that does not change anything to the problem) that contain underscores. [snip] So, I can't get a properly outputted underscore in my slide. Any idea or workaround? Hi Seb, Is lstlisting like a

Re: [Orgmode] DiTAA error under Ubuntu

2009-08-11 Thread Nick Dokos
=?utf-8?Q?S=C3=A9bastien_Vauban?= wxhgmqzgw...@spammotel.com wrote: I'm trying to use the DiTAA tool for making easy graphics in a couple of minutes. Though, I've this error when exporting to LaTeX: --8---cut here---start-8--- [...@mundaneum]

Re: [Orgmode] DiTAA error under Ubuntu

2009-08-11 Thread Nick Dokos
Nick Dokos nicholas.do...@hp.com wrote: =?utf-8?Q?S=C3=A9bastien_Vauban?= wxhgmqzgw...@spammotel.com wrote: I'm trying to use the DiTAA tool for making easy graphics in a couple of minutes. Though, I've this error when exporting to LaTeX: --8---cut

Re: [Orgmode] Re: Literate Programming with Org mode

2009-08-11 Thread Eric Schulte
Hi Sébastien, Sébastien Vauban wxhgmqzgw...@spammotel.com writes: Hi Eric, Eric Schulte wrote: Sébastien Vauban wxhgmqzgw...@spammotel.com writes: Eric Schulte wrote: Eric Schulte schulte.e...@gmail.com writes: [...] Now (I've done some changes, explained below), I can... Stored:

Re: [Orgmode] DiTAA error under Ubuntu

2009-08-11 Thread Eric S Fraga
At Tue, 11 Aug 2009 17:18:41 +0200, Sébastien Vauban wrote: [...] I know this is purely related to Java components, but -- being completely newbie in Java, and being overwhelmed by the impressive long list of possible packages --, can someone tell me which Ubuntu package I should have to

[Orgmode] overzealous file link creation

2009-08-11 Thread Dan Davison
Recently I've been randomly losing the string 'file' from all sorts of documents. Up until now I had no explanation. It's not the sort of question one wants to ask on public mailing lists. OK, so if you call org-cycle in the vicinity of a word that starts with the string 'file', then it eats up

Re: [Orgmode] overzealous file link creation

2009-08-11 Thread Nick Dokos
Dan Davison davi...@stats.ox.ac.uk wrote: Recently I've been randomly losing the string 'file' from all sorts of documents. Up until now I had no explanation. It's not the sort of question one wants to ask on public mailing lists. OK, so if you call org-cycle in the vicinity of a word that

[Orgmode] [PATCH] Fix misspellings in org-export-latex-listings-langs documentation string.

2009-08-11 Thread Nick Dokos
Some off-by-1 spelling errors, some grammar fixes. --- lisp/org-latex.el |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/lisp/org-latex.el b/lisp/org-latex.el index 161b3ed..736f36b 100644 --- a/lisp/org-latex.el +++ b/lisp/org-latex.el @@ -355,7 +355,7 @@ for example

Re: [Orgmode] Cannot install 6.29c on Ubuntu 8.04 with emacs 22.1.1

2009-08-11 Thread Nick Dokos
Charles Howard terminalbeach...@googlemail.com wrote: Thanks Manish, that's a considerable help. I'm very glad to be told about the norang site. My .emacs didn't have (require 'org-install) because this was the file before running make. You have to put it there: make won't do that.

[Orgmode] Workflow for attaching, linking, and saving bibtex links together with notes?

2009-08-11 Thread Alan E. Davis
I would like to streamline as much as possible the saving of notes, to the point of bookmarking---ala Zotero, only leaving me free to orient it to my system. Here's my use case. I'm sure many others are doing this, and I would ask advice to short cut the system, to the fewest possible steps. I

[Orgmode] BEGIN_EXAMPLE question

2009-08-11 Thread Bill Hager
Hello Org List! I don't seem to understand #+BEGIN_EXAMPLE and it's relation to html export. What I think is that everything between a #+BEGIN_EXAMPLE and #+END_EXAMPLE should end up in pre tags when I do a HTML export with C-c C-e b. However, the reality is that everything ends up in a p tag

[Orgmode] How to make firefox to open html automatically ?

2009-08-11 Thread waterloo
When I run C-c C-e b , the html file is open in emacs . How to make firefox to open html exported automatically ? Thanks ___ Emacs-orgmode mailing list Remember: use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org

[Orgmode] Re: Workflow for attaching, linking, and saving bibtex links together with notes?

2009-08-11 Thread Alan E. Davis
I wrote: Let's say I've already done this. Reporting some progress on my own query: I have successfully installed the org-remember and org-store-link JavaScripts for Acroread. This is helpful. Would like to do a similar thing for a free reader like ocular or evince. Is there something else?

[Orgmode] [PATCH] Spelling fix.

2009-08-11 Thread Nick Dokos
--- doc/org.texi |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/doc/org.texi b/doc/org.texi index 2cdb15a..79dac8e 100644 --- a/doc/org.texi +++ b/doc/org.texi @@ -8182,7 +8182,7 @@ look like the fontified Emacs buf...@footnote{currently this works for the HTML

Re: [Orgmode] BEGIN_EXAMPLE question

2009-08-11 Thread Nick Dokos
Bill Hager wha...@gmail.com wrote: I don't seem to understand #+BEGIN_EXAMPLE and it's relation to html export. What I think is that everything between a #+BEGIN_EXAMPLE and #+END_EXAMPLE should end up in pre tags when I do a HTML export with C-c C-e b. However, the reality is that