[Orgmode] Re: Projects+Next Actions view

2010-09-30 Thread Marcelo de Moraes Serpa
Thanks Matt! However, this seems to show all the TODO items below a PROJECT item, including the DONE ones. What I had in mind was to show only the first child. Is it possible? Thanks, Marcelo. On Thu, Sep 30, 2010 at 6:56 PM, Matt Lundin wrote: > Marcelo de Moraes Serpa writes: > >> Another t

Re: [Orgmode] Re: [PATCH] Alphabetical ordered lists

2010-09-30 Thread Nathaniel Flath
Carsten, If you think this is acceptable I'll start working on it. Thanks, Nathaniel Flath On Wed, Sep 29, 2010 at 10:46 AM, Nicolas Goaziou wrote: > Hello, > >> Carsten Dominik writes: > >> Or, alternatively, put it in with an option to turn it on (default >> off, I think). And maybe we sho

[Orgmode] Re: Fixing slowness of following Gnus links to IMAP articles

2010-09-30 Thread Matt Lundin
Hi David, David Maus writes: > Sébastien Vauban wrote: >>Hi David, > >>David Maus wrote: >>> Sébastien Vauban wrote: it just perfectly *works*! Great, great feature... Thanks a lot. >>> >>> Sweet! > >>I must add that 14 seconds is the average time for my huge folder. For folder >>of more t

[Orgmode] Re: Projects+Next Actions view

2010-09-30 Thread Matt Lundin
Marcelo de Moraes Serpa writes: > Another thing that I like about Things > (http://culturedcode.com/things/) is the "Next Actions" view. It > basically lists all projects plus the very first next action for each > of them. When you need some perspective, having quick access to a view > like this

[Orgmode] Re: [babel] bug in ob-plantuml.el

2010-09-30 Thread Eric Schulte
Ah, Fixed, Thanks -- Eric Rainer M Krug writes: > Hi > > I just found a bug in ob-plantuml.el > > (if (string= (file-name-extension out-file) "svg") > "-tsvg" "") > > needs to be changed to > > (if (string= (file-name-extension out-file) "svg") > " -tsvg" "") > > > as otherwise, when usi

Re: [Orgmode] Re: Requests about the code demarcation

2010-09-30 Thread Eric Schulte
Fixed, Thanks -- Eric Achim Gratz writes: > "Eric Schulte" writes: >> Thanks for the suggestions, I've just implemented them. > > This likely relates to commit eb0068e9, which raises this warning > > In org-babel-demarcate-block: > ob.el:1141:49:Warning: reference to free variable `org-babel-l

Re: [Orgmode] BUG ??? Cannot export custom link type to ASCII :-(

2010-09-30 Thread Sebastian Rose
Carsten Dominik writes: > Hi Sebastian, > > I believe I have fixed the bug. But please note that there is a > typo in your function osm-org-link-export, in the last line it > must be target, not taget. > > HTH > > - Carsten Hi Carsten, it's fixed indeed! Thanks a bunch! Sebastian __

[Orgmode] link export confused when URL parameter is another URL

2010-09-30 Thread Cook, Malcolm
If find that this orgtext [[http://www.foo.com/foo?URL=http://www.bar.com][test]] exports to html incorrectly as [[http://www.foo.com/foo?URL=[[http://www.bar.com][test][http://www.bar.com][test]]] using today's fresh git pull make install Any pointers? Thanks Malcolm Cook

Re: [Orgmode] buglet in org-toggle-checkbox

2010-09-30 Thread Nicolas Goaziou
Hello, > Robert Goldman writes: > When I invoke org-toggle-checkbox with ^U in order to add a checkbox > to a list item that doesn't have one, I get this message in the > minibuffer: > "Invalid search bound (wrong side of point)" Patch sent to maintainers. Thank you. Regards, -- Nicolas

Re: [Orgmode] BUG ??? Cannot export custom link type to ASCII :-(

2010-09-30 Thread Carsten Dominik
Hi Sebastian, I believe I have fixed the bug. But please note that there is a typo in your function osm-org-link-export, in the last line it must be target, not taget. HTH - Carsten On Sep 30, 2010, at 12:35 AM, Sebastian Rose wrote: Carsten Dominik writes: Hi Sebastian, is this still an

[Orgmode] Having problems with faces in org agenda

2010-09-30 Thread Robert Goldman
My org agendas for day and week are showing DONE items with the "DONE" in red, and not dulled out. This makes the agenda less useful than it might be for at-a-glance planning. This (bright red "DONE"s) does not happen when I am looking at an org file, where the TODO keyword is red and the DONE ke

[Orgmode] [babel] bug in ob-plantuml.el

2010-09-30 Thread Rainer M Krug
Hi I just found a bug in ob-plantuml.el (if (string= (file-name-extension out-file) "svg") "-tsvg" "") needs to be changed to (if (string= (file-name-extension out-file) "svg") " -tsvg" "") as otherwise, when using the file name extension .svg, the -tsvg is concatenated behing -jar wi

[Orgmode] Re: Requests about the code demarcation

2010-09-30 Thread Achim Gratz
"Eric Schulte" writes: > Thanks for the suggestions, I've just implemented them. This likely relates to commit eb0068e9, which raises this warning In org-babel-demarcate-block: ob.el:1141:49:Warning: reference to free variable `org-babel-load-languages' during byte-compile. Achim. -- +<[Q+

[Orgmode] Projects+Next Actions view

2010-09-30 Thread Marcelo de Moraes Serpa
Hello list, Another thing that I like about Things (http://culturedcode.com/things/) is the "Next Actions" view. It basically lists all projects plus the very first next action for each of them. When you need some perspective, having quick access to a view like this is very useful. It also shows a

Re: [Orgmode] Re: Having (too) many files in org-agenda-files

2010-09-30 Thread Carsten Dominik
On Sep 30, 2010, at 7:08 PM, Sébastien Vauban wrote: Hi Nick, Nick Dokos wrote: Sébastien Vauban wrote: Also, you might consider to remove (org-agenda-list) from .emacs. I think it is pretty much always a bad idea to put a command like this into your startup. Just make it a habit to call

[Orgmode] Re: Having (too) many files in org-agenda-files

2010-09-30 Thread Sébastien Vauban
Hi Nick, Nick Dokos wrote: > Sébastien Vauban wrote: > Also, you might consider to remove (org-agenda-list) from .emacs. I > think it is pretty much always a bad idea to put a command like this > into your startup. Just make it a habit to call it early after starting > Emacs.

[Orgmode] Re: Filter scheduled items

2010-09-30 Thread Marcelo de Moraes Serpa
Thanks Matt, I will try that out and let you know how it goes. >Out of curiosity, how are you doing this in org-mode? I currently use >an inbox and touch each TODO item once to schedule, prioritize, and >file it, but I have to open up my tasks file. I just add it to the agenda C-c [. Agenda will

[Orgmode] Re: Filter scheduled items

2010-09-30 Thread Matt Lundin
Marcelo de Moraes Serpa writes: > Hmm, org actually does this already. > > The problem is that I was filtering by TODO items, and the scheduled > item was the parent of two TODO items (A non-TODO item tagged as > PROJECT). > > So now I guess the question is: > Can I make sub-items inherit the sch

[Orgmode] Re: [PATCH] Compiling multiple times the LaTeX output

2010-09-30 Thread Sébastien Vauban
Hi Nick, Nick Dokos wrote: > Sébastien Vauban wrote: >> Noorul Islam K M wrote: >> > Sébastien Vauban writes: >> >> I've been taught of a weird observation: the page number indicated in >> >> the TOC of a PDFLaTeX output is wrong by one page... >> > >> > Quoting from source code >> > >> > (defcu

[Orgmode] Re: How do I convert org to OpenOffice?

2010-09-30 Thread Matt Lundin
Christian Egli writes: > Matt Lundin writes: > >> Lennart Borgman writes: >> >>> There is a way, isn't there? ;-) >> >> I've had great success with LaTeX2rtf (i..e, org->LaTeX->rtf). As long >> as you are not using too many exotic packages, it works like a charm. > > It works fairly well with L

Re: [Orgmode] Org-protocol / Chrome on Linux

2010-09-30 Thread Sebastian Rose
Sebastian Rose writes: > Mattias Jämting writes: >> Yes i'm running a pretty standard Ubuntu 10.04 setup. >> >> I managed to get it working on chrome by removing the >> encodeURIComponent command on location.href. >> >> I could simulate it in the terminal like this. >> >> matt...@helium:~$ xdg-op

Re: [Orgmode] Org-protocol / Chrome on Linux

2010-09-30 Thread Sebastian Rose
Mattias Jämting writes: > Yes i'm running a pretty standard Ubuntu 10.04 setup. > > I managed to get it working on chrome by removing the > encodeURIComponent command on location.href. > > I could simulate it in the terminal like this. > > matt...@helium:~$ xdg-open org-protocol://capture://http%3

Re: [Orgmode] [PATCH] Compiling multiple times the LaTeX output

2010-09-30 Thread Nick Dokos
Sébastien Vauban wrote: > Hi Noorul and all, > > Noorul Islam K M wrote: > > Sébastien Vauban writes: > >> I've been taught of a weird observation: the page number indicated in the > >> TOC of a PDFLaTeX output is wrong by one page... > > > > Quoting from source code > > > > (defcustom org-late

[Orgmode] buglet in org-toggle-checkbox

2010-09-30 Thread Robert Goldman
Not a big bug... When I invoke org-toggle-checkbox with ^U in order to add a checkbox to a list item that doesn't have one, I get this message in the minibuffer: "Invalid search bound (wrong side of point)" although the command seems to work correctly. When I turn on debug-on-error, I get the f

Re: [Orgmode] Re: Having (too) many files in org-agenda-files

2010-09-30 Thread Nick Dokos
Sébastien Vauban wrote: > >>> Also, you might consider to remove (org-agenda-list) from .emacs. I think > >>> it is pretty much always a bad idea to put a command like this into your > >>> startup. Just make it a habit to call it early after starting Emacs. > >> > >> Honestly, that would not chan

Re: [Orgmode] Re: bug: babel-* dirs

2010-09-30 Thread Eric Schulte
Hi, I've re-enabled this functionality, I believe the problems should be fixed, from the commit message... , | commit a37072786c1da98ccfe6e6b4f481bfc83d61c4d2 | Author: Eric Schulte | Date: Thu Sep 30 07:31:14 2010 -0600 | | using `org-babel-temporary-directory' to collect and remove

[Orgmode] Re: [PATCH] Allow code edit buffer to inherit active region

2010-09-30 Thread Sébastien Vauban
Hi Dan, Dan Davison wrote: > Sébastien Vauban writes: >> Dan Davison wrote: >>> Now, if the region is contained within a src block, then it will be >>> inherited by the language major mode edit buffer. One consequence is that >>> commands like M-; (comment-region) and C-M-\ (indent-region) can be

Re: [Orgmode] table, moving cells

2010-09-30 Thread Indraneel Majumdar
On 2010-09-30 13:21, "Martin G. Skjæveland" wrote: For the seating plan, I ended up with lots of post-it notes on a wall, which worked just fine! :) You might consider using a concept/graph editor like yED (closed source) or Dia or xfig and save the trees and the paint on your wall! _

Re: [Orgmode] Org-protocol / Chrome on Linux

2010-09-30 Thread Mattias Jämting
Yes i'm running a pretty standard Ubuntu 10.04 setup. I managed to get it working on chrome by removing the encodeURIComponent command on location.href. I could simulate it in the terminal like this. matt...@helium:~$ xdg-open org-protocol://capture://http%3A%2F%2Forgmode.org Error showing URL:

[Orgmode] Re: [PATCH] Allow code edit buffer to inherit active region

2010-09-30 Thread Dan Davison
Sébastien Vauban writes: > Hi Dan, > > Dan Davison wrote: >> Now, if the region is contained within a src block, then it will be >> inherited by the language major mode edit buffer. One consequence is that >> commands like M-; (comment-region) and C-M-\ (indent-region) can be called >> with the

[Orgmode] latex export problem

2010-09-30 Thread Jörg Hagmann
Dear list, I have an org file named "test.org" structured as follows (minimal example): --minimal example * Head text * Second head :PROPERTIES: :EXPORT_OPTIONS: H:5 num:nil toc:t \n:nil @:t ::t |:t ^:{} -:t f:t *:t skip:nil d:nil tags:nil :EXPORT_TITLE: My Title :E

Re: [Orgmode] ELPA Howto

2010-09-30 Thread Jeff Horn
> This means that a restart of Emacs is necessary for the new changes to > take effect. I am not sure whether it is intended. But this behaviour > could surprise the user. When using ELPA, I always restart emacs. I got into that habit when installing many code packages (like the ruby/rails package

Re: [Orgmode] Re: Filter scheduled items

2010-09-30 Thread Jeff Horn
Out of curiosity, how are you doing this in org-mode? I currently use an inbox and touch each TODO item once to schedule, prioritize, and file it, but I have to open up my tasks file. If there is a way to see these in agenda, it would allow me to add other files to my agenda (files without "inboxe

[Orgmode] Re: How do I convert org to OpenOffice?

2010-09-30 Thread Christian Egli
Matt Lundin writes: > Lennart Borgman writes: > >> There is a way, isn't there? ;-) > > I've had great success with LaTeX2rtf (i..e, org->LaTeX->rtf). As long > as you are not using too many exotic packages, it works like a charm. It works fairly well with LaTeX2rtf. Cross references didn't wor

Re: [Orgmode] Re: Having (too) many files in org-agenda-files

2010-09-30 Thread Carsten Dominik
On Sep 30, 2010, at 3:37 PM, Sébastien Vauban wrote: Hi Carsten, Carsten Dominik wrote: On Sep 28, 2010, at 8:45 PM, Sébastien Vauban wrote: I would like to search through my files at some point in time. I even would like to search through your files at some point in time, I mean through

[Orgmode] Re: how to show all subheadings of "current level +1", then all of "current level +2" etc.

2010-09-30 Thread Rainer Stengele
Hi Michael, Am 01.09.2010 19:13, schrieb Michael Brand: > Hi Rainer > > On Tue, Aug 17, 2010 at 20:32, Michael Brand > wrote: >> My implementation shows the same level always for _all_ headings in the >> file. Showing or hiding more or less levels for only the _current_ >> heading as I understa

[Orgmode] Re: Having (too) many files in org-agenda-files

2010-09-30 Thread Sébastien Vauban
Hi Carsten, Carsten Dominik wrote: > On Sep 28, 2010, at 8:45 PM, Sébastien Vauban wrote: > >> I would like to search through my files at some point in time. I even would >> like to search through your files at some point in time, I mean through >> =org-mode/contrib/babel= and =Worg= for example.

Re: [Orgmode] table, moving cells

2010-09-30 Thread brian powell
Theres a very simple way to do this; its been available in EMACS as long as I can remember--which is back to the late 80's--and OrgMode makes it even easier since it evens-up/covers-down/aligns columns in real-time: All you have to do is: Go to the bottom right corner of the cell or column you wo

[Orgmode] Re: with-parsed-tramp-file-name

2010-09-30 Thread Austin F. Frank
On Thu, Sep 30 2010, Dan Davison wrote: > Just btw, I use Org every day at the moment (with emacs24) to execute > code (mostly R) on remote machines. The method I use is to store all > Org files locally, and use the :dir header argument to specify the > machine on which to run R, e.g. At some poi

[Orgmode] [PATCH] Compiling multiple times the LaTeX output

2010-09-30 Thread Sébastien Vauban
Hi Noorul and all, Noorul Islam K M wrote: > Sébastien Vauban writes: >> I've been taught of a weird observation: the page number indicated in the >> TOC of a PDFLaTeX output is wrong by one page... > > Quoting from source code > > (defcustom org-latex-to-pdf-process > '("pdflatex -interaction

[Orgmode] Re: Fold "preamble/options" under first header

2010-09-30 Thread John Hendy
Thanks Dan and Juan. So far everything has seemed to work, though a few odds and ends occurred -- I'm going to try moving to the end of the file and see if that helps. I think I had to remove the headline, C-c C-c to get a modified option to "take" and then could re-add the headline. I might be w

[Orgmode] Re: How do I convert org to OpenOffice?

2010-09-30 Thread Matt Lundin
Lennart Borgman writes: > There is a way, isn't there? ;-) I've had great success with LaTeX2rtf (i..e, org->LaTeX->rtf). As long as you are not using too many exotic packages, it works like a charm. The website indicates that there are Windows binaries available: http://latex2rtf.sourceforge.

[Orgmode] Re: Having (too) many files in org-agenda-files

2010-09-30 Thread Sébastien Vauban
Hi, Carsten Dominik wrote: > On Sep 30, 2010, at 12:20 AM, Sébastien Vauban wrote: >> Carsten Dominik wrote: >>> On Sep 29, 2010, at 10:32 AM, Sébastien Vauban wrote: Carsten Dominik wrote: > On Sep 28, 2010, at 8:45 PM, Sébastien Vauban wrote: >> Of course, I have many, many files in

[Orgmode] Re: Title for capture template

2010-09-30 Thread Sébastien Vauban
Hi Carsten, Carsten Dominik wrote: > On Sep 30, 2010, at 12:58 PM, Sébastien Vauban wrote: >> What I don't understand is that, sometimes, I can reuse (with the up arrow, >> in the echo area) the title of the previous capture, sometimes not. Even >> when I capture two articles *with the same templa

Re: [Orgmode] Re: Having (too) many files in org-agenda-files

2010-09-30 Thread Carsten Dominik
On Sep 30, 2010, at 12:20 AM, Sébastien Vauban wrote: Hi Carsten, Carsten Dominik wrote: On Sep 29, 2010, at 10:32 AM, Sébastien Vauban wrote: Carsten Dominik wrote: On Sep 28, 2010, at 8:45 PM, Sébastien Vauban wrote: Of course, I have many, many files in Org mode. All files I write (or

Re: [Orgmode] Title for capture template

2010-09-30 Thread Carsten Dominik
On Sep 30, 2010, at 12:58 PM, Sébastien Vauban wrote: Hello, I capture a lot of stuff with that template: --8<---cut here---start->8--- ("No" "Org" entry (file+headline "~/Public/Notes-on-Org.txt" "Notes") "* %^{Title} :PROPERTIES: :Created: %U :END:

[Orgmode] Title for capture template

2010-09-30 Thread Sébastien Vauban
Hello, I capture a lot of stuff with that template: --8<---cut here---start->8--- ("No" "Org" entry (file+headline "~/Public/Notes-on-Org.txt" "Notes") "* %^{Title} :PROPERTIES: :Created: %U :END: %i >From %a" :empty-lines 1) --8<---cut

[Orgmode] Re: [PATCH] Adjustment of point in Org-src buffer

2010-09-30 Thread Dan Davison
Dan Davison writes: > Currently, if point is in the #+end_src line, then in the org-src edit > buffer it goes to the beginning of the last line. There are two patches > below. Patch 1 changes this so that point goes to the end of the last > line of code. This gives nicer behaviour when creating a

[Orgmode] [PATCH] Adjustment of point in Org-src buffer

2010-09-30 Thread Dan Davison
Currently, if point is in the #+end_src line, then in the org-src edit buffer it goes to the beginning of the last line. There are two patches below. Patch 1 changes this so that point goes to the end of the last line of code. This gives nicer behaviour when creating an active region in the edit bu

[Orgmode] Re: Fold "preamble/options" under first header

2010-09-30 Thread Dan Davison
John Hendy writes: > Hi, > > > Is it possible to "fold" the preamble (#+latex_header, #+options, etc.) > under a first header? Mine get rather long, especially for Beamer documents. > > I just attempted it and it appears to work, but I wanted to know if anyone > else has tried this and succeeded

[Orgmode] Re: Fold "preamble/options" under first header

2010-09-30 Thread Dan Davison
John Hendy writes: > Hi, > > > Is it possible to "fold" the preamble (#+latex_header, #+options, etc.) > under a first header? Mine get rather long, especially for Beamer documents. > > I just attempted it and it appears to work, but I wanted to know if anyone > else has tried this and succeeded

[Orgmode] Re: Fold "preamble/options" under first header

2010-09-30 Thread Dan Davison
John Hendy writes: > Hi, > > > Is it possible to "fold" the preamble (#+latex_header, #+options, etc.) > under a first header? Mine get rather long, especially for Beamer documents. > > I just attempted it and it appears to work, but I wanted to know if anyone > else has tried this and succeeded

[Orgmode] Re: Fold "preamble/options" under first header

2010-09-30 Thread Dan Davison
John Hendy writes: > Hi, > > > Is it possible to "fold" the preamble (#+latex_header, #+options, etc.) > under a first header? Mine get rather long, especially for Beamer documents. > > I just attempted it and it appears to work, but I wanted to know if anyone > else has tried this and succeeded

[Orgmode] Re: with-parsed-tramp-file-name

2010-09-30 Thread Dan Davison
Hi Austin, Noorul Islam K M writes: > "Austin F. Frank" writes: >> Recently I discovered that I can no longer evaluate R source code blocks >> on a file opened using TRAMP. Just btw, I use Org every day at the moment (with emacs24) to execute code (mostly R) on remote machines. The method I u

[Orgmode] (Sorry, Wrong list) Re: package-menu-revert - Bug?

2010-09-30 Thread Jambunathan K
Meant for emacs-devel. Wrongly ended up here. Sorry. Jambunathan K writes: > Emacs version. > > , > | GNU Emacs 23.1.91.1 (i386-mingw-nt5.1.2600) of 2010-01-03 on PRETEST > ` > > I am using package.el > http://github.com/davidswelt/aquamacs-emacs/raw/aquamacs24 > > (I hope it is as go

[Orgmode] Re: [PATCH] Allow code edit buffer to inherit active region

2010-09-30 Thread Sébastien Vauban
Hi Dan, Dan Davison wrote: > Now, if the region is contained within a src block, then it will be > inherited by the language major mode edit buffer. One consequence is that > commands like M-; (comment-region) and C-M-\ (indent-region) can be called > with their native effects from a src block in

[Orgmode] package-menu-revert - Bug?

2010-09-30 Thread Jambunathan K
Emacs version. , | GNU Emacs 23.1.91.1 (i386-mingw-nt5.1.2600) of 2010-01-03 on PRETEST ` I am using package.el http://github.com/davidswelt/aquamacs-emacs/raw/aquamacs24 (I hope it is as good as one in the trunk) If I do M-x list-packages, I see that revert-buffer-function gets set t

Re: [Orgmode] table, moving cells

2010-09-30 Thread Martin G. Skjæveland
On 29/09/10 17:58, Carsten Dominik wrote: Hi Martin, On Sep 25, 2010, at 6:02 PM, Martin G. Skjæveland wrote: Hi, is there a quick way for moving a cell about in a table? I enjoy swapping the order of rows and columns in a table using Meta + [arrow], but I have not found a ways of doing the s

[Orgmode] ELPA Howto

2010-09-30 Thread Jambunathan K
I managed to create an elpa compatible tar for orgmode. Recording here what I did in the hope that it will be useful. Creating ELPA-compatible tar: 1. Add the enclosed changes to Makefile. 2. Create an ELPA-compatible tarfile with $ make TAG=20100930 elpa 3. Copy the generated org-20100930