[Orgmode] Re: [Babel] Need for an extra literal block construct

2010-11-20 Thread Dan Davison
Hi Seb, In addition to the Org example, would you mind supplying a concise, explicit statement of what the putative bug is? With just the Org example on its own, the bug is implicit and I at least feel that I'm having to work hard to get there! Dan p.s. However, your emails did motivate the

[Orgmode] Re: [PATCH] Update clocktable (C-cxr with point within clocktable) doesn't detect, inserts new clocktable at point

2010-11-20 Thread Achim Gratz
-- Jeff Kowalczyk j...@yahoo.com writes: With Org Mode git, when I use C-c C-x C-r inside an existing clocktable, Org inserts a new clocktable at point. The previous behavior was to detect and update the existing clocktable, which I presume is still the intended behavior. I think this

Re: [Orgmode] Re: [PATCH] Update clocktable (C-cxr with point within clocktable) doesn't detect, inserts new clocktable at point

2010-11-20 Thread Carsten Dominik
Thanks for the fix, and also for the flawless commit message! - Carsten On Nov 20, 2010, at 11:55 AM, Achim Gratz wrote: -- Jeff Kowalczyk j...@yahoo.com writes: With Org Mode git, when I use C-c C-x C-r inside an existing clocktable, Org inserts a new clocktable at point. The previous

Re: [Orgmode] Re: Clock report (R from the agenda)

2010-11-20 Thread Carsten Dominik
Hi Erik, please pull and see if the error persists. What is the value of org-agenda-start-with-clockreport-mode ? - Carsten On Nov 19, 2010, at 7:38 PM, Erik Iverson wrote: I don't know what this thread is about, but it seems related. Aapologies if I'm hijacking it, but as of my latest pull

Re: [Orgmode] [PATCH] Change C-' behaviour on #+TBLFM: line

2010-11-20 Thread Carsten Dominik
Hi Torsten, applied with minor changes. Thanks! - Carsten On Nov 19, 2010, at 9:49 AM, Torsten Wagner wrote: Hi, Short description: I recently started to use tables in org-mode. Having the pointer inside the the table and pressing C-c' I can enter the formula buffer. However, placing

[Orgmode] Re: including images for tex export, how?

2010-11-20 Thread Stinky Wizzleteet
Thomas S. Dye t...@tsdye.com writes: Thanks all, the no description bit did the trick. grtz wzzl Aloha wzzl, What did your link look like?  Org-mode will export links with descriptions as links, but links without descriptions wrapped in an includegraphics environment:

[Orgmode] Re: [BABEL] Two minor issues

2010-11-20 Thread Dan Davison
Sébastien Vauban wxhgmqzgwmuf-genee64ty+gs+fvcfc7...@public.gmane.org writes: Hi Dan, Dan Davison wrote: #+begin_src emacs-lisp ;; (message Hello World) #+end_src err, and I haven't had the energy to investigate this one yet! Another minibug, when natively fontifying, is that the line

[Orgmode] Bug: Initial C-c ' invocation just starts haskell-mode normally [7.3]

2010-11-20 Thread Robin Green
Remember to cover the basics, that is, what you expected to happen and what in fact did happen. You don't know how to make a good report? See http://orgmode.org/manual/Feedback.html#Feedback Your bug report will be posted to the Org-mode mailing list.

[Orgmode] In-buffer completion

2010-11-20 Thread Carsten Dominik
Dear all, yesterday I replaced the previous implementation of in-buffer completion (M-TAB of Esc TAB) with a new function making use of John Wiegleys pcomplete.el. In fact, John did most of the Org-related implementation already months ago - I only tied up some loose ends. So if you are

[Orgmode] Re: Bug: Initial C-c ' invocation just starts haskell-mode normally [7.3]

2010-11-20 Thread Robin Green
At Sat, 20 Nov 2010 13:37:36 +, Robin Green wrote: I am experimenting with source code blocks, and I tried to use C-c ' to type in some Haskell code. The first time I tried it, I was asked for a filename, which was puzzling, because I didn't expect that. OK, I now have a clearer idea of

[Orgmode] Stack overflow in regexp matcher

2010-11-20 Thread Michael Brand
Hi all Here is an issue for the quite common work flow of copy pasting some table columns in a whole from a spreadsheet application into Org table. For this situation I suggest to provide a better user information than only the current error message Stack overflow in regexp matcher. Reproduce

Re: [Orgmode] Couple more videos of Org-mode clone in Vim

2010-11-20 Thread Nathan Neff
Really cool -- I like the inline editing of files from the agenda, and how you can click on a tag and do an agenda search. Keep up the good work -- I might e-mail you to ask how you got the inline editing of a file to work. --Nate On Tue, Nov 9, 2010 at 4:07 AM, Herbert Sitz hs...@nwlink.com

Re: [Orgmode] link to a file in a footnote ?

2010-11-20 Thread Carsten Dominik
Hi Sebastien, yes, this is a bug, thank you for your report. Should be fixed now, please pull and verify. Giovanni, thanks for verifying that this really is a bug - this kind of additional information makes things a lot easier for me. - Carsten On Nov 17, 2010, at 5:53 PM, Sébastien

[Orgmode] Re: In-buffer completion

2010-11-20 Thread Dan Davison
Carsten Dominik carsten.domi...@gmail.com writes: Dear all, yesterday I replaced the previous implementation of in-buffer completion (M-TAB of Esc TAB) with a new function making use of John Wiegleys pcomplete.el. In fact, John did most of the Org-related implementation already months ago

Re: [Orgmode] Bastien is going to become the maintainer of Org mode in January

2010-11-20 Thread Michael Brand
Hi Carsten, hi Bastien On Mon, Nov 15, 2010 at 12:51, Carsten Dominik carsten.domi...@gmail.com wrote: after 7 years of responsibility for Org-mode, it is time for me to let go and step down as the maintainer of Org-mode. Carsten, thank you so much for the tremendous dedication and amount of

[Orgmode] Re: Store link in message mode

2010-11-20 Thread Łukasz Stelmach
Tassilo Horn tass...@member.fsf.org writes: Łukasz Stelmach lukasz.stelm...@iem.pw.edu.pl writes: If you think --despite of those issues-- it's worth adding the creation of gnus links while in message mode I could provide a patch. I'm curious how you are able to determine where a message

[Orgmode] Re: In-buffer completion

2010-11-20 Thread Carsten Dominik
On Nov 20, 2010, at 6:50 PM, Dan Davison wrote: Carsten Dominik carsten.domi...@gmail.com writes: Dear all, yesterday I replaced the previous implementation of in-buffer completion (M-TAB of Esc TAB) with a new function making use of John Wiegleys pcomplete.el. In fact, John did most of the

Re: [Orgmode] [PATCH] Change C-' behaviour on #+TBLFM: line

2010-11-20 Thread Michael Brand
Hi Torsten On Fri, Nov 19, 2010 at 09:49, Torsten Wagner torsten.wag...@gmail.com wrote: If even more people believe this is confusing, I would suggest to switch the behaviour. C-c' on a #+TBLFM: line should open up the formular buffer. Yes, thank you for this change, just a few days ago I

Re: [Orgmode] Re: org-indent, org-inlinetask: patches on github

2010-11-20 Thread Eric S Fraga
Sébastien Vauban wxhgmqzgw...@spammotel.com writes: [...] - Regarding LaTeX, my suggestion requires the =todonotes= LaTeX package to be loaded in the header. For that one I'm not sure adding one more package to those already inserted by default is a good idea. Is =todonotes= standard in

[Orgmode] [bug] beamer export envargs for column not working properly

2010-11-20 Thread Eric S Fraga
Hi, I am trying to create a beamer slide which has two columns. The second column should only appear after a while (the 6th uncovering operation). In latex, I would do: : \begin{column}6-{0.4\textwidth} say. In org, I would expect to be able to get this latex code generated by the following:

[Orgmode] Babel ':session ' bug?

2010-11-20 Thread Charles C. Berry
I think :session without passing a string used to start a session, but now it does not. I think this is a bug. Details: Just did git pull and now with this: , | #+BEGIN_SRC R :session :results output | xyz | #+END_SRC | | #+results: | | #+BEGIN_SRC R :session *R* :results output |

Re: [Orgmode] Babel ':session ' bug?

2010-11-20 Thread Nick Dokos
Charles C. Berry cbe...@tajo.ucsd.edu wrote: Correction in line below. CCB On Sat, 20 Nov 2010, Charles C. Berry wrote: I think :session without passing a string used to start a session, but now it does not. I think this is a bug. Details: I ran into this too: see the footnote in