[Orgmode] [Buglet] org-table-current-column needs to be made (interactive)

2010-09-30 Thread Nick Dokos
org-table-current-column is called interactively from the Tbl menu but is not declared (interactive), so when the menu item is activated I get: Debugger entered--Lisp error: (wrong-type-argument commandp org-table-current-column) call-interactively(org-table-current-column nil nil)

Re: [Orgmode] [Buglet] org-table-current-column needs to be made (interactive)

2010-09-30 Thread Carsten Dominik
On Sep 30, 2010, at 8:07 AM, Nick Dokos wrote: org-table-current-column is called interactively from the Tbl menu but is not declared (interactive), so when the menu item is activated I get: Debugger entered--Lisp error: (wrong-type-argument commandp org- table-current-column)

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

2010-09-30 Thread Noorul Islam K M
Austin F. Frank austin.fr...@gmail.com writes: Hello! Recently I discovered that I can no longer evaluate R source code blocks on a file opened using TRAMP. I've recreated the bug using a minimal config. The process to reproduce this bug is described below. Using Org-mode version

[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

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

[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

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

[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 kjambunat...@gmail.com 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

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

2010-09-30 Thread Dan Davison
Hi Austin, Noorul Islam K M noo...@noorul.com writes: Austin F. Frank austin.fr...@gmail.com 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)

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

2010-09-30 Thread Dan Davison
John Hendy jw.he...@gmail.com 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

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

2010-09-30 Thread Dan Davison
John Hendy jw.he...@gmail.com 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

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

2010-09-30 Thread Dan Davison
John Hendy jw.he...@gmail.com 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

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

2010-09-30 Thread Dan Davison
John Hendy jw.he...@gmail.com 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

[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

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

2010-09-30 Thread Dan Davison
Dan Davison davi...@stats.ox.ac.uk 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

[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

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: %i From

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

[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 template* at

[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 Org mode. All files

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

2010-09-30 Thread Matt Lundin
Lennart Borgman lennart.borg...@gmail.com 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:

[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

[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 wxhgmqzgw...@spammotel.com 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

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

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

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

[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 michael.ch.br...@gmail.com 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_

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

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

2010-09-30 Thread Christian Egli
Matt Lundin m...@imapmail.org writes: Lennart Borgman lennart.borg...@gmail.com 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

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

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,

[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

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

2010-09-30 Thread Dan Davison
Sébastien Vauban wxhgmqzgwmuf-genee64ty+gs+fvcfc7...@public.gmane.org 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

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:

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!

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

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

2010-09-30 Thread Nick Dokos
Sébastien Vauban wxhgmqzgw...@spammotel.com 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

[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

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

2010-09-30 Thread Nick Dokos
Sébastien Vauban wxhgmqzgw...@spammotel.com wrote: Hi Noorul and all, Noorul Islam K M wrote: Sébastien Vauban wxhgmqzgw...@spammotel.com 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

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

2010-09-30 Thread Sebastian Rose
Mattias Jämting matt...@jwd.se 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

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

2010-09-30 Thread Sebastian Rose
Sebastian Rose sebastian_r...@gmx.de writes: Mattias Jämting matt...@jwd.se 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.

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

2010-09-30 Thread Matt Lundin
Christian Egli christian.e...@sbszh.ch writes: Matt Lundin m...@imapmail.org writes: Lennart Borgman lennart.borg...@gmail.com 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

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

2010-09-30 Thread Sébastien Vauban
Hi Nick, Nick Dokos wrote: Sébastien Vauban wxhgmqzgw...@spammotel.com wrote: Noorul Islam K M wrote: Sébastien Vauban wxhgmqzgw...@spammotel.com 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

[Orgmode] Re: Filter scheduled items

2010-09-30 Thread Matt Lundin
Marcelo de Moraes Serpa celose...@gmail.com 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

[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: Having (too) many files in org-agenda-files

2010-09-30 Thread Sébastien Vauban
Hi Nick, Nick Dokos wrote: Sébastien Vauban wxhgmqzgw...@spammotel.com 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

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 wxhgmqzgw...@spammotel.com 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.

[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

[Orgmode] Re: Requests about the code demarcation

2010-09-30 Thread Achim Gratz
Eric Schulte schulte.e...@gmail.com 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.

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

[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 DONEs) does not happen when I am looking at an org file, where the TODO keyword is red and the DONE

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 carsten.domi...@gmail.com writes: Hi

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

[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] BUG ??? Cannot export custom link type to ASCII :-(

2010-09-30 Thread Sebastian Rose
Carsten Dominik carsten.domi...@gmail.com 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!

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

2010-09-30 Thread Eric Schulte
Fixed, Thanks -- Eric Achim Gratz strom...@nexgo.de writes: Eric Schulte schulte.e...@gmail.com 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

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

2010-09-30 Thread Eric Schulte
Ah, Fixed, Thanks -- Eric Rainer M Krug r.m.k...@gmail.com 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 using the

[Orgmode] Re: Projects+Next Actions view

2010-09-30 Thread Matt Lundin
Marcelo de Moraes Serpa celose...@gmail.com 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

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

2010-09-30 Thread Matt Lundin
Hi David, David Maus dm...@ictsoc.de 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

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 n.goaz...@gmail.com wrote: Hello, Carsten Dominik writes: Or, alternatively, put it in with an option to turn it on (default off, I think). And maybe