Re: [Orgmode] Re: [PATCH] org-wl: Remove dependency on w3m macro `w3m-anchor'

2010-05-27 Thread David Maus
John Wiegley wrote: David Maus dm...@ictsoc.ed writes: Again, forgot to mention: Patch is available on David, Can you please explain for me the rationale behind this change? Sure: The problem is, that `w3m-anchor' is not a function, but a macro. So it must be present when byte compiling

[Orgmode] Re: Strange bug, request for more info

2010-05-27 Thread Carsten Dominik
On May 26, 2010, at 4:44 AM, Bernt Hansen wrote: Carsten Dominik carsten.domi...@gmail.com writes: Hi everyone, John Wiegley is being haunted by a strange bug and I have so far not been able to reproduce and fix it. So I would like to know if anyone else sees the same bug and can

[Orgmode] New development organization - DRAFT, please comment

2010-05-27 Thread Carsten Dominik
New setup = Author: Carsten Dominik Date: 2010-05-26 13:53:28 CEST Hi everyone, I am very excited about the great response to my request for help by a co-maintainer. As a result of the different offers and ideas, we are

Re: [Orgmode] [Patch] file protocol in HTML links

2010-05-27 Thread Carsten Dominik
Hi Sebastian, can you then please make a patch that reverts the incorrect fix and installs your better version? Against the current master? Thanks! - Carsten On May 26, 2010, at 11:51 AM, Sebastian Rose wrote: Sebastian Rose sebastian_r...@gmx.de writes: The appended patch removes the

Re: [Orgmode] Question: org-remember and level1 target headline [resent]

2010-05-27 Thread Martin Pohlack
[resending to get into the patch tracker] Hi, On 15.05.2010 08:42, Carsten Dominik wrote: On May 14, 2010, at 5:42 AM, Samuel Wales wrote: On 2010-05-13, Martin Pohlackm...@os.inf.tu-dresden.de wrote: Is there interest to define remember targets via paths or via ID? ID would be useful, I

[Orgmode] Re: Strange bug, request for more info

2010-05-27 Thread Bernt Hansen
Carsten Dominik carsten.domi...@gmail.com writes: On May 26, 2010, at 4:44 AM, Bernt Hansen wrote: Let me know if you can think of anything I can provide to help track down this bug. Unfortunately, I really don't know how to fix this bug. Until I can get a way to reproduce this, it will

Re: [Orgmode] New development organization - DRAFT, please comment

2010-05-27 Thread Eric Schulte
Hi, This looks like a great setup. I can't think of anything that I would want done differently. I have a couple of comments and questions for org-issues.org below. Thanks -- Eric Carsten Dominik domi...@uva.nl writes: [...] 3 Feature requests and bug reports will be tracked in a text file

Re: [Orgmode] New development organization - DRAFT, please comment

2010-05-27 Thread Eric Schulte
Eric Schulte schulte.e...@gmail.com writes: [...] Carsten Dominik domi...@uva.nl writes: [...] 3 Feature requests and bug reports will be tracked in a text file ~~ This file lives on Worg, at

[Orgmode] Error when trying to push to Worg repo

2010-05-27 Thread Tassilo Horn
Hi, I've just closed one issue in org-issues.org, for which my patch has already been applied. But when I try to push my commit, I get some strange error: --8---cut here---start-8--- % git push Counting objects: 5, done. Delta compression using up to 2

Re: [Orgmode] Error when trying to push to Worg repo

2010-05-27 Thread Julien Danjou
On Thu, May 27 2010, Tassilo Horn wrote: What's the problem? Looks like a permission problem in the git dir, probably on the server side. My 2¢, -- Julien Danjou // ᐰ jul...@danjou.info http://julien.danjou.info pgpiMbkkNhNEj.pgp Description: PGP signature

Re: [Orgmode] Error when trying to push to Worg repo

2010-05-27 Thread Tassilo Horn
On Thursday 27 May 2010 17:18:42 Julien Danjou wrote: What's the problem? Looks like a permission problem in the git dir, probably on the server side. Hm, after reading the Worg docs again, maybe I didn't drop Bastien a mail with my repo.or.cz username. Bastien, I am tsdh. ;-) Bye,

[Orgmode] html export

2010-05-27 Thread Thomas S . Dye
Aloha all, Org-mode html export recently began to format links improperly for me in projects that have been stable for some time and working properly. I now get pimg src=file:r/filename.png alt=file:r/filename.png / /p This isn't a bug report. I've been having lots of problems publishing

Re: [Orgmode] Re: [PATCH] only display a scheduled item if it is due today or in the past

2010-05-27 Thread Nathan Neff
On Sat, May 22, 2010 at 11:27 AM, Matthew Lundin m...@imapmail.org wrote: Nathaniel Flath flat0...@gmail.com writes: Yes, this patch is primarily for weekly agendas - it changes when items are displayed to be the same as having a style of 'habit, while also allowing to do it for non-recurring

[Orgmode] Re: Strange bug, request for more info

2010-05-27 Thread John Wiegley
Brent Hansen be...@norang.ca writes: I am not currently trying to build a test case for this bug since I can't reproduce it at will yet. Thanks for the descriptive analysis. Hopefully we can squash this one either by it being fixed in Emacs 23 or by getting a reproducible test case that

[Orgmode] [babel] buffer-wide settings for R graphical header arguments

2010-05-27 Thread Erik Iverson
Hello, You can specify graphical header args in source blocks for R blocks that produce graphical output, e.g.: #+BEGIN_SRC R :file output.png :width 720 You can also set buffer-wide options with the following syntax, for example, with the tangle header argument. #+PROPERTY: tangle yes

[Orgmode] Export to html

2010-05-27 Thread Thomas S. Dye
Aloha all, On the bus this morning I was able to find out a bit more about problems with html export. Using Bernt's minimal.emacs and exporting to html with C-c C-e H, git bisect says: 459d99c44c7df4cd09d82fa54c53e5d5eec47a4e is the first bad commit commit

Re: [Orgmode] Re: [PATCH] org-wl: Remove dependency on w3m macro `w3m-anchor'

2010-05-27 Thread John Wiegley
David Maus dm...@ictsoc.ed writes: Again, forgot to mention: Patch is available on David, Can you please explain for me the rationale behind this change? Thanks, John ___ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list.

[Orgmode] Re: [babel] buffer-wide settings for R graphical header arguments

2010-05-27 Thread Dan Davison
Erik Iverson er...@ccbr.umn.edu writes: Hello, You can specify graphical header args in source blocks for R blocks that produce graphical output, e.g.: #+BEGIN_SRC R :file output.png :width 720 You can also set buffer-wide options with the following syntax, for example, with the tangle

[Orgmode] Re: Proposal: Emtest as tester

2010-05-27 Thread Tom Breton (Tehom)
Tom Breton (Tehom) te...@panix.com writes: At Carsten's request, I am proposing emtest as the tester for org-mode. I would like to hear if there are any objections or questions. Hi Tom, My googling didn't manage to find emtest -- where does the code live at the moment? At the moment it

Re: [Orgmode] Proposal: Emtest as tester

2010-05-27 Thread Tom Breton (Tehom)
Hi Tom, [...] I made an attempt earlier to propose a testing framework and wrote some thoughts in an email thread: http://www.mail-archive.com/emacs-orgmode@gnu.org/msg22558.html I read that. Interesting. Would your proposal cover my example-based approach? How hard would it be to

[Orgmode] Re: [babel] buffer-wide settings for R graphical header arguments

2010-05-27 Thread Eric Schulte
Hi, This sounds like a great idea. I like language specific header arguments, and I like passing the language as an optional argument to `org-babel-params-from-properties'. I downloaded the patch from, http://patchwork.newartisans.com/patch/22/, and tried to apply it to my local git repository,

Re: [Orgmode] Export to html

2010-05-27 Thread Nick Dokos
Thomas S. Dye t...@tsdye.com wrote: Aloha all, On the bus this morning I was able to find out a bit more about problems with html export. Using Bernt's minimal.emacs and exporting to html with C-c C-e H, git bisect says: 459d99c44c7df4cd09d82fa54c53e5d5eec47a4e is the first bad commit

Re: [Orgmode] [Patch] file protocol in HTML links

2010-05-27 Thread Carsten Dominik
On May 27, 2010, at 11:34 PM, Sebastian Rose wrote: Carsten Dominik carsten.domi...@gmail.com writes: Hi Sebastian, can you then please make a patch that reverts the incorrect fix and installs your better version? Against the current master? Hi Carsten, I saw you applied the patch.

Re: [Orgmode] html export

2010-05-27 Thread Carsten Dominik
Hi Tom, On May 27, 2010, at 6:37 PM, Thomas S. Dye wrote: Aloha all, Org-mode html export recently began to format links improperly for me in projects that have been stable for some time and working properly. I now get pimg src=file:r/filename.png alt=file:r/ filename.png //p This

Re: [Orgmode] html export

2010-05-27 Thread Sebastian Rose
Hi Carsten and Thomas, Carsten Dominik carsten.domi...@gmail.com writes: Hi Tom, On May 27, 2010, at 6:37 PM, Thomas S. Dye wrote: Aloha all, Org-mode html export recently began to format links improperly for me in projects that have been stable for some time and working properly. I

Re: [Orgmode] Export to html

2010-05-27 Thread Thomas S. Dye
Thanks Nick, Sebastian Rose thinks this is fixed now. I haven't had time to pull the latest org-mode, but hope to do so soon. Apologies if my adventure with git bisect led you into dicey territory. As always, I appreciate the benefit of your experience. All the best, Tom On May 27, 2010,

Re: [Orgmode] Export to html

2010-05-27 Thread Sebastian Rose
Nick Dokos nicholas.do...@hp.com writes: Thomas S. Dye t...@tsdye.com wrote: Aloha all, On the bus this morning I was able to find out a bit more about problems with html export. Using Bernt's minimal.emacs and exporting to html with C-c C-e H, git bisect says:

[Orgmode] Re: [babel] buffer-wide settings for R graphical header arguments

2010-05-27 Thread Dan Davison
Eric Schulte schulte.e...@gmail.com writes: Hi, This sounds like a great idea. I like language specific header arguments, and I like passing the language as an optional argument to `org-babel-params-from-properties'. I downloaded the patch from, http://patchwork.newartisans.com/patch/22/,

Re: [Orgmode] Aquamacs and latest org-mode

2010-05-27 Thread Yuri de Wit
Hi Stefan, Thanks for the directions. I noticed that /Application/Aquamacs.app/Contents/Resources/lisp/org has the org lisp files and the org-mode Makefile is generating elc files in /usr/local/... Would Aquamacs automatically pick them up from there or do I need to generate the elc into the

Re: [Orgmode] [Patch] file protocol in HTML links

2010-05-27 Thread Sebastian Rose
Carsten Dominik carsten.domi...@gmail.com writes: Hi Sebastian, can you then please make a patch that reverts the incorrect fix and installs your better version? Against the current master? Hi Carsten, I saw you applied the patch. There is nothing I'd want to remove in the code, as it is

Re: [Orgmode] Error when trying to push to Worg repo

2010-05-27 Thread Bastien
Tassilo Horn tass...@member.fsf.org writes: Hm, after reading the Worg docs again, maybe I didn't drop Bastien a mail with my repo.or.cz username. Bastien, I am tsdh. ;-) :) I added you, you can now push. This is a frequent mistake, I put this part of the instructions in bold font.

[Orgmode] Simple Literate Programming Example

2010-05-27 Thread w t
I put the Simple Literate Programming Example from the Org-Babel Introduction in a file hello.org, namely, ==hello.org=== #+srcname: hello-world-prefix #+begin_src sh :exports none echo /---\\

Re: [Orgmode] Simple Literate Programming Example

2010-05-27 Thread Thomas S. Dye
On May 27, 2010, at 1:43 PM, w t wrote: I put the Simple Literate Programming Example from the Org-Babel Introduction in a file hello.org, namely, ==hello.org=== #+srcname: hello-world-prefix #+begin_src sh :exports none echo

Re: [Orgmode] Aquamacs and latest org-mode

2010-05-27 Thread Nick Dokos
Yuri de Wit yde...@gmail.com wrote: Hi Stefan, Thanks for the directions. I noticed that /Application/Aquamacs.app/Contents/Resources/lisp/org has th= e org lisp files and the org-mode Makefile is generating elc files in /usr/local/... Would Aquamacs automatically pick them up from

Re: [Orgmode] Export to html

2010-05-27 Thread Thomas S. Dye
Aloha Sebastian, Yes, the links are exporting correctly now. Thanks, Tom On May 27, 2010, at 12:35 PM, Sebastian Rose wrote: Nick Dokos nicholas.do...@hp.com writes: Thomas S. Dye t...@tsdye.com wrote: Aloha all, On the bus this morning I was able to find out a bit more about problems

Re: [Orgmode] Simple Literate Programming Example

2010-05-27 Thread w t
On 5/27/10, Thomas S. Dye t...@tsdye.com wrote: I believe you'll need to add the :noweb yes header argument to code blocks that include to be expanded. I'll update the example on Worg to reflect this newer feature of Org- babel. All the best, Tom Thank you, things now work.

Re: [Orgmode] Re: One org file, multiple exports, is it possible?

2010-05-27 Thread Thomas S. Dye
Aloha all, The problems I described in this thread were apparently not due to broken custom settings. After pulling the latest org-mode just now the problems are gone, even though the custom settings haven't changed. It's pleasing to regain some confidence in my non-minimal .emacs.

[Orgmode] bug: remember id agenda

2010-05-27 Thread Samuel Wales
For months, I found ID properties where they didn't belong. Finally I found that they are added when I do M-x org-remember in an agenda buffer, to the headline under point. Feels like a bug. Is it? Samuel -- Q: How many CDC scientists does it take to change a lightbulb? A: You only think it's

Re: [Orgmode] bug: remember id agenda

2010-05-27 Thread Carsten Dominik
Hi Samuel, On May 28, 2010, at 5:53 AM, Samuel Wales wrote: For months, I found ID properties where they didn't belong. Finally I found that they are added when I do M-x org-remember in an agenda buffer, to the headline under point. Feels like a bug. Is it? What is the value of the

Re: [Orgmode] bug: remember id agenda

2010-05-27 Thread Samuel Wales
Same. On 2010-05-27, Carsten Dominik carsten.domi...@gmail.com wrote: Hi Samuel, On May 28, 2010, at 5:53 AM, Samuel Wales wrote: For months, I found ID properties where they didn't belong. Finally I found that they are added when I do M-x org-remember in an agenda buffer, to the headline

Re: [Orgmode] Aquamacs and latest org-mode

2010-05-27 Thread Yuri de Wit
Hi Nick, Indeed, it is not going to /usr/local but staying in the same directory as the .el files. Very nice. I added (add-to-list 'load-path ~/.emacs.d/org-mode/contrib/lisp) and tested it out with C-x C-e on (locate-library org) to confirm (it was

Re: [Orgmode] Infinite loop

2010-05-27 Thread w t
On 5/12/10, Carsten Dominik carsten.domi...@gmail.com wrote: On May 1, 2010, at 10:21 PM, w t wrote: Org-mode 6.35trans from 2010-04-30 Emacs 23.1 Linux Typing |:=$0 RET causes an apparent infinite loop, which can be killed with C-g. Yes, this is true. But not really a problem, is