[Orgmode] Re: cannot enable org-habit

2010-09-01 Thread Noorul Islam K M
Paul Sexton writes: > Joseph Buchignani 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

[Orgmode] [PATCH] Re: html-export mangels mailto: links

2010-09-01 Thread Noorul Islam K M
Achim Gratz writes: > 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). > or

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

2010-09-01 Thread Nick Dokos
Matt Price wrote: > 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 re

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

2010-09-01 Thread Dan Davison
Richard Riley writes: > Erik Iverson 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 --git a/lisp/org-src.e

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

2010-09-01 Thread Eric Schulte
Erik Iverson writes: > On 09/01/2010 08:37 PM, Eric Schulte wrote: >> "Eric Schulte" 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

[Orgmode] Re: cannot enable org-habit

2010-09-01 Thread Paul Sexton
Joseph Buchignani 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" from "TOD

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 Schulte" 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

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

2010-09-01 Thread Eric Schulte
"Eric Schulte" 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 that the block shou

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 wrote: > I've just pushed up a fix to this issue, both ~'s and spaces should work > now. -- Eric > > Juan writes: > > > Had the same problem somewhere in july. I think it was after the > > following commit: > > > >> commit 7d2d

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 writes: > On Wed, 01 Sep 2010 13:25:35 +0200, Sébastien Vauban > wrote: [...] >> #+srcname: ledger-balance >> #+begin_src ledger :cmdline "bal" :noweb the header argument line above should be ":

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 guara

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 writes: > Had the same problem somewhere in july. I think it was after the > following commit: > >> commit 7d2dc48b2aae27a66cc9813797c14dd457c209f4 >> Author: Gregory J. Grubbs >> Date: Sun Jul 18 09:01

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 > Date: Sun Jul 18 09:01:24 2010 + > Quote path argument in ob-ditaa > * lisp/ob-ditaa.el (org-babel-execute:ditaa): Quote

[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

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

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 pro

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

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 w

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

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

2010-09-01 Thread Achim Gratz
Rainer M Krug 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 for it. Then in

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

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] 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
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 or

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

2010-09-01 Thread Richard Riley
Erik Iverson 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 a/lisp/org-src.el b/lisp/or

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 r

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

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

2010-09-01 Thread Rafael
Puneeth writes: >> On Sun, Aug 29, 2010 at 11:48 PM, Rafael wrote: >>> 2. Note that Wordpress also includes support for inline math expressions >>> written in LaTeX, like this: $latex E=mc^2$, and displayed expressions, >>> like this: $latex \displaystyle E=mc^2$ >>> (http://rvftestblog.wordpre

[Orgmode] Re: cannot enable org-habit

2010-09-01 Thread Joseph Buchignani
Yes, here is how it looks: ** TODO [#A] eat fat daily SCHEDULED: <2010-09-02 Thu .+1d> :LOGBOOK: - State "CANCELLED" from "TODO" [2010-09-01 Wed 01:33] - State "CANCELLED" from "TODO" [2010-09-01 Wed 01:33] - State "DONE" from "TODO" [2010-09-01 Wed 01:02] :END: :PROPERTI

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 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 > address the issue you r

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

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 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 implement > without help. I

[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

[Orgmode] Re: Ledger tutorial

2010-09-01 Thread Memnon Anon
"Thomas S. Dye" 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] 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 http://lists.gnu.o

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 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 source is the

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

2010-09-01 Thread Memnon Anon
Carsten Dominik 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

[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: Feature-request & documentation request for org-datetree

2010-09-01 Thread Richard Riley
"Tim O'Callaghan" 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 use of ISO week

[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

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

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

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

2010-09-01 Thread Giles Chamberlin
Richard Moreland 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 ___ Ema

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

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 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 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 your vc s

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