[Orgmode] I find org-mode don't support tikz/pgf .

2009-08-11 Thread waterloo
tikz/pgf is a package for drawing picture under latex. I have add the following in `Org Format Latex Header' . \usepackage{tikz} \usetikzlibrary{arrows,backgrounds,decorations.pathmorphing, calc,fit,positioning,scopes,shapes.geometric,shapes.symbols, shapes.arrows,shapes.multipart,shapes.misc,shap

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

2009-08-11 Thread Nick Dokos
waterloo wrote: > When I run C-c C-e b , the html file is open in emacs . > > How to make firefox to open html exported automatically ? > There are probably many ways to do it, depending on where you want to put the customization. I chose (perhaps unwisely - see below) to put it into the lowes

Re: [Orgmode] BEGIN_EXAMPLE question

2009-08-11 Thread Nick Dokos
Bill Hager 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 tags when I do a HTML export with C-c > C-e b. However, the reality is that everything ends up in a

[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 backen

[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] 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 http://lists.gnu.org/mai

[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 tags when I do a HTML export with C-c C-e b. However, the reality is that everything ends up in a tag for me

[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

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

2009-08-11 Thread Nick Dokos
Charles Howard 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. > Org-mode loads now and mostly w

[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 us

Re: [Orgmode] overzealous file link creation

2009-08-11 Thread Nick Dokos
Dan Davison 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 starts > with th

[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] 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 in

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

2009-08-11 Thread Eric Schulte
Hi Sébastien, Sébastien Vauban writes: > Hi Eric, > > "Eric Schulte" wrote: >> Sébastien Vauban writes: >>> "Eric Schulte" wrote: "Eric Schulte" writes: [...] > Now (I've done some changes, explained below), I can... > > Stored: Header > Stored: Condition to be satisfied > Stored: File

Re: [Orgmode] DiTAA error under Ubuntu

2009-08-11 Thread Nick Dokos
Nick Dokos wrote: > =?utf-8?Q?S=C3=A9bastien_Vauban?= 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--- > > [...@

Re: [Orgmode] DiTAA error under Ubuntu

2009-08-11 Thread Nick Dokos
=?utf-8?Q?S=C3=A9bastien_Vauban?= 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] ...texmf/tex/latex>java -ja

[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

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

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} 1&d\\ d&d\\ \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

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 l

[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 months_

[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/latex>java -jar /home/sva/Downloads/emacs/site-lisp/org-mode/c

[Orgmode] Re: Customizing main Agenda view??

2009-08-11 Thread Matt Lundin
Paul Mead 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 customize the view di

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

2009-08-11 Thread Nick Dokos
Carsten Dominik 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 element of org-expo

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} 1&d\\ d&d\\ \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

[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 tr

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

2009-08-11 Thread Nick Dokos
waterloo 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 Latex Header defaut

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 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, wh

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

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

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

2009-08-11 Thread Eric Schulte
Carsten Dominik 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" Thanks -- Er

[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] 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 "}

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

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 writes: I have added the patch, thanks! Thanks for adding the patch. Eric, color setup is relative complex

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

2009-08-11 Thread Matt Lundin
Leo 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 wou

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

2009-08-11 Thread Eric Schulte
Carsten Dominik 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 added a FAQ entry

Re: [Orgmode] 6.29c export latex bug?

2009-08-11 Thread Nick Dokos
Carsten Dominik 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 a ping-pong ball :

[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 easi

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

2009-08-11 Thread Tassilo Horn
PT 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 parent > header afte

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

2009-08-11 Thread PT
PT 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 parent header af

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

2009-08-11 Thread PT
Carsten Dominik 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 option. If I move t

[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, PT wrote: >> Often I want to move an item or a subtree to an other l

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 sequen

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

[Orgmode] Re: Literate Programming with Org mode

2009-08-11 Thread Sébastien Vauban
Hi Eric, "Eric Schulte" wrote: > Sébastien Vauban writes: >> "Eric Schulte" wrote: >>> "Eric Schulte" 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 commenting ;-) Sorry for answering

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, PT wrote: > Often I want to move an item or a subtree to an other location > with M-

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-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} 1&d\\ d

[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 th

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 10.0

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 exper

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

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

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

2009-08-11 Thread waterloo
org-mode can not precess some LATEX environment . Such as : \begin{matrix} \end{matrix} which is in amslatex. How to do with it ? Thanks ___ Emacs-orgmode mailing list Remember: use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://

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 wrote: 31ceed47ffd3070418dd34316fef8869d2434c26 is first bad commit commit 31ceed47ffd3070418dd34316fef8869d2434c26 Author: Carsten Dominik Date: Tue Jun 30 07:24:57 2009 +0200 New minor mode org-indent-mode This mode imp