Re: [Orgmode] Re: org-mode stopped compiling recently

2010-06-28 Thread Eric Schulte
Thanks Daniel, I've just applied this fix. -- Eric Daniel Mahler dmah...@gmail.com writes: Hi Eric, Thanks for the looking into this. It looks like the problem is the declare-function macro does not work with emacs-22.1 (the one in ubuntu hardy) It is defined, but undocumented. Adding

Re: [Orgmode] Re: latex export and booktabs tables

2010-06-28 Thread Carsten Dominik
On Jun 28, 2010, at 7:09 AM, Eric Schulte wrote: One way to deal with this without adding even more complexity to the core of org-mode could be through the use of Library of Babel functions. The attached org-mode file provides a function for exporting to the longtable environment with some

Re: [Orgmode] Re: [BUG] nested blocks aren't protected on export

2010-06-28 Thread Carsten Dominik
Hi Eric, On Jun 28, 2010, at 4:42 AM, Eric Schulte wrote: I've put together two patches which fix the problems I mention below. I'd like to apply these patches, but I fear that they may cause unanticipated export problems. I'd be much more comfortable if someone who knows a little more

Re: [Orgmode] Re: org-mode stopped compiling recently

2010-06-28 Thread Carsten Dominik
On Jun 28, 2010, at 8:15 AM, Eric Schulte wrote: Thanks Daniel, I've just applied this fix. -- Eric Hi Eric, alternatively you could have done (require 'org-macs) or (require 'org) In fact, would it not be reasonable to require org in ob.el? - Carsten Daniel Mahler dmah...@gmail.com

Re: [Orgmode] Re: [ANN] Org-babel integrated into Org-mode

2010-06-28 Thread Rainer M Krug
On Fri, Jun 25, 2010 at 5:37 PM, Eric Schulte schulte.e...@gmail.comwrote: Hi Rainer, Hi Eric First I'll give some expanded instructions in the hopes of helping out anyone else affected by my lack of good instructions in the announcement email. Then I'll provide a re-write of your

[Orgmode] Re: Fontify whole heading line

2010-06-28 Thread Sébastien Vauban
Hi David, David Maus wrote: Sébastien Vauban wrote: I've set: --8---cut here---start-8--- (setq org-fontify-whole-heading-line t) --8---cut here---end---8--- and would like to have the `org-level-1' underlined. To do so,

[Orgmode] Re: latex export and booktabs tables

2010-06-28 Thread Sébastien Vauban
Hi Eric, Carsten Dominik wrote: On Jun 28, 2010, at 7:09 AM, Eric Schulte wrote: One way to deal with this without adding even more complexity to the core of org-mode could be through the use of Library of Babel functions. The attached org-mode file provides a function for exporting to the

[Orgmode] Re: [Bug] Movement of C-a under visible-mode

2010-06-28 Thread Sébastien Vauban
Hi Carsten, I have fixed this, at least for the case when it is caused by visible- mode. TTF: Tested, Thanks, Fixed. Seb -- Sébastien Vauban ___ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org

[Orgmode] Headline and numbered plain list

2010-06-28 Thread Juri Artamonov
Hello Guys, do you know if orgmode provides combination of headline and numbered plain list with checkbox on the same line. For example, I would like to have the following: ** 1. [ ] Text for first item ** 2. [ ] Text for second item Thank you, Juri.

[Orgmode] Behavior of Gnus when called from an hyperlink

2010-06-28 Thread Sébastien Vauban
Hi all, Would someone have a chunk of config to share for the Gnus/Org integration? I'm using Gnus for years, with a very high level of satisfaction, and Org for a bit less, with even more satisfaction -- yes, more than very high is possible ;-) What I didn't use yet was the integration of

[Orgmode] org-iswitchb documentation

2010-06-28 Thread Stephen Eglen
Dear all, As the author of iswitchb, I was very happy to see M-x org-iswitchb included. Further, it is recommended as a default keybinding in the manual: -- 1.3 Activation == ... (add-to-list 'auto-mode-alist

[Orgmode] Re: Behavior of Gnus when called from an hyperlink

2010-06-28 Thread Tassilo Horn
Sébastien Vauban wxhgmqzgw...@spammotel.com writes: Hi Sébastien, - a new frame is opened Besides that I more or less hate frames, it becomes annoying when used in my StumpWM config: I now have *two* Emacs full screen, and I loose my single window of control view. That's because the

Re: [Orgmode] [ANN] Org-babel integrated into Org-mode

2010-06-28 Thread Christopher Witte
I'm having trouble getting the new version of babel to work with haskell and R under Ubuntu 10.04 using emacs-snapshot. It works fine for emacs-lisp. I had to change the variable LISPF in the Makefile to: LISPF =org.el \ . babel/ob.el

[Orgmode] Proposed tweak to org-agenda-skip-entry-when-regexp-matches-in-subtree

2010-06-28 Thread eric johnson
Hi - org-mode is fantastic. Part of what makes it so awesome is that one can keep tweaking the software and the process. In looking at my own usage, I noticed that I really wanted to simplify my org-todo-keywords. I had a separate list of TODOs for projects (PROJ-PRST-DONE) and was wondering

[Orgmode] Re: Behavior of Gnus when called from an hyperlink

2010-06-28 Thread Leo
On 2010-06-28 11:19 +0100, Tassilo Horn wrote: (setq org-link-frame-setup '((vm . vm-visit-folder) (gnus . org-gnus-no-new-news) (file . find-file-other-window))) Nice. I have also found creating new frame a bit annoying because I

Re: [Orgmode] Headline and numbered plain list

2010-06-28 Thread David Maus
Juri Artamonov wrote: do you know if orgmode provides combination of headline and numbered plain list with checkbox on the same line. For example, I would like to have the following: ** 1. [ ] Text for first item ** 2. [ ] Text for second item No, this is not possible in Org and I'm not

Re: [Orgmode] Re: Behavior of Gnus when called from an hyperlink

2010-06-28 Thread Carsten Dominik
On Jun 28, 2010, at 1:36 PM, Leo wrote: On 2010-06-28 11:19 +0100, Tassilo Horn wrote: (setq org-link-frame-setup '((vm . vm-visit-folder) (gnus . org-gnus-no-new-news) (file . find-file-other-window))) Nice. I have also found

[Orgmode] Re: [ANN] Org-babel integrated into Org-mode

2010-06-28 Thread Štěpán Němec
Rainer M Krug r.m.k...@gmail.com writes: Just one additional question: When I go on the menu to Org -- Documentation -- Info Documentation, I still get the info help from version 6.21b, although I installed the version from git, and under Org -- Documentation -- Show Version it gives me

[Orgmode] Re: Behavior of Gnus when called from an hyperlink

2010-06-28 Thread Sébastien Vauban
Hi Tassilo, Tassilo Horn wrote: Sébastien Vauban wxhgmqzgw...@spammotel.com writes: - a new frame is opened Besides that I more or less hate frames, it becomes annoying when used in my StumpWM config: I now have *two* Emacs full screen, and I loose my single window of control view.

Re: [Orgmode] org-iswitchb documentation

2010-06-28 Thread Livin Stephen Sharma
Thanks for mentioning these variables! I checked and found that the 'completion' variables were set in a way that gave me the C-c b behavior that i did not like/want. I have now added this to my org init file: (setq org-completion-use-iswitchb t) (setq org-completion-use-ido nil) Regards

[Orgmode] Re: [ANN] Org-babel integrated into Org-mode

2010-06-28 Thread Rainer M Krug
On Mon, Jun 28, 2010 at 1:53 PM, Štěpán Němec step...@gmail.com wrote: Rainer M Krug r.m.k...@gmail.com writes: Just one additional question: When I go on the menu to Org -- Documentation -- Info Documentation, I still get the info help from version 6.21b, although I installed the

[Orgmode] Re: Not a bug, but ...

2010-06-28 Thread Jean-Marie Gaillourdet
Hi Bernt, On 28.06.2010, at 13:23, Bernt Hansen wrote: Jean-Marie Gaillourdet j...@gaillourdet.net writes: Hi Bernt, On 27.06.2010, at 14:21, Bernt Hansen wrote: Currently, I use the following function to circumvent the hiding of my stuck projects. (defun jmg/stuck-projects ()

Re: [Orgmode] org-iswitchb documentation

2010-06-28 Thread Carsten Dominik
Hi Stephen, I think this is actually a bug. Since the command is called ...- iswitchb, I am sure the intention was to use iswitchbe. Later, when we added ido support as well, the function was rewritten using org-icompleting-read, and in this way the iswitchb support was lost. How about the

Re: [Orgmode] org-iswitchb documentation

2010-06-28 Thread Stephen Eglen
Carsten Dominik carsten.domi...@gmail.com wrote: I think this is actually a bug. Since the command is called ...- iswitchb, I am sure the intention was to use iswitchbe. Later, when we added ido support as well, the function was rewritten using org-icompleting-read, and in this way the

[Orgmode] Re: Proposed tweak to org-agenda-skip-entry-when-regexp-matches-in-subtree

2010-06-28 Thread Bernt Hansen
eric johnson johnson.e...@gmail.com writes: org-mode is fantastic. Part of what makes it so awesome is that one can keep tweaking the software and the process. In looking at my own usage, I noticed that I really wanted to simplify my org-todo-keywords. I had a separate list of TODOs for

[Orgmode] Re: Behavior of Gnus when called from an hyperlink

2010-06-28 Thread Bernt Hansen
Carsten Dominik carsten.domi...@gmail.com writes: On Jun 28, 2010, at 1:36 PM, Leo wrote: On 2010-06-28 11:19 +0100, Tassilo Horn wrote: (setq org-link-frame-setup '((vm . vm-visit-folder) (gnus . org-gnus-no-new-news) (file .

[Orgmode] Re: Behavior of Gnus when called from an hyperlink

2010-06-28 Thread Sébastien Vauban
Hi Tassilo, Sébastien Vauban wrote: Tassilo Horn wrote: Sébastien Vauban wxhgmqzgwmuf-genee64ty+gs+fvcfc7...@public.gmane.org writes: - a new buffer is opened (group where the mail belongs to), but it takes ages (in minutes) for the mail to be found and opened -- when it is. I've just

[Orgmode] Re: [ANN] Org-babel integrated into Org-mode

2010-06-28 Thread Bernt Hansen
Rainer M Krug r.m.k...@gmail.com writes: On Mon, Jun 28, 2010 at 1:53 PM, Štěpán Němec step...@gmail.com wrote: Rainer M Krug r.m.k...@gmail.com writes:  Just one additional question: When I go on the menu to Org -- Documentation -- Info Documentation, I still get the

Re: [Orgmode] org-iswitchb documentation

2010-06-28 Thread Stephen Eglen
Carsten Dominik carsten.domi...@gmail.com wrote: Hi Stephen, I think this is actually a bug. Since the command is called ...- iswitchb, I am sure the intention was to use iswitchbe. Later, when we added ido support as well, the function was rewritten using org-icompleting-read, and in

[Orgmode] Re: [ANN] Org-babel integrated into Org-mode

2010-06-28 Thread Rainer M Krug
2010/6/28 Bernt Hansen be...@norang.ca Rainer M Krug r.m.k...@gmail.com writes: On Mon, Jun 28, 2010 at 1:53 PM, Štěpán Němec step...@gmail.com wrote: Rainer M Krug r.m.k...@gmail.com writes: Just one additional question: When I go on the menu to Org -- Documentation

[Orgmode] Re: [ANN] Org-babel integrated into Org-mode

2010-06-28 Thread Bernt Hansen
Rainer M Krug r.m.k...@gmail.com writes: I updated my org-mode directory with the following script: rk...@ecolmod:~/.emacs.d$ cat update_org-mode-git #!/bin/sh cd ./org-mode-git cd org-mode  # git clone git://repo.or.cz/org-mode.git git pull git gc make clean make make doc after

[Orgmode] Re: [ANN] Org-babel integrated into Org-mode

2010-06-28 Thread Rainer M Krug
2010/6/28 Bernt Hansen be...@norang.ca Rainer M Krug r.m.k...@gmail.com writes: I updated my org-mode directory with the following script: rk...@ecolmod:~/.emacs.d$ cat update_org-mode-git #!/bin/sh cd ./org-mode-git cd org-mode # git clone git://repo.or.cz/org-mode.git git

Re: [Orgmode] Re: Behavior of Gnus when called from an hyperlink

2010-06-28 Thread Greg Troxel
Carsten Dominik carsten.domi...@gmail.com writes: On Jun 28, 2010, at 1:36 PM, Leo wrote: On 2010-06-28 11:19 +0100, Tassilo Horn wrote: (setq org-link-frame-setup '((vm . vm-visit-folder) (gnus . org-gnus-no-new-news) (file .

[Orgmode] Bug in latest version?

2010-06-28 Thread Sébastien Vauban
Hello, I just updated my Org (git version). I may have made a mistake somewhere else, but I think there is a bug introduced recently: --8---cut here---start-8--- Debugger entered--Lisp error: (wrong-type-argument listp * Letters) car(* Letters) mapcar(car

Re: [Orgmode] Bug in latest version?

2010-06-28 Thread Giovanni Ridolfi
Sébastien Vauban wxhgmqzgw...@spammotel.com writes: Hello, I just updated my Org (git version). I may have made a mistake somewhere else, but I think there is a bug introduced recently: Debugger entered--Lisp error: (wrong-type-argument listp * Letters) car(* Letters) mapcar(car (*

[Orgmode] Re: Tables and environment with parameters

2010-06-28 Thread Sébastien Vauban
Hi Carsten, Carsten Dominik wrote: On Jun 23, 2010, at 11:30 PM, Sébastien Vauban wrote: I'm filling my taxes now. Of course, using Org for keeping a trace of all computations and reasons of imputing this or that... Though, since one of the last updates -- I guess --, I now have a problem

Re: [Orgmode] Re: Behavior of Gnus when called from an hyperlink

2010-06-28 Thread Nick Dokos
Sébastien Vauban wxhgmqzgw...@spammotel.com wrote: (setq gnus-use-cache nil) I've updated it to `t'. ... Rest stayed as it was. I've read the couple of mails I was linking to. I've restarted Emacs (and Gnus) a couple of times. No change. It still takes around 5 mins to find

[Orgmode] Re: Bug in latest version?

2010-06-28 Thread Sébastien Vauban
Hi Giovanni, Giovanni Ridolfi wrote: Sébastien Vauban wxhgmqzgw...@spammotel.com writes: [...] I think there is a bug introduced recently: Debugger entered--Lisp error: (wrong-type-argument listp * Letters) car(* Letters) mapcar(car (* Letters ** Latin (Agrave \\`{ I think with

[Orgmode] Re: Behavior of Gnus when called from an hyperlink

2010-06-28 Thread Sébastien Vauban
Hi Nick, Nick Dokos wrote: Sébastien Vauban wxhgmqzgw...@spammotel.com wrote: (setq gnus-use-cache nil) I've updated it to `t'. ... Rest stayed as it was. I've read the couple of mails I was linking to. I've restarted Emacs (and Gnus) a couple of times. No change. It still

Re: [Orgmode] Re: [BUG] nested blocks aren't protected on export

2010-06-28 Thread Eric Schulte
Hi Carsten, Carsten Dominik carsten.domi...@gmail.com writes: [...] The above patch looks definitely right to me. In fact, I think the org-if-unprotected should be around the entire content of the while loop - with an additional fix to make sure search is resumed not from the beginning of

Re: [Orgmode] Re: org-mode stopped compiling recently

2010-06-28 Thread Eric Schulte
Carsten Dominik carsten.domi...@gmail.com writes: On Jun 28, 2010, at 8:15 AM, Eric Schulte wrote: Thanks Daniel, I've just applied this fix. -- Eric Hi Eric, alternatively you could have done (require 'org-macs) or (require 'org) In fact, would it not be reasonable to require org in

Re: [Orgmode] Re: [BUG] nested blocks aren't protected on export

2010-06-28 Thread Nicolas Goaziou
Hello, Carsten Dominik writes: The above patch looks definitely right to me. In fact, I think the org-if-unprotected should be around the entire content of the while loop - with an additional fix to make sure search is resumed not from the beginning of location of a match that has not been

Re: [Orgmode] Re: latex export and booktabs tables

2010-06-28 Thread Eric Schulte
Hi Sébastien, Sébastien Vauban wxhgmqzgw...@spammotel.com writes: Hi Eric, Carsten Dominik wrote: On Jun 28, 2010, at 7:09 AM, Eric Schulte wrote: One way to deal with this without adding even more complexity to the core of org-mode could be through the use of Library of Babel functions.

Re: [Orgmode] Re: Behavior of Gnus when called from an hyperlink

2010-06-28 Thread Nick Dokos
Sébastien Vauban wxhgmqzgw...@spammotel.com wrote: I really don't understand the problem. Profile the gnus code as it processes the two requests? The differences should be telling. Could you just give me a hint (function name or so) or a place to look for some info on how to do

Re: [Orgmode] Re: [BUG] nested blocks aren't protected on export

2010-06-28 Thread Eric Schulte
Hi Nicolas, Nicolas Goaziou n.goaz...@gmail.com writes: Hello, Carsten Dominik writes: The above patch looks definitely right to me. In fact, I think the org-if-unprotected should be around the entire content of the while loop - with an additional fix to make sure search is resumed not

[Orgmode] Org-capture - go to last captured note is not consistent

2010-06-28 Thread Bernt Hansen
Hi Carsten, I've switched to org-capture from remember for capturing new items to my refile.org file. I noticed one inconsistency when visiting the last captured note. If you create a capture note with a single heading , | * TODO do something | :CLOCK: | CLOCK: [2010-06-28 Mon

Re: [Orgmode] Re: [ANN] Org-babel integrated into Org-mode

2010-06-28 Thread Eric Schulte
Hi Rainer, I'm happy this was useful Rainer M Krug r.m.k...@gmail.com writes: On Fri, Jun 25, 2010 at 5:37 PM, Eric Schulte schulte.e...@gmail.comwrote: [...] *** Start babel #+begin_src emacs-lisp (org-babel-load-library-of-babel) #+end_src the above becomes #+begin_src

Re: [Orgmode] [ANN] Org-babel integrated into Org-mode

2010-06-28 Thread Eric Schulte
Hi Christopher, Christopher Witte ch...@witte.net.au writes: I'm having trouble getting the new version of babel to work with haskell and R under Ubuntu 10.04 using emacs-snapshot. It works fine for emacs-lisp. I had to change the variable LISPF in the Makefile to: LISPF = org.el

Re: [Orgmode] Re: [BUG] nested blocks aren't protected on export

2010-06-28 Thread Nicolas Goaziou
Eric Schulte writes: I would disagree here. There *is* a case where a protected comment should be retained in the export. For example, if I'm writing a document in which I want to discuss Org-mode markup. It should be possible for me to include verbatim Org-mode code in my document,

[Orgmode] org-babel and emacs init

2010-06-28 Thread Richard Riley
Firstly : Carsten and Eric I emailed you privately as I had no news access - pls ignore. Problem solved. With the latest git pull for org-mode I couldn't start my emacs because my init files are org files untangled using babel. Here is an updated init.el which which uses the new names and pulls

Re: [Orgmode] Org-babel `:hlines yes` no longer working for python

2010-06-28 Thread Christopher Allan Webber
Hm. I've found a bug with this patch: #+begin_src python return [['foo', 'bar', 'baz'], [a, b, None of the above], ['1', 2, 3]] #+end_src #+results: | foo | bar | baz| | a | b | hline of the above | | 1 | 2 | 3 | This also replaces the word None

Re: [Orgmode] org-babel and emacs init

2010-06-28 Thread Eric Schulte
Hi Richard, Happy this is sorted out. A similar startup example is available in the init.el file in my copy of the Emacs Starter Kit [1], which also tangles all configuration from org files. Cheers -- Eric Richard Riley rile...@gmail.com writes: Firstly : Carsten and Eric I emailed you

Re: [Orgmode] Re: [BUG] nested blocks aren't protected on export

2010-06-28 Thread Carsten Dominik
On Jun 28, 2010, at 5:04 PM, Eric Schulte wrote: Hi Carsten, Carsten Dominik carsten.domi...@gmail.com writes: [...] The above patch looks definitely right to me. In fact, I think the org-if-unprotected should be around the entire content of the while loop - with an additional fix to make

Re: [Orgmode] Re: org-mode stopped compiling recently

2010-06-28 Thread Carsten Dominik
On Jun 28, 2010, at 5:06 PM, Eric Schulte wrote: Carsten Dominik carsten.domi...@gmail.com writes: On Jun 28, 2010, at 8:15 AM, Eric Schulte wrote: Thanks Daniel, I've just applied this fix. -- Eric Hi Eric, alternatively you could have done (require 'org-macs) or (require 'org) In

Re: [Orgmode] Org-babel `:hlines yes` no longer working for python

2010-06-28 Thread Eric Schulte
Hi Chris, Thanks for catching this. I've just pushed up a patch which should fix the issue. Best -- Eric Christopher Allan Webber cweb...@dustycloud.org writes: Hm. I've found a bug with this patch: #+begin_src python return [['foo', 'bar', 'baz'], [a, b, None of the above], ['1', 2, 3]]

[Orgmode] Re: Behavior of Gnus when called from an hyperlink

2010-06-28 Thread Tassilo Horn
Sébastien Vauban wxhgmqzgw...@spammotel.com writes: Hi Sébastien, that is takes so long for one group but the other group on the same server is fast is really strange, and currently I don't understand what might cause that... :-( Profile the gnus code as it processes the two requests? The

Re: [Orgmode] Re: org-mode stopped compiling recently

2010-06-28 Thread Eric Schulte
Carsten Dominik carsten.domi...@gmail.com writes: [...] Ah, I see. there are these solutions 1. require only org-macs, not org went with this approach. Thanks -- Eric ___ Emacs-orgmode mailing list Please use `Reply All' to send replies to the

Re: [Orgmode] Re: [BUG] nested blocks aren't protected on export

2010-06-28 Thread Eric Schulte
Carsten Dominik carsten.domi...@gmail.com writes: [...] For now I don't see anything wrong with this. The fastest way to find out is to put it into master and watch the list :-) Please go ahead and do that. Great, I'll go ahead and try this. Thanks -- Eric

[Orgmode] *.bak files in trunk?

2010-06-28 Thread Daniel Mahler
Is this normal? mahler:~/ELISP/org-mode-git$ git status # On branch master nothing to commit (working directory clean) mahler:~/ELISP/org-mode-git$ find . -name *.bak ./lisp/ChangeLog.bak ./lisp/babel/langs/ob-C.el.bak ./lisp/babel/langs/ob-emacs-lisp.el.bak ./lisp/babel/langs/ob-sh.el.bak

Re: [Orgmode] Org-babel `:hlines yes` no longer working for python

2010-06-28 Thread Christopher Allan Webber
Works perfect now... Thanks! :D Eric Schulte schulte.e...@gmail.com writes: Hi Chris, Thanks for catching this. I've just pushed up a patch which should fix the issue. Best -- Eric Christopher Allan Webber cweb...@dustycloud.org writes: Hm. I've found a bug with this patch:

Re: [Orgmode] Re: [BUG] nested blocks aren't protected on export

2010-06-28 Thread Eric Schulte
Carsten Dominik carsten.domi...@gmail.com writes: [...] For now I don't see anything wrong with this. The fastest way to find out is to put it into master and watch the list :-) Please go ahead and do that. I think this patch may have uncovered a bug in the export preprocessing which was

[Orgmode] [PATCH] Add customization for WL in `org-link-frame-setup'

2010-06-28 Thread David Maus
Didn't even know about this customization variable and used a hack of org-wl to actually open links in an other frame. So here is a patch that adds a customization option for WL links to `org-link-frame-setup'. Best, -- David David Maus (1): Add customization option to open WL links in

Re: [Orgmode] Re: *.bak files in trunk?

2010-06-28 Thread Carsten Dominik
On Jun 29, 2010, at 2:45 AM, Bernt Hansen wrote: Daniel Mahler dmah...@gmail.com writes: Is this normal? mahler:~/ELISP/org-mode-git$ git status # On branch master nothing to commit (working directory clean) mahler:~/ELISP/org-mode-git$ find . -name *.bak ./lisp/ChangeLog.bak

Re: [Orgmode] [org-babel] Does org-babel needs some simplification?

2010-06-28 Thread Erik Iverson
Hello! snip Whenever I come back to org-babel, it takes me a huge amount of time to find myself back again in the syntax. Often I spend a day or two heavily reading the website and manual again to figure out how to make it working. There are so many options. tangle files, results, scripting

Re: [Orgmode] Re: [BUG] nested blocks aren't protected on export

2010-06-28 Thread Carsten Dominik
Hi Eric, On Jun 28, 2010, at 9:59 PM, Eric Schulte wrote: Carsten Dominik carsten.domi...@gmail.com writes: [...] For now I don't see anything wrong with this. The fastest way to find out is to put it into master and watch the list :-) Please go ahead and do that. I think this patch may

Re: [Orgmode] [PATCH] Add customization for WL in `org-link-frame-setup'

2010-06-28 Thread Carsten Dominik
Applied, thanks. - Carsten On Jun 28, 2010, at 9:44 PM, David Maus wrote: Didn't even know about this customization variable and used a hack of org-wl to actually open links in an other frame. So here is a patch that adds a customization option for WL links to `org-link-frame-setup'. Best,

[Orgmode] Re: patch for org-mac-link-grabber

2010-06-28 Thread Carsten Dominik
Anthony, this somehow got garbles in the patchworks catcher. Can you please submit the patch again and attach it, so that you email program cannot garble it? Thanks. - Carsten On Jun 24, 2010, at 8:53 PM, Anthony Lander wrote: Hi Carsten, Could you please apply the following patch to

Re: [Orgmode] Re: [BUG] nested blocks aren't protected on export

2010-06-28 Thread Eric Schulte
Carsten Dominik carsten.domi...@gmail.com writes: [...] The reason why this fails seems to be because of the looking-at. When this code was first written, (match-beginning 0) referred to the earlier regexp match, but the looking-at, if it matches, changes the meaning of that form. Could