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 e

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 abou

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 writes: Hi Eric,

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 wrote: > 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 config below as an exa

[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' und

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

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

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

[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 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 default value of org

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'

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 creati

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

2010-06-28 Thread Štěpán Němec
Rainer M Krug 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 "Org-mode version 6

[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 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. > > That's be

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 L

[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 wrote: > Rainer M Krug 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

[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 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 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 iswitchb support was los

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

2010-06-28 Thread Bernt Hansen
eric johnson 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 projects (PROJ->P

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

2010-06-28 Thread Bernt Hansen
Carsten Dominik 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 . find-file-other-win

[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 >> 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 tried it with a nntp group and link

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

2010-06-28 Thread Bernt Hansen
Rainer M Krug writes: > On Mon, Jun 28, 2010 at 1:53 PM, Štěpán Němec wrote: > > Rainer M Krug 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

Re: [Orgmode] org-iswitchb documentation

2010-06-28 Thread Stephen Eglen
Carsten Dominik 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 this way the iswitc

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

2010-06-28 Thread Rainer M Krug
2010/6/28 Bernt Hansen > Rainer M Krug writes: > > > On Mon, Jun 28, 2010 at 1:53 PM, Štěpán Němec wrote: > > > > Rainer M Krug writes: > > > > > Just one additional question: When I go on the menu to Org -- > Documentation > > > -- Info Documentation, I still get the info help fr

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

2010-06-28 Thread Bernt Hansen
Rainer M Krug 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 addi

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

2010-06-28 Thread Rainer M Krug
2010/6/28 Bernt Hansen > Rainer M Krug 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

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

2010-06-28 Thread Greg Troxel
Carsten Dominik 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 . find-file-other-wi

[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") mapca

Re: [Orgmode] Bug in latest version?

2010-06-28 Thread Giovanni Ridolfi
Sébastien Vauban 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 ("* Letters" "**

[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

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

2010-06-28 Thread Nick Dokos
Sébastien Vauban 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 the mail in m

[Orgmode] Re: Bug in latest version?

2010-06-28 Thread Sébastien Vauban
Hi Giovanni, Giovanni Ridolfi wrote: > Sébastien Vauban 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 commit

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

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

2010-06-28 Thread Eric Schulte
Hi Carsten, 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 t

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

2010-06-28 Thread Eric Schulte
Carsten Dominik 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 ob.el? > I

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

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

2010-06-28 Thread Eric Schulte
Hi Sébastien, Sébastien Vauban 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. >>> >>> The

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

2010-06-28 Thread Nick Dokos
Sébastien Vauban 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 that? > I 've

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

2010-06-28 Thread Eric Schulte
Hi Nicolas, Nicolas Goaziou 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 >> fro

[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 11:53]--[

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 writes: > On Fri, Jun 25, 2010 at 5:37 PM, Eric Schulte wrote: [...] >> > >> > *** Start babel >> > #+begin_src emacs-lisp >> > (org-babel-load-library-of-babel) >> > #+end_src >> >> the above becomes >> >> #+begin_src emacs-lisp >> (org-ba

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

2010-06-28 Thread Eric Schulte
Hi Christopher, Christopher Witte 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 writes: > Firstly : Carsten and Eric I emailed you privately as I had no

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 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 no

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 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 reason

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 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]] > #+end_src

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

2010-06-28 Thread Tassilo Horn
Sébastien Vauban 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 >> differences should be tell

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

2010-06-28 Thread Eric Schulte
Carsten Dominik 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 list. Emacs-orgmod

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

2010-06-28 Thread Eric Schulte
Carsten Dominik 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 ___ Emacs

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

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" writes: > Hi Chris, > > Thanks for catching this. I've just pushed up a patch which should fix > the issue. > > Best -- Eric > > Christopher Allan Webber writes: > >> Hm. I've found a bug with this patch: >> >> #+begin_src python >> return [['foo

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

2010-06-28 Thread Eric Schulte
Carsten Dominik 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 previously being cover

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

[Orgmode] [PATCH] Add customization option to open WL links in other frame.

2010-06-28 Thread David Maus
* org.el (org-link-frame-setup): Add customization option for Wanderlust. --- lisp/org.el | 12 ++-- 1 files changed, 10 insertions(+), 2 deletions(-) diff --git a/lisp/org.el b/lisp/org.el index 1029fa1..a079179 100644 --- a/lisp/org.el +++ b/lisp/org.el @@ -1387,7 +1387,8 @@ Changin

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

2010-06-28 Thread Erik Butz
Hi Eric, I can only agree with what has already been said, namely that this is a very nice solution which indeed is much more generic and does not require fiddling with the core of the distribution. Thanks for this, this even closes, I think, the older thread or re-opens it to further discussion

[Orgmode] Re: latex export and booktabs tables

2010-06-28 Thread Sébastien Vauban
Hi Eric, "Eric Schulte" wrote: > Sébastien Vauban writes: >> 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. >>

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

2010-06-28 Thread Bernt Hansen
Daniel Mahler 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 > ./lisp/babel/langs/ob-C.el.bak ... > ./lisp/org-capture.el.bak.bak.ba

[Orgmode] Fix: org-mobile-push results in byte-code: Wrong type argument: listp, "TODO"

2010-06-28 Thread Torsten Wagner
Hi all, this problem was described by Xin already some monthes ago. Following the thread, the solution was to remove the customisation of the variable "org-todo-keywords". Today, I faced the exact same problem. Removing seems not the correct solution to me so I searched around in the org-manual. T

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

2010-06-28 Thread Torsten Wagner
Dear All, as a (quite, but happy) org-bable user of the first hour I followed up the development process actively. Nevertheless, some weeks or months pass where I had no need for org-babel (yes, really strange I know). Whenever I come back to org-babel, it takes me a huge amount of time to find m

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 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 ./lisp/babel/langs/ob-C.el.bak

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

2010-06-28 Thread Erik Iverson
Hello! 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 mode,

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 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 t

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

2010-06-28 Thread Carsten Dominik
On Jun 29, 2010, at 5:51 AM, Torsten Wagner wrote: Dear All, as a (quite, but happy) org-bable user of the first hour I followed up the development process actively. Nevertheless, some weeks or months pass where I had no need for org-babel (yes, really strange I know). Whenever I come back to

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 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 you please try if my

Re: [Orgmode] Headline and numbered plain list

2010-06-28 Thread Juri Artamonov
Thank you David, for your reply. The only reason I need this is just I can specify TAG(s) for headline and can't do this for any other record. Therefore, I need to have information about number of items, checked number and get items by TAG. Is there any other way to achieve this? Thank you,