Re: [Orgmode] org.texi patch for small typo

2010-08-31 Thread Carsten Dominik
Applied, thanks. - Carsten On Aug 30, 2010, at 4:13 PM, Stephen Eglen wrote: diff --git a/doc/org.texi b/doc/org.texi index 2e61ddf..4ce32ce 100644 --- a/doc/org.texi +++ b/doc/org.texi @@ -11176,10 +11176,10 @@ Include the code block in the tangled output to file @samp{filename}. @kindex

[Accepted] [Orgmode] Make the number of printed weeks configureable

2010-08-31 Thread Carsten Dominik
Patch 248 (http://patchwork.newartisans.com/patch/248/) is now Accepted. Maintainer comment: none This relates to the following submission: http://mid.gmane.org/%3C87iq2s9mg5.fsf%40saadawi.sbszh.ch%3E Here is the original message containing the patch: Content-Type: text/plain; charset=utf-8

[Orgmode] Archive to beginning of subtree?

2010-08-31 Thread Tom
Is there a setting like org-reverse-note-order for archiving, so that the archived item goes to the beginning of the subtree instead of the end? org-reverse-note-order doesn't seem to affect it. Shouldn't archiving honor the setting of org-reverse-note-order?

Re: [Orgmode] a bit offtopic, fonts in exported PDF documents - oops

2010-08-31 Thread Carsten Dominik
On Aug 30, 2010, at 5:58 PM, Nick Dokos wrote: Erik Iverson er...@ccbr.umn.edu wrote: That would be my thought, too. However, it appears that cm-super is only suggested by texlive-fonts-extra, so in general will not get installed with that package, unless you ask for suggested packages

[Orgmode] Re: Archive to beginning of subtree?

2010-08-31 Thread Tom
Tom levelhalom at gmail.com writes: Is there a setting like org-reverse-note-order for archiving, so that the archived item goes to the beginning of the subtree instead of the end? org-reverse-note-order doesn't seem to affect it. Shouldn't archiving honor the setting of

Re: [Orgmode] a bit offtopic, fonts in exported PDF documents - oops

2010-08-31 Thread Nick Dokos
Carsten Dominik carsten.domi...@gmail.com wrote: On Aug 30, 2010, at 5:58 PM, Nick Dokos wrote: Erik Iverson er...@ccbr.umn.edu wrote: That would be my thought, too. However, it appears that cm-super is only suggested by texlive-fonts-extra, so in general will not get installed

Re: [Orgmode] [babel] Conditional tangling possible

2010-08-31 Thread Rainer M Krug
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 31/08/10 02:06, Eric Schulte wrote: Hi Rainer, The easiest way to do this should be, --8---cut here---start-8--- ** pulling information from tags :blue:

[Orgmode] svn version number as tag or property?

2010-08-31 Thread Rainer M Krug
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi 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

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

2010-08-31 Thread Aidan Gauland
It is impossible to have closing brackets in a footnote, because they are treated as the closing bracket for the foot note. Example... * A heading This is a broken footnote.[fn:: Some book at [42-24].] This will export to (as ASCII, for example)... org-fn-bug-example

[Orgmode] Re: org-mode + pomodoro

2010-08-31 Thread Frederic Couchet
Sergey == Sergey Konoplev gray...@gmail.com writes: Sergey Hi all, Are there ways to use Pomodoro technique Sergey (http://www.pomodorotechnique.com/) with org-mode? If there Sergey are what are the best practices? Sergey Thank you in advice. Hello, I always start a clock when

[Orgmode] synctex!! ...syncorg?

2010-08-31 Thread Kevin Brubeck Unhammer
Hi, I just discovered synctex, which lets you shift-click a point in a pdf in Okular and find yourself back in the tex-file at the point that corresponds with that point in the pdf =D But now the obvious question is: does there exist a syncorg to transport me back into the org-mode file to the

Re: [Orgmode] synctex!! ...syncorg?

2010-08-31 Thread Rainer M Krug
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 31/08/10 12:10, Kevin Brubeck Unhammer wrote: Hi, I just discovered synctex, which lets you shift-click a point in a pdf in Okular and find yourself back in the tex-file at the point that corresponds with that point in the pdf =D Now on

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

2010-08-31 Thread Giovanni Ridolfi
Aidan Gauland aidal...@no8wireless.co.nz writes: Emacs : GNU Emacs 24.0.50.6 (x86_64-unknown-linux-gnu, GTK+ Version 2.20.1) of 2010-08-29 on dimension8 Package: Org-mode version 7.01trans It is impossible to have closing brackets in a footnote, because they are treated as the closing

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

2010-08-31 Thread Andreas Röhler
Am 31.08.2010 12:43, schrieb Giovanni Ridolfi: Aidan Gaulandaidal...@no8wireless.co.nz writes: Emacs : GNU Emacs 24.0.50.6 (x86_64-unknown-linux-gnu, GTK+ Version 2.20.1) of 2010-08-29 on dimension8 Package: Org-mode version 7.01trans It is impossible to have closing brackets in a

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

2010-08-31 Thread Carsten Dominik
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 raised. For the time being, unfortunately, I do not have a solution

[Orgmode] [babel] configuring LaTeX exports verbatim environment for exported code and results

2010-08-31 Thread Douglas Bates
I have been unable to find in the documentation whether the verbatim environment created by LaTeX exports of source code blocks can be configured. Exporting to LaTeX a section like --8---cut here---start-8--- #+LaTeX_CLASS: beamer #+LaTeX_CLASS_OPTIONS:

[Orgmode] Possible BUG in org-wikinodes.el

2010-08-31 Thread Indraneel Majumdar
Hi, Is this a typo? org-find-exact-headling-in-buffer occurs thrice instead of org-find-exact-headline-in-buffer I couldn't get it to work with headling. headline works fine. I'm new to orgmode, and lisp in general, so I may be wrong. Please let me know if I screwed up something (please cc, I'm

[Orgmode] Re: [babel] configuring LaTeX exports verbatim environment for exported code and results

2010-08-31 Thread Douglas Bates
On Tue, Aug 31, 2010 at 8:08 AM, Douglas Bates ba...@stat.wisc.edu wrote: I have been unable to find in the documentation whether the verbatim environment created by LaTeX exports of source code blocks can be configured. Exporting to LaTeX a section like --8---cut

Re: [Orgmode] Possible BUG in org-wikinodes.el

2010-08-31 Thread Carsten Dominik
Hi, the name is supposed to be headline, and this bug has been fixed already. - Carsten On Aug 30, 2010, at 11:56 PM, Indraneel Majumdar wrote: Hi, Is this a typo? org-find-exact-headling-in-buffer occurs thrice instead of org-find-exact-headline-in-buffer I couldn't get it to work with

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

2010-08-31 Thread Christian Moe
This is a two-part problem. 1. Right square bracket in inline footnote prematurely terminates the footnote. IMO this is not a bug, it's an inherent and quite reasonable limitation on the inline footnote format, and is easily solved by falling back on the block footnote syntax.

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

2010-08-31 Thread Giovanni Ridolfi
Carsten Dominik carsten.domi...@gmail.com writes: 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 raised. For the time being,

[Orgmode] org-capture and firefox/org-protocol

2010-08-31 Thread Richard Riley
My firefox key to call org-capture now causes my emacs server to produce: , | Greedy org-protocol handler. Killing client. | No server buffers remain to edit ` It works fine from a bookmark link button. I have no custom handlers (org-protocol-protocol-alist is nil). I checked the code

Re: [Orgmode] synctex!! ...syncorg?

2010-08-31 Thread Kevin Brubeck Unhammer
2010/8/31 Rainer M Krug r.m.k...@gmail.com: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 31/08/10 12:10, Kevin Brubeck Unhammer wrote: Hi, I just discovered synctex, which lets you shift-click a point in a pdf in Okular and find yourself back in the tex-file at the point that

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

2010-08-31 Thread Rainer M Krug
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 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 whole subtree below? Thanks, Rainer * Simulation model HakSim ** Tool Functions ***

Re: [Orgmode] Re: [babel] configuring LaTeX exports verbatim environment for exported code and results

2010-08-31 Thread Eric Schulte
Hi Douglas, Douglas Bates ba...@stat.wisc.edu writes: On Tue, Aug 31, 2010 at 8:08 AM, Douglas Bates ba...@stat.wisc.edu wrote: I have been unable to find in the documentation whether the verbatim environment created by LaTeX exports of source code blocks can be configured. It is possible

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

2010-08-31 Thread Scot Becker
Giovanni, Thanks for that. I have the same problem, since I put citations in my footnotes in the format \cite[50]{Ridolfi_2011_Autobiography}. This is great. It's also a nice model for a few other petty troubles I want to postprocess away. Scot On Tue, Aug 31, 2010 at 3:13 PM, Giovanni

Re: [Orgmode] [BUG] some nasty bugs with PROPERTIES drawers

2010-08-31 Thread David Maus
Paul Sexton wrote: There seems to be a fairly nasty bug caused by :PROPERTIES: drawers still being recognised by org when they appear inside BEGIN_EXAMPLE or BEGIN_SRC blocks. I encountered this behaviour while writing docs for org-drill. The doc file, README.org, contains quoted examples of org

Re: [Orgmode] [babel] Conditional tangling possible

2010-08-31 Thread Eric Schulte
Hi Rainer, Rainer M Krug r.m.k...@gmail.com writes: On 31/08/10 02:06, Eric Schulte wrote: Hi Rainer, The easiest way to do this should be, --8---cut here---start-8--- ** pulling information from tags :blue:

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

2010-08-31 Thread Eric Schulte
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 the whole subtree below? Thanks, Rainer It looks like you have bad properties

[Orgmode] Org-protocol / Chrome on Linux

2010-08-31 Thread Mattias Jämting
Hello, Have someone managed to get org-protocol ( http://orgmode.org/worg/org-contrib/org-protocol.php) working in chrome on linux (i use ubuntu) ? (I have tried; it works in firefox, but not in chrome - which is my preferred browser nowadays.) Please let my know if it works for you, or if you

[Orgmode] cannot enable org-habit

2010-08-31 Thread Joseph Buchignani
Hi Org-mode, I've read all the mailing lists and manuals and still can't get my org-habit module working. I presume there ought to be some sort of entry in my agenda, or the k key should do something. I get nothing. Here is my setup: - org-mode 7.01h - emacs file included below. The

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

2010-08-31 Thread Achim Gratz
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 your vc setup works correctly, then (vc-working-revision FILE) will deliver just this

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

2010-08-31 Thread Erik Iverson
Hello! I have pasted an org-mode file with my question, it's easies to explain by copying the below file and exporting it to HTML. Thanks, --Erik * Silent code block evaluation on export. The goal is to /run/ a code block on

[Orgmode] Re: [BUG] some nasty bugs with PROPERTIES drawers

2010-08-31 Thread Paul Sexton
David Maus dmaus at ictsoc.de writes: I cannot reproduce this wiht Org-mode version 7.01trans (pulled yesterday) on GNU Emacs 23.2.1 (i486-pc-linux-gnu, GTK+ Version 2.20.0) of 2010-08-14 on raven, modified by Debian There is a documentation file, README.org, that accompanies org-drill. It can

[Orgmode] Re: [BUG] some nasty bugs with PROPERTIES drawers

2010-08-31 Thread Paul Sexton
Erik Iverson eriki at ccbr.umn.edu writes: See the :exports argument, the default is code only. http://orgmode.org/org.html#exports That was my initial assumption, which is why I had BEGIN_SRC blocks in the file. But then I found that it crashed during export with these blocks, and stopped

[Orgmode] Not enough arguments for format string

2010-08-31 Thread Sébastien Vauban
Hello, 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: --8---cut here---start-8--- Debugger entered--Lisp error: (error Not enough arguments

Re: [Orgmode] org-capture and firefox/org-protocol

2010-08-31 Thread Sebastian Rose
Richard Riley rile...@gmail.com writes: My firefox key to call org-capture now causes my emacs server to produce: , | Greedy org-protocol handler. Killing client. | No server buffers remain to edit ` This is in your *Messages* buffer, isn't it? It doesn't cause any trouble, does

Re: [Orgmode] Org-protocol / Chrome on Linux

2010-08-31 Thread Sebastian Rose
Mattias Jämting matt...@jwd.se writes: Hello, Have someone managed to get org-protocol ( http://orgmode.org/worg/org-contrib/org-protocol.php) working in chrome on linux (i use ubuntu) ? (I have tried; it works in firefox, but not in chrome - which is my preferred browser nowadays.)

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

2010-08-31 Thread Sebastian Rose
Hi Carsten, this little patch fixes an issue Richard brought up. We always used the w template as the default for `org-remember' and also used it for `org-capture' for historical reasons. Unfortunately, this breaks, if the user has no w template defined. The patch below simply set's the

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

2010-08-31 Thread Aidan Gauland
Thanks! That works fine. I suppose I should point out that I only used = an ASCII export for the example situation, but I ran into this problem expor= ting to HTML. --Aidan Gauland signature.asc Description: OpenPGP digital signature ___

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

2010-08-31 Thread Aidan Gauland
Alan L Tyree wrote: Disable footnotes like [2010], but keep footnotes like [fn:2010] The reason is that I write legal texts that have references to case law that look like: Marreco v Richardson [1908] 2 KB 584. The dates in square brackets are an essential part of the reference. Perhaps it

Re: [Orgmode] HTML Export Problem

2010-08-31 Thread Scott Randby
On 08/30/2010 10:10 PM, Nick Dokos wrote: Scott Randby sran...@gmail.com wrote: Whenever I export to HTML, I get the following: HTML generated by org-mode TAG=7.01g in emacs 23 I would like to get rid of the TAG= (which wasn't present in earlier org-mode versions) without having to edit

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

2010-08-31 Thread Richard Riley
I dont know if its related but something has broken the use of , | org-default-notes-file is a variable defined in `org.el'. | Its value is refile.org | | Documentation: | Default target for storing notes. | Used as a fall back file for org-remember.el and org-capture.el, for | templates

Re: [Orgmode] Not enough arguments for format string

2010-08-31 Thread David Maus
Sébastien Vauban wrote: Hello, 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. Best, -- David -- OpenPGP... 0x99ADB83B5A4478E6 Jabber dmj...@jabber.org

Re: [Orgmode] exec code on task state progression

2010-08-31 Thread David Maus
Richard Riley wrote: What would be the best approach, if at all possible, to having org manage tasks which allow me set dates for a task to be scheduled and then let me manually progress/cycle that task and have it then invoke code/scripts? Maybe something like this: Store the name of the