[O] [bug] cannot execute shell code blocks

2011-07-19 Thread Robert McIntyre
I can't execute any sh code blocks for this file anymore. This has to be a very recently introduced problem. #+BABEL: :exports both :results verbatim :noweb yes :cache yes * Setup Code Execution no longer works for this file. I get instead: progn: Symbol's function definition is void:

Re: [O] Exporting to wiki syntax from org mode

2011-07-19 Thread Jambunathan K
Puneeth If you are so inclined (and wouldn't mind wasting away some hacker cycles), you could use org-lparse.el for creating the moinmoin exporter. Start with my test.org and org-odt.el and just go with the flow till you get the expected org-moinmoin.el. I was able to create a works for me

Re: [O] [bug] cannot execute shell code blocks

2011-07-19 Thread Robert McIntyre
BTW, this only fails to evaluate when :cache yes is present, as shown by this example #+begin_src sh echo Checked out revision 7881. #+end_src #+results: : Checked out revision 7881. #+begin_src sh :cache yes echo Checked out revision 7881. #+end_src gives error: progn: Symbol's function

Re: [O] calculation question

2011-07-19 Thread Bastien
Hi Bart, Bart Bunting b...@bunting.net.au writes: I have noticed that emacspeak does not read anything done using overlays. I am presuming the column and row labels are done this way. Yes, the references are displayed as an overlay. I'm sure like all things emacs that this can be fixed

Re: [O] elnode: emacs webserver exposes org files ...... !

2011-07-19 Thread Sebastien Vauban
Hi Sander, Sander Boer wrote: I just read this: http://nic.ferrier.me.uk/blog/2010_10/elnode it is an asynchronous webserver in emacs that can take anything in emacs (like org files) and serve it up... Very interesting! It somehow goes in the direction of Emacs ubiquity, or even Org à la

Re: [O] calculation question

2011-07-19 Thread Jude DaShiell
After I use C-C } can I use c-p c-n c-l and c-r to move one cell up on cell down one cell left and one cell right respectively? On Tue, 19 Jul 2011, Bastien wrote: Hi Jude, Please type C-c } on a table -- it displays coordinates of the cells so that you can more easily refer to the right

Re: [O] calculation question

2011-07-19 Thread Bastien
Jude DaShiell jdash...@shellworld.net writes: After I use C-C } can I use c-p c-n c-l and c-r to move one cell up on cell down one cell left and one cell right respectively? You can use C-n C-p to move down and up by one line, but you cannot use C-r and C-l are these are fundamental Emacs

Re: [O] Use org for jobs/resume writing?

2011-07-19 Thread Bastien
Hi Nathan, Nathan Neff nathan.n...@gmail.com writes: Now that org has odt-export and of course HTML, etc. I'm re-thinking using .org for resume writing. Anyone else? I'm not using Org for resumes, but yes, I would love to see some good CSS for the HTML export and some good style.xml for the

Re: [O] Commenting a diary sexp line??

2011-07-19 Thread suvayu ali
Hi, On Tue, Jul 19, 2011 at 7:48 AM, Michael Markert markert.mich...@googlemail.com wrote: :|     * APPT Daily Scrum :|     %%(let ((dayname (calendar-day-of-week date))(day (car (cdr date(memq dayname '(1 2 3 4 5))) :|    [2009-07-01 Wed] :` #+END_EXAMPLE Anyway: Begin the

Re: [O] Use org for jobs/resume writing?

2011-07-19 Thread Puneeth Chaganti
Hi Nathan, On 7/19/11, Nathan Neff nathan.n...@gmail.com wrote: [..] Now that org has odt-export and of course HTML, etc. I'm re-thinking using .org for resume writing. Anyone else? I have recently started using Org-mode for my Resume [1]. I have created a custom LaTeX stylesheet, that I

[O] problems with org-edit-special and python (2nd try to post)

2011-07-19 Thread Dirk Scharff
Hey, I tried to post this yesterday and it doesn't seem like it worked by now (I didn't see it showing up on the news interface). I'm sorry if this ends up being a double post! Hi all! I'm fairly new to emacs (and org-mode :)), so I'm sorry in advance for eventually missing something

[O] Can't follow links with id property

2011-07-19 Thread Suvayu Ali
Hi everyone, I can't follow links with an ID property. I have attached a minimal example org file. Org complains it cannot find a match and prompts to create a new headline. Answering yes to the prompt creates a new headline like this: * id:9dfdc23e-f9ce-413b-b950-fc20fd152e42 Debugger

[O] Scheduling calling debugger

2011-07-19 Thread Suvayu Ali
Hi Orgers, Scheduling or rescheduling seems to be invoking the debugger for me (I run emacs with debug-on-error set to t). Although it doesn't seem to do anything wrong to the scheduled entry. Strange! The error at the end was generated on attempting to reschedule a headline like this: ** TODO

Re: [O] Attachments and refiling

2011-07-19 Thread Gustav Wikström
Ok. I would really like attachments to be integrated with refiling though even if it was a non-default option. Another feature that could improve the use of attachments is to allow links to the attached folders also via the C-c C-l interface in a similar way as stored links (C-c l ). I.E to get

Re: [O] feature request

2011-07-19 Thread MidLifeXis at PerlMonks
Recommendation: use something like GIT (or one of the other fine source control systems out there) to checkpoint your work, and save the history of your org files.  It can even be set up in emacs to periodically save all org files and check in a snapshot. HTH, Brian

[O] Org-capture from Firefox: ^M or not ^M?

2011-07-19 Thread Sebastien Vauban
Hello, In the exact same conditions (I mean, Emacs settings, etc.), when I capture some regions from Web pages, they sometimes: - are mixed all one one line Example: http://lists.gnu.org/archive/html/help-gnu-emacs/2007-03/msg00670.html - are copied as on the screen, but with ending ^M at

Re: [O] Thanks for Lilypond export (and minor comments)

2011-07-19 Thread Bernt Hansen
Bastien b...@altern.org writes: Hi Suvayu, thanks for sharing this suggestion and to make it so clear. I understand the model you describe and I see why it's appropriate for projects like git -- as IIUC, your proposal is very close to the one described by git's maintainer. - The latest

Re: [O] Use org for jobs/resume writing?

2011-07-19 Thread suvayu ali
Hi, On Tue, Jul 19, 2011 at 12:34 PM, Puneeth Chaganti puncha...@gmail.com wrote: Hi Nathan, On 7/19/11, Nathan Neff nathan.n...@gmail.com wrote: [..] Now that org has odt-export and of course HTML, etc. I'm re-thinking using .org for resume writing. Anyone else? I have recently

Re: [O] Thanks for Lilypond export (and minor comments)

2011-07-19 Thread suvayu ali
On Tue, Jul 19, 2011 at 2:29 PM, Bernt Hansen be...@norang.ca wrote: With Suvayu's model you would only merge for the release and that means the new master won't have the same level of testing exposure before a release is created.  We don't have full coverage of org-mode's features in the ERT

Re: [O] [bug] cannot execute shell code blocks

2011-07-19 Thread Eric Schulte
Robert McIntyre r...@mit.edu writes: BTW, this only fails to evaluate when :cache yes is present, as shown by this example #+begin_src sh echo Checked out revision 7881. #+end_src #+results: : Checked out revision 7881. #+begin_src sh :cache yes echo Checked out revision 7881.

[O] problems with org-edit-special and python

2011-07-19 Thread Dirk Scharff
Hi all! I'm fairly new to emacs (and org-mode :)), so I'm sorry in advance for eventually missing something completely obvious. While I kind of expect my problem to be something with my emacs setup it does only happen with org-mode so I'm posting it here. My test file (for learning purposes)

[O] [org-babel] a patch with fortran support

2011-07-19 Thread Sergey Litvinov
Please consider an implementation of fortran support for org-babel. The patch adds contrib/babel/langs/ob-fortran.el (modification of lisp/ob-C.el) and testing/examples/ob-fortran-test.org with tests. From a18cbc80770d985d6ca6bdada07120f7daf65c02 Mon Sep 17 00:00:00 2001 From: Litvinov Sergey

Re: [O] calculation question

2011-07-19 Thread Nick Dokos
Bastien b...@altern.org wrote: Jude DaShiell jdash...@shellworld.net writes: After I use C-C } can I use c-p c-n c-l and c-r to move one cell up on cell down one cell left and one cell right respectively? You can use C-n C-p to move down and up by one line, but you cannot use C-r and

Re: [O] Remove current heading from refile targets?

2011-07-19 Thread Jason Dunsmore
Bastien b...@altern.org writes: Jason Dunsmore ja...@dunsmor.com writes: Hm, I don't see any change with or without org-completion-use-ido set. The current heading still shows up in the refile targets. Weird. I double-check and have the current heading filtered out of the refile targets.

[O] [bug] Org-capture bug due to recent dired-buffers related feature

2011-07-19 Thread Puneeth Chaganti
Hi Nicolas, The recent commit that adds a dired-buffer related feature, breaks org-capture when dired-mode has not been loaded. The dired-buffers variable becomes available only when dired-mode has been loaded atleast once. Thanks, Puneeth Git bisect output, just for reference.

[O] Fwd: Commenting a diary sexp line??

2011-07-19 Thread Alan E. Davis
I finally Archived this subheading. I am trying to get org-mobile/mobile-org running on my new Android phone, and org-mobile-push choked on three sexps. Alan On Tue, Jul 19, 2011 at 2:54 AM, suvayu ali fatkasuvayu+li...@gmail.comwrote: Hi, On Tue, Jul 19, 2011 at 7:48 AM, Michael Markert

Re: [O] Scheduling calling debugger

2011-07-19 Thread Memnon Anon
Suvayu Ali fatkasuvayu+li...@gmail.com writes: The error at the end was generated on attempting to reschedule a headline like this: ** TODO Read note on fitter SCHEDULED: 2011-07-19 Tue Debugger entered--Lisp error: (invalid-function org-loop-over-siblings-in-active-region)

Re: [O] Can't follow links with id property

2011-07-19 Thread Memnon Anon
Suvayu Ali fatkasuvayu+li...@gmail.com writes: I can't follow links with an ID property. I have attached a minimal example org file. Org complains it cannot find a match and prompts to create a new headline. Answering yes to the prompt creates a new headline like this: *

Re: [O] [org-babel] a patch with fortran support

2011-07-19 Thread Eric Schulte
ob-fortran.el is now living in control/babel/langs/ob-fortran.el Thanks to Sergey for contributing support for a new (well actually very old) language! -- Eric Sergey Litvinov slitvi...@gmail.com writes: Please consider an implementation of fortran support for org-babel. The patch adds

Re: [O] Use org for jobs/resume writing?

2011-07-19 Thread Russell Adams
I used Org for mine. http://www.adamsinfoserv.com/AISTWiki/pub/AIS/Resume/AdamsRussellPublicBio.pdf I even have it split into parts with dynamic includes. Org/Latex worked great. Thanks. On Tue, Jul 19, 2011 at 04:04:44PM +0530, Puneeth Chaganti wrote: Hi Nathan, On 7/19/11, Nathan Neff

Re: [O] [bug] Org-capture bug due to recent dired-buffers related feature

2011-07-19 Thread Nicolas Goaziou
Hello, Puneeth Chaganti puncha...@gmail.com writes: The recent commit that adds a dired-buffer related feature, breaks org-capture when dired-mode has not been loaded. The dired-buffers variable becomes available only when dired-mode has been loaded atleast once. True. This should be fixed

[O] regression: capture vs dired

2011-07-19 Thread Greg Troxel
When doing capture, after selecting 'task', I get: Template key: call-interactively: Symbol's value as variable is void: dired-buffers This is on: GNU Emacs 23.3.1 (i386--netbsdelf, GTK+ Version 2.24.4) of 2011-06-25 on fnord.ir.bbn.com I suspect it may be this commit: commit

Re: [O] [HELP} trying to figure out how to figure out?

2011-07-19 Thread Achim Gratz
Matthew Sauer improv.philoso...@gmail.com writes: The points that grabbed my attention are listed here, didn't know exactly how one would go about finding other than going to the line in the files noted? : In org-cycle: org.el:5932:47:Warning: attempt to let-bind constant

Re: [O] Thesaurus terms as org tags -- feature request

2011-07-19 Thread Achim Gratz
Bastien b...@altern.org writes: #+TAGGROUP: :colour: :red:green: in such a way that: 1. searches for :red: will continue to display entries with :red: 2. searches for :colour: will display entries with :red: and/or :green: Would this be useful already? If I've read the OP correctly,

Re: [O] regression: capture vs dired

2011-07-19 Thread Nicolas Goaziou
Hello, Greg Troxel g...@ir.bbn.com writes: When doing capture, after selecting 'task', I get: Template key: call-interactively: Symbol's value as variable is void: dired-buffers This has (hopefully) been fixed on master. You may update Org. Regards, -- Nicolas Goaziou

[O] [BABEL, PATCH] ob-maxima.el add variables and graphical output

2011-07-19 Thread Litvinov Sergey
I would like to contribute an extension of babel maxima support. The patch adds variables and graphical output (currently limited to png files). There is a file with examples (tests). It is not ERTed yet. org-mode/testing/examples/ob-maxima-test.org From e383e0aa6e0a996033f86b8346205b1a38a124da

Re: [O] regression: capture vs dired

2011-07-19 Thread Greg Troxel
Nicolas Goaziou n.goaz...@gmail.com writes: Greg Troxel g...@ir.bbn.com writes: When doing capture, after selecting 'task', I get: Template key: call-interactively: Symbol's value as variable is void: dired-buffers This has (hopefully) been fixed on master. You may update Org.

Re: [O] Scheduling calling debugger

2011-07-19 Thread David Maus
At Tue, 19 Jul 2011 13:22:10 +0200, Suvayu Ali wrote: Hi Orgers, Scheduling or rescheduling seems to be invoking the debugger for me (I run emacs with debug-on-error set to t). Although it doesn't seem to do anything wrong to the scheduled entry. Strange! The error at the end was generated

Re: [O] Scheduling calling debugger

2011-07-19 Thread suvayu ali
Hi David and Memnon, Thank you for looking at this. On Tue, Jul 19, 2011 at 7:53 PM, David Maus dm...@ictsoc.de wrote: Debugger entered--Lisp error: (invalid-function org-loop-over-siblings-in-active-region)   org-loop-over-siblings-in-active-region(Scheduled to 2011-07-21 Thu)  

Re: [O] New feature: loop over siblings for some commands

2011-07-19 Thread David Maus
At Mon, 18 Jul 2011 10:32:11 +0200, Bastien wrote: Dear all, from latest git repo: (setq org-loop-over-siblings-within-active-region-p t) will allow you to run some commands on several siblings in the active region. For example: start active region * Item 1 * Item 2 * Item 3 end

Re: [O] Bulk cut in agenda view

2011-07-19 Thread Julien Cubizolles
Bernt Hansen be...@norang.ca writes: Hi Julien, Could you describe your use-case for this bulk cut function? Is this bulk cut function destructive (ie. it deletes content from your org files permanently) Yes, it is destructive. I use it for todo items like buying groceries for which there

Re: [O] Scheduling calling debugger

2011-07-19 Thread David Maus
At Tue, 19 Jul 2011 20:23:40 +0200, suvayu ali wrote: Hi David and Memnon, Thank you for looking at this. On Tue, Jul 19, 2011 at 7:53 PM, David Maus dm...@ictsoc.de wrote: Debugger entered--Lisp error: (invalid-function org-loop-over-siblings-in-active-region)  

Re: [O] Makefile restructuring

2011-07-19 Thread Achim Gratz
Achim Gratz strom...@nexgo.de writes: git remote add -t Makefile remote-tableheadings git://repo.or.cz/org-mode/org-tableheadings.git git fetch remote-tableheadings Makefile:local-Makefile git checkout local-Makefile to get it (change remote-tableheadings and local-Makefile to suit your

Re: [O] Bulk cut in agenda view

2011-07-19 Thread Bernt Hansen
Julien Cubizolles j.cubizol...@free.fr writes: Bernt Hansen be...@norang.ca writes: Hi Julien, Could you describe your use-case for this bulk cut function? Is this bulk cut function destructive (ie. it deletes content from your org files permanently) Yes, it is destructive. I use it

Re: [O] Thesaurus terms as org tags -- feature request

2011-07-19 Thread John Tait
Achim Let's work it through. Let's say we have a large publishing project with lots of tags. Some (not all) of the tags are in tag groups. #+TAGGROUP: :characteristic: :colour:mass:material: #+TAGGROUP: :colo(u)r: :red:green:blue: #+TAGGROUP: :red: :crimson:scarlet:brick: Our ungrouped tags

Re: [O] Scheduling calling debugger

2011-07-19 Thread suvayu ali
Hi David, On Tue, Jul 19, 2011 at 8:44 PM, David Maus dm...@ictsoc.de wrote: That solved it! Just for the sake of understanding, what was most likely the issue here and what is a macro problem? My diagnosis went like this: (invalid-function org-loop-over-siblings-in-active-region)  ^^^

Re: [O] Use org for jobs/resume writing?

2011-07-19 Thread Daniel Clemente
Now that org has odt-export and of course HTML, etc. I'm re-thinking using .org for resume writing. Anyone else? I have recently started using Org-mode for my Resume.  I have created a custom LaTeX stylesheet, that I use, for the LaTeX export. Apart from each person creating

Re: [O] Use org for jobs/resume writing?

2011-07-19 Thread Rasmus
Daniel Clemente n142...@gmail.com writes: Apart from each person creating their own resume… a pre-filled template in .org could be made to produce a resume in the Europass [1] format, or similar widely accepted formats. There is a LaTeX class mimicking Europass. I used to use it. I find

Re: [O] Use org for jobs/resume writing?

2011-07-19 Thread John Hendy
On Tue, Jul 19, 2011 at 5:45 PM, Daniel Clemente n142...@gmail.com wrote: Now that org has odt-export and of course HTML, etc. I'm re-thinking using .org for resume writing. Anyone else? I have recently started using Org-mode for my Resume.  I have created a custom LaTeX

Re: [O] Can't follow links with id property

2011-07-19 Thread suvayu ali
Hi Memnon, On Tue, Jul 19, 2011 at 4:30 PM, Memnon Anon gegendosenflei...@googlemail.com wrote: I can not reproduce that with your minimal example I tried it again, still present with both Emacs 23.2 and Emacs 24. -- Suvayu Open source is the future. It sets us free.

Re: [O] Calendar-like view of the org-agenda

2011-07-19 Thread SAKURAI Masashi
Hi Rasmus, Thanks for your setting sample. At Sun, 17 Jul 2011 20:59:19 +0200, Rasmus wrote: : Is is somehow possible to change the font family used in Calfw windows only? Hardly perfect, the following let me change the font used in Calfw sessions. It seems rather fragile, though as it