Re: [Orgmode] Re: [Patch] org-protocol default template should be nil

2010-09-01 Thread David Maus
Richard Riley wrote: Now I get a backtrace :- , | Debugger entered--Lisp error: (error Not enough arguments for format string) | format(^\\(\\*+\\)[ ]+\\(?:\\(TODO\\|STARTED\\|WAITING\\|DONE\\|CANCELLED\\|REPORT\\|BUG\\|KNOWNCAUSE\\|FIXED\\))?\\(?:[

[Orgmode] Re: Not enough arguments for format string

2010-09-01 Thread Sébastien Vauban
Hi David, David Maus wrote: Sébastien Vauban wrote: Just came back of holidays, did not have time yet for reading the posts on the ML, but git pull'ed the master branch. When refiling, I now have this error coming up: Fixed in master. I confirm it's fixed. Thanks! Best regards, Seb --

Re: [Orgmode] [babel] Why is this not tangling?

2010-09-01 Thread Rainer M Krug
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 31/08/10 18:20, Eric Schulte wrote: Hi, Rainer M Krug r.m.k...@gmail.com writes: Hi I want to tangle the following code into two files, specified as properties, but no blocks are tangled - why? I thought that the property is valid for

Re: [Orgmode] Re: svn version number as tag or property?

2010-09-01 Thread Rainer M Krug
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 31/08/10 19:50, Achim Gratz wrote: Rainer M Krug r.m.k...@gmail.com writes: I could use a code block with a bash script to extract that information from svn info, but that seems to be awkward for me - there must be an easier way. Provided

Re: [Orgmode] Bug: Impossible to have right bracket in footnotes [7.01trans]

2010-09-01 Thread Scot Becker
Well I use biblatex to produce the chicago citations, used pretty widely in the humanities in N. America, and the LaTeX \cite{} commands under that setup take their optional arguments in square brackets. The most frequent optional argument is a page number for the citation, but I also use them

Re: [Orgmode] Re: How to customize the org-mode's BEGIN_SRC HTML output

2010-09-01 Thread Puneeth
Rafael, This has been Done. Happy Blogging, Puneeth On Sun, Aug 29, 2010 at 11:48 PM, Rafael rvf0...@gmail.com wrote: Now, in case you wanted to have some more feature requests, ;-), here they are: 1. Making an option to disable the inclusion of ':light=true'. 2. Note that Wordpress also

[Orgmode] Re: [MobileOrg] Need beta tester with iPhone OS 3.x

2010-09-01 Thread Giles Chamberlin
Richard Moreland r...@ncogni.to writes: Is anyone still running OS 3.x out there and interested in helping? I need to verify that the new MobileOrg I'm about to release still works on the older system. I'm still on 3.1.3 and happy to help. -- Giles

[Orgmode] Re: [babel] ledger tutorial on Worg

2010-09-01 Thread Sébastien Vauban
Hi Eric, I have just placed on Worg [1] a short tutorial/example for using ledger with babel. Please have a look and comment etc! [1] http://orgmode.org/worg/org-contrib/babel/languages.php#langs Being interested a lot in Ledger integration with Org-Babel as well, I have a quick remark:

[Orgmode] Feature-request documentation request for org-datetree

2010-09-01 Thread Tim O'Callaghan
Hi, I've been poking about trying to understand org-date tree, as It is essentially an undocumented feature at the moment. am i right in my understanding that it is only meant as a refile-target structure? The feature request is to allow the use of ISO week numbers to structure the year rather

[Orgmode] Re: svn version number as tag or property?

2010-09-01 Thread Sébastien Vauban
Hi Rainer, Rainer M Krug wrote: is it possible to automatically insert the svn version number of the org file visited by the org buffer into the text and also to pass it to a code block as a variable? I could use a code block with a bash script to extract that information from svn info, but

[Orgmode] Re: Feature-request documentation request for org-datetree

2010-09-01 Thread Richard Riley
Tim O'Callaghan tim.ocallag...@gmail.com writes: Hi, I've been poking about trying to understand org-date tree, as It is essentially an undocumented feature at the moment. am i right in my understanding that it is only meant as a refile-target structure? The feature request is to allow the

[Orgmode] SOLVED (Sort of): svn version number as tag or property?

2010-09-01 Thread Rainer M Krug
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi I solved the problem by using the following script in org: #+begin_src sh :exports results :results output replace svn info ./spreadSim.org spreadSim.version cat spreadSim.version echo \Value\ spreadSim.version.R gawk -F: '{

[Orgmode] Re: More structure on org-hacks.php

2010-09-01 Thread Memnon Anon
Carsten Dominik carsten.domi...@gmail.com writes: are you going to implement these changes into org-hacks.org? Did my first push a few seconds ago. Didn't want to break anything, but finally realized its VC, so it can be easily reverted anyway; lets see how it will work out... Memnon

Re: [Orgmode] SOLVED (Sort of): svn version number as tag or property?

2010-09-01 Thread suvayu ali
On 1 September 2010 07:15, Rainer M Krug r.m.k...@gmail.com wrote: Therefore I still have my question, if there is an (emacs?) variable / function which gives me the svn revision of the buffer? Doesn't this work? `(vc-working-revision (buffer-file-name))' Cheers, Rainer -- Suvayu Open

[Orgmode] Ledger tutorial

2010-09-01 Thread Thomas S. Dye
Aloha all, The Ledger tutorial has gone missing on the Babel Uses section of Worg. Is this intentional? All the best, Tom ___ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org

[Orgmode] Re: Ledger tutorial

2010-09-01 Thread Memnon Anon
Thomas S. Dye t...@tsdye.com writes: The Ledger tutorial has gone missing on the Babel Uses section of Worg. Is this intentional? * a50c8fd 2010-08-27 moving the ledger tutorial into the languages directory I modified the link to the new location. Memnon

[Orgmode] Re: suggestion: simplify depth stepping of document structure (outline) visibility

2010-09-01 Thread Michael Brand
Hi all This is a follow-up to http://thread.gmane.org/gmane.emacs.orgmode/17581 On 09-10-14 14:24 , I wrote: (global-set-key (kbd C-) 'my-orgstruct-dive) (global-set-key (kbd C-) 'my-orgstruct-dive-out) (defvar my-orgstruct-dive-level 0) Now I did a rewrite for some improvements, mainly to

Re: [Orgmode] how to show all subheadings of current level +1, then all of current level +2 etc.

2010-09-01 Thread Michael Brand
Hi Rainer On Tue, Aug 17, 2010 at 20:32, Michael Brand michael.ch.br...@gmail.com wrote: My implementation shows the same level always for _all_ headings in the file. Showing or hiding more or less levels for only the _current_ heading as I understand you would like, is too hard for me to

[Orgmode] HTML export of org source blocks

2010-09-01 Thread Thomas S. Dye
Aloha all, The following example from the Ledger tutorial http://orgmode.org/worg/org-contrib/babel/languages/ob-doc-ledger.php doesn't export the #+end_src line: #+begin_src org ,#+begin_src ledger :cmdline -s bal :results value ,!include /tmp/account.ledger ,#+end_src #+end_src As you

Re: [Orgmode] Bug: Impossible to have right bracket in footnotes [7.01trans]

2010-09-01 Thread Alan L Tyree
On Tue, 31 Aug 2010 14:09:58 +0200 Carsten Dominik carsten.domi...@gmail.com wrote: Hi Aidan, unfortunately this is difficult to fix in a good way. I do want to go back to footnotes, because I think there are many things that do not yet work satisfactorily. And then I also hope to

[Orgmode] org-edit-src-code : same window?

2010-09-01 Thread Richard Riley
Is there a way to configure emacs/org so that C-c ' which calls org-edit-src-code for me opens the source in the same window rather than splitting the window and continuing to show the then redundant org babel source? cheers r. ___ Emacs-orgmode

Re: [Orgmode] org-edit-src-code : same window?

2010-09-01 Thread Erik Iverson
See the org-src-window-setup variable. I think you want it set to current-window. Richard Riley wrote: Is there a way to configure emacs/org so that C-c ' which calls org-edit-src-code for me opens the source in the same window rather than splitting the window and continuing to show the then

[Orgmode] [PATCH] Re: org-edit-src-code : same window?

2010-09-01 Thread Richard Riley
Erik Iverson er...@ccbr.umn.edu writes: See the org-src-window-setup variable. I think you want it set to current-window. Well spotted. Thanks. Here is a small path to update the docs to mention this :- --8---cut here---start-8--- diff --git

Re: [Orgmode] org-edit-src-code : same window?

2010-09-01 Thread Samuel Wales
Here are my kludges to get almost-optimal pop-up-windows behavior, gathered over years. You want org-src-window-setup. Basically, people who use pop-up-windows set to nil want same window for most things except modes like org agenda and rare completion and menu popups where you need to see the

[Orgmode] Average payment rate with org-mode

2010-09-01 Thread Sergey Dimchenko
Hi! I'd like to assign every TODO item in a file some payment amount value, so after item is DONE I can get my average payment (PAYMENT/TIME). And I'd like clocktable to have additional payment amount and average payment columns. Can you suggest any way to accomplish this?

Re: [Orgmode] org-edit-src-code : same window?

2010-09-01 Thread Samuel Wales
I guess I needed to edit (but not able to at this time) ___ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode

[Orgmode] [Bug] html-export mangels mailto: links

2010-09-01 Thread Achim Gratz
HTML export removes the mailto:; from a link, which will then be interpreted as a local link by the browser. For an example, see the link to this mailing list in ORGWEBPAGE/index.org and the corresponding HTML export on orgmode-org (or just the local file). Achim.

[Orgmode] Re: svn version number as tag or property?

2010-09-01 Thread Achim Gratz
Rainer M Krug r.m.k...@gmail.com writes: Hm - I can't find that command (I assume it is a function)? And if how can I get the file name of the buffer? Yes, an elisp function. You either already know the name of the file and insert it as a string or just use another elisp function to ask EMACS

[Orgmode] Ditaa and babel goofing again?

2010-09-01 Thread John Hendy
Hi, See this post for reference: http://www.mail-archive.com/emacs-orgmode@gnu.org/msg27725.html With that issue, ditaa just wasn't cooperating for some reason. Now everything *appears* to cooperate but I get no output! Completely baffled... Per the mailing list resolution above, I tried the

Re: [Orgmode] Ditaa and babel goofing again?

2010-09-01 Thread Erik Iverson
I see the following in my *Messages* buffer after running. executing Ditaa code block... java -jar /home/fileserv/tacc/eriki/emacs/lisp/org-mode/contrib/scripts/ditaa.jar /tmp/babel-31845pim/ditaa-318455Fo example.png DiTAA version 0.8, Copyright (C) 2004--2009 Efstathios Sideris Running

Re: [Orgmode] Re: [babel] ledger tutorial on Worg

2010-09-01 Thread Eric S Fraga
On Wed, 01 Sep 2010 13:25:35 +0200, Sébastien Vauban wxhgmqzgw...@spammotel.com wrote: Hi Eric, I have just placed on Worg [1] a short tutorial/example for using ledger with babel. Please have a look and comment etc! [1] http://orgmode.org/worg/org-contrib/babel/languages.php#langs

Re: [Orgmode] Ditaa and babel goofing again?

2010-09-01 Thread John Hendy
Okay, fixed it on a whim but clueless as to why this was the issue: 1) (setq org-ditaa-jar-path ~/.elisp/org.git/contrib/scripts/ditaa.jar) 2) (setq org-ditaa-jar-path /home/jwhendy/.elisp/org.git/contrib/scripts/ditaa.jar) #1 *does not* work; #2 does! Should I have known this would be a

[Orgmode] gnash crunch... latex whitespace defaults! + numbering in only some subheadings

2010-09-01 Thread Matt Price
Hi folks, I'm pretty sure I had this answered once already but I can't find the reference! sorry to ask again. I have two issues right now as I try rather deperately to print something reasonable-looking for my course syllabus (the html version is lovely). 1) what is te recommended or

[Orgmode] [BUG - low] capture with region selected in read only erc buffer

2010-09-01 Thread Richard Riley
If I select a region in, in this case, an erc (emacs irc client) buffer in the read only section and then use my global keys to create a new item using the following j template while the text is still selected (j Journal entry (file+datetree journal.org) * %T %?\n %i\n %a) then I get the

Re: [Orgmode] Ditaa and babel goofing again?

2010-09-01 Thread Juan
Had the same problem somewhere in july. I think it was after the following commit: commit 7d2dc48b2aae27a66cc9813797c14dd457c209f4 Author: Gregory J. Grubbs greg...@dynapse.com Date: Sun Jul 18 09:01:24 2010 + Quote path argument in ob-ditaa * lisp/ob-ditaa.el

Re: [Orgmode] Ditaa and babel goofing again?

2010-09-01 Thread Eric Schulte
I've just pushed up a fix to this issue, both ~'s and spaces should work now. -- Eric Juan pech...@computer.org writes: Had the same problem somewhere in july. I think it was after the following commit: commit 7d2dc48b2aae27a66cc9813797c14dd457c209f4 Author: Gregory J. Grubbs

Re: [Orgmode] [babel] silent code block evaluation on export

2010-09-01 Thread Eric Schulte
Hi Erik, I believe that when a session is specified then all code blocks will be evaluated but their results will not be included in the exported output. However you make a good point about the case of :exports results :results silent I would think that in this case it would be useful to

Re: [Orgmode] Re: [babel] ledger tutorial on Worg

2010-09-01 Thread Eric Schulte
Hi, I believe this is a simple problem with your noweb header argument, see below... Eric S Fraga ucec...@ucl.ac.uk writes: On Wed, 01 Sep 2010 13:25:35 +0200, Sébastien Vauban wxhgmqzgw...@spammotel.com wrote: [...] #+srcname: ledger-balance #+begin_src ledger :cmdline bal :noweb the

Re: [Orgmode] Ditaa and babel goofing again?

2010-09-01 Thread John Hendy
Awesome. Thanks! John On Thu, Sep 2, 2010 at 12:09 AM, Eric Schulte schulte.e...@gmail.comwrote: I've just pushed up a fix to this issue, both ~'s and spaces should work now. -- Eric Juan pech...@computer.org writes: Had the same problem somewhere in july. I think it was after the

Re: [Orgmode] [babel] silent code block evaluation on export

2010-09-01 Thread Eric Schulte
Eric Schulte schulte.e...@gmail.com writes: Hi Erik, I believe that when a session is specified then all code blocks will be evaluated but their results will not be included in the exported output. To clarify the above, if a code block has a :session header argument, then it is assumed

Re: [Orgmode] [babel] silent code block evaluation on export

2010-09-01 Thread Erik Iverson
On 09/01/2010 08:37 PM, Eric Schulte wrote: Eric Schulteschulte.e...@gmail.com writes: Hi Erik, I believe that when a session is specified then all code blocks will be evaluated but their results will not be included in the exported output. To clarify the above, if a code block has a

[Orgmode] Re: cannot enable org-habit

2010-09-01 Thread Paul Sexton
Joseph Buchignani joseph.buchignani at gmail.com writes: Yes, here is how it looks: ... Hi Joseph The following item has been working fine for me. However I can't see any glaring differences wrt to your example item. ** TODO Add MCQs SCHEDULED: 2010-09-03 Fri .+1d/4d - State DONE

Re: [Orgmode] [babel] silent code block evaluation on export

2010-09-01 Thread Eric Schulte
Erik Iverson er...@ccbr.umn.edu writes: On 09/01/2010 08:37 PM, Eric Schulte wrote: Eric Schulteschulte.e...@gmail.com writes: Hi Erik, I believe that when a session is specified then all code blocks will be evaluated but their results will not be included in the exported output. To

[Orgmode] Re: [PATCH] Re: org-edit-src-code : same window?

2010-09-01 Thread Dan Davison
Richard Riley rile...@gmail.com writes: Erik Iverson er...@ccbr.umn.edu writes: See the org-src-window-setup variable. I think you want it set to current-window. Well spotted. Thanks. Here is a small path to update the docs to mention this :- Thanks Richard, I've added that. Dan diff