Re: [O] exporting subtree moves point

2011-09-13 Thread Carsten Dominik
On 13.9.2011, at 11:00, Eric S Fraga wrote: > Hello, > > I often export just a sub-tree ("C-c C-e 1 p" say). At the end of the > export, my point has moved to the enclosing headline and mark is at the > end of the contents of that sub-tree. This is a little annoying in that > I am often making

Re: [O] .emacs file in windows

2011-09-13 Thread Loris Bennett
Hi Bob, Bob Qualls writes: > I would like to add the suggested "Activiation" code to the .emacs > file but I can't figure out which one it is.  I downloaded the > emacs-23.1-bin-i386.zip file for windows. You have to create it yourself in your home directory. Have a look here: http://www.gnu

[O] [PATCH] org-capture, removing whitespace from new captures

2011-09-13 Thread paulusm
I found myself manually "cleaning" most CAPTURE buffers of whitespace prior to committing them with C-c C-c. The attached patch adds a new property :whitespace-cleanup to the org-capture-templates. -- Paul. diff --git a/lisp/org-capture.el b/lisp/org-capture.el index a7dc92b..ae5af6d 100644 --

[O] .emacs file in windows

2011-09-13 Thread Bob Qualls
I would like to add the suggested "Activiation" code to the .emacs file but I can't figure out which one it is. I downloaded the emacs-23.1-bin-i386.zip file for windows.

Re: [O] [babel] Collection of code block snippets

2011-09-13 Thread David Maus
Hi Martyn, At Sat, 10 Sep 2011 09:09:17 +0100, Martyn Jago wrote: > I'll do some work on testing against version 23 and 22 and maybe put > together a how-to get ERT on those earlier systems (on linux). Just read this through Org mode's patch tracker[1] and coincidentally started to work on the te

Re: [O] FYI: Org mode testing framework, Emacs 23 and 22

2011-09-13 Thread David Maus
At Tue, 13 Sep 2011 08:48:49 -0600, Eric Schulte wrote: > This test has been updated so that it no longer calls the left-char > function. Please update to the latest git head and this test should > pass. All tests pass on Emacs 23. > > So am I right in thinking that as of right this commit [1] w

Re: [O] Open Drawer using keys or even better automatically

2011-09-13 Thread suvayu ali
Hi Markus, On Tue, Sep 13, 2011 at 11:50 PM, Markus Grebenstein wrote: > Dear List, > > after converting my whole thesis from Scrivener to Orgmode I'm missing just > one feature: > Synopsis > > The method proposed in the list using the VISIBILITY property is not > suitable for me since I want to

Re: [O] Adding Timestamps

2011-09-13 Thread Ben Finney
Chris Niven writes: > Is there any way to sum timestamps in org-mode? What would that mean? What is the result of the sum of: <2011-09-12 08:45> <2011-09-12 16:23> <2011-09-14 03:02> ? -- \“I took a course in speed waiting. Now I can wait an hour in | `\

[O] Open Drawer using keys or even better automatically

2011-09-13 Thread Markus Grebenstein
Dear List, after converting my whole thesis from Scrivener to Orgmode I'm missing just one feature: Synopsis The method proposed in the list using the VISIBILITY property is not suitable for me since I want to have the synopsis at the level of the text it describes and I want to be able t

Re: [O] [bug] equations in latex equation environment with leading +/- misinterpreted

2011-09-13 Thread Nicolas Goaziou
Eric S Fraga writes: > but behaviour that I can accept, especially as the easy solution is to > simply enclose the equation in a latex block: > > * equation with leading minus sign > The following equation > #+begin_latex > \begin{equation} > \label{eq:test} > y = 3 x > - 5 > + 4 >

Re: [O] Having problems with annotations of generated pdfs :(

2011-09-13 Thread suvayu ali
On Tue, Sep 13, 2011 at 1:55 PM, Piter_ wrote: > I am exporting my thesis from orgmode to latex. Than I go in this way > dvi -> ps -> pdf. For my thesis I used this: (setq org-latex-to-pdf-process '("pdflatex -interaction nonstopmode %b" "/usr/bin/bibtex %b" "pdflatex -inte

Re: [O] [bug] equations in latex equation environment with leading +/- misinterpreted

2011-09-13 Thread Eric S Fraga
Nicolas Goaziou writes: > Hello, > > Eric S Fraga writes: > >> the attached org file illustrates a problem with the latex exporter in >> which any line within a \begin{equation}...\end{equation} that begins >> with a + or - is interpreted as a list item. >> >> It's easy enough to avoid this prob

Re: [O] embed an iframe in html export (html5 presentation)?

2011-09-13 Thread Matt Price
ah, so sweet. that's great, thanks Christian! On Tue, Sep 13, 2011 at 2:17 PM, Christian Moe wrote: > No problem: > > #+begin_html > http://www.foo.org/bar.html";> > #+end_html > > For Google maps, use the code they provide (click the link button). > > hth, > Christian > > On 9/13/11 3:32 PM, Ma

Re: [O] embed an iframe in html export (html5 presentation)?

2011-09-13 Thread Christian Moe
No problem: #+begin_html http://www.foo.org/bar.html";> #+end_html For Google maps, use the code they provide (click the link button). hth, Christian On 9/13/11 3:32 PM, Matt Price wrote: Does anyone know whether I can embed an iframe pointing to another web page (e.g. a google map) in an org

Re: [O] [Bug] Exporting subtree with code

2011-09-13 Thread Maximilian Matthé
Eric Schulte writes: >> >> Hi, >> >> I just pulled the new version, but now I get another error message, >> here's the message lock >> > > I just pushed up another fix which should resolve this problem. > Cheers -- Eric Thanks Eric, the error message is gone, I can now export the subtree again

Re: [O] [bug] equations in latex equation environment with leading +/- misinterpreted

2011-09-13 Thread Nicolas Goaziou
Hello, Eric S Fraga writes: > the attached org file illustrates a problem with the latex exporter in > which any line within a \begin{equation}...\end{equation} that begins > with a + or - is interpreted as a list item. > > It's easy enough to avoid this problem by either reformatting the lines

Re: [O] Having problems with annotations of generated pdfs :(

2011-09-13 Thread Achim Gratz
Piter_ writes: > I am not sure this is the best place to ask but I will give it a try. > I am exporting my thesis from orgmode to latex. Than I go in this way > dvi -> ps -> pdf. > I cant do text search in generated file and acrobat reader annotate > tool does not work properly on it. > I would th

Re: [O] [Bug] Exporting subtree with code

2011-09-13 Thread Eric Schulte
>> >> I just pushed up a fix for this issue. Thanks for reporting and >>please let me know if the problem persists with the latest version of >>Org-mode from git head. >> >> Best -- Eric >> > > Hi, > > I just pulled the new version, but now I get another error message, > here's the message lock >

Re: [O] [Bug] Exporting subtree with code

2011-09-13 Thread Maximilian Matthé
Eric Schulte writes: > maxi.mat...@googlemail.com (Maximilian Matthé) writes: > >> Hi guys, >> >> I found a bug (or I'm doing something wrong): See this org file: >> >> >> >> * 1 >> * 2 >> ** 2.1 >> ** 2.2 >> Exporting this subtree to latex (C-c C-e 1 d) r

Re: [O] [Bug] Exporting subtree with code

2011-09-13 Thread Eric Schulte
maxi.mat...@googlemail.com (Maximilian Matthé) writes: > Hi guys, > > I found a bug (or I'm doing something wrong): See this org file: > > > > * 1 > * 2 > ** 2.1 > ** 2.2 > Exporting this subtree to latex (C-c C-e 1 d) raises > "wrong type argument: arrayp"

Re: [O] Use id property as anchor in the Table of Contents

2011-09-13 Thread Pere Quintana Seguí
2011/9/13 Olaf Dietsche : > You might try this *untested* patch. It is against git master. :D Thanks!!! > How did you create ID properties for all entries? Have you exported your > org-files to icalendar? Most of them have ID properties because I often link them internally. When I create the lin

Re: [O] FYI: Org mode testing framework, Emacs 23 and 22

2011-09-13 Thread Eric Schulte
David Maus writes: > At Sun, 11 Sep 2011 15:02:08 -0600, > Eric Schulte wrote: >> >> > >> > The test result with failing tests for Emacs23 is attached. >> > >> > , >> > | Passed: 101 >> > | Failed: 8 (8 unexpected) >> > | Total: 109/109 >> > | >> > | Started at: 2011-09-11 19:53:46+0200 >>

[O] embed an iframe in html export (html5 presentation)?

2011-09-13 Thread Matt Price
Does anyone know whether I can embed an iframe pointing to another web page (e.g. a google map) in an org-mode export (preferably a presentation)? If so, I'll use it in the future... Thanks, Matt

Re: [O] [Bug] Exporting subtree with code

2011-09-13 Thread Maximilian Matthé
maxi.mat...@googlemail.com (Maximilian Matthé) writes: I'm using org-mode version Org-mode version 7.7 (release_7.7.280.gdbf0) Thanks for your help! > Hi guys, > > I found a bug (or I'm doing something wrong): See this org file: > > > > * 1 > * 2 > ** 2.

[O] [Bug] Exporting subtree with code

2011-09-13 Thread Maximilian Matthé
Hi guys, I found a bug (or I'm doing something wrong): See this org file: * 1 * 2 ** 2.1 ** 2.2 Exporting this subtree to latex (C-c C-e 1 d) raises "wrong type argument: arrayp" #+BEGIN_SRC python :results output :export results print 1 print 2 #+END_SR

[O] Having problems with annotations of generated pdfs :(

2011-09-13 Thread Piter_
Hi all. I am not sure this is the best place to ask but I will give it a try. I am exporting my thesis from orgmode to latex. Than I go in this way dvi -> ps -> pdf. I cant do text search in generated file and acrobat reader annotate tool does not work properly on it. I would thank for any suggesti

Re: [O] Use id property as anchor in the Table of Contents

2011-09-13 Thread Olaf Dietsche
Pere Quintana Seguí writes: > 2011/9/8 Bernt Hansen >> >> Pere Quintana Seguí writes: >> >> > Hi, >> > >> > I'm using Org-mode to publish my website. One of my site's pages has >> > a lot of sections and the number of sections is increasing rapidly. >> > >> > My problem is that the HTML exporte

[O] exporting subtree moves point

2011-09-13 Thread Eric S Fraga
Hello, I often export just a sub-tree ("C-c C-e 1 p" say). At the end of the export, my point has moved to the enclosing headline and mark is at the end of the contents of that sub-tree. This is a little annoying in that I am often making small changes to see the effect on the final exported doc

Re: [O] Bug? Non org timestamp in a todo is interpreted as timestamp in agenda view

2011-09-13 Thread Rainer Stengele
Am 12.09.2011 17:07, schrieb Eric S Fraga: > Rainer Stengele writes: > >> Hi all >> >> Having a todo like this: >> >> INARBEIT Test 2011/06/10 00:00:00 >> SCHEDULED: <2011-09-12 Mo> >> >> >> results in this agenda entry: >> >> ADMIN: 0:00..Scheduled: INARBEIT Test 2