[O] 403 Forbidden link from FAQ

2012-04-12 Thread Elias Assarsson
Hi I do not know if this is the appropriate place to report this but at http://orgmode.org/worg/org-faq.html#unicorn there is a link to http://orgmode.org/img/ which is 403 Forbidden.

Re: [O] var expansion on tangling only once per file

2012-04-12 Thread Rainer M Krug
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 11/04/12 16:15, Eric Schulte wrote: > This is not currently possible, and any conceivable implementation would be > necessarily complex > requiring a good deal of cross-buffer coordination. Ok - then I know why I haven't realised this before: I mo

[O] feature request: re-compute cache without evaluation

2012-04-12 Thread Henning Redestig
Hi, I write many source blocks that take a fairly long time to execute (several minutes). Sometimes I find myself wanting to do cosmetic changes to the code, that I know (for sure) do not change the output, after the first evaluation. Unfortunately, after having made these changes the cache obviou

Re: [O] 403 Forbidden link from FAQ

2012-04-12 Thread Yagnesh Raghava Yakkala
Hello Elias, Elias Assarsson writes: > Hi > > I do not know if this is the appropriate place to report this but at > http://orgmode.org/worg/org-faq.html#unicorn there is a link to > http://orgmode.org/img/ which is 403 Forbidden. I think directory listing is forbidden on org website.(for secu

Re: [O] several sub-TODOs with shifted date possible with a single custom-command?

2012-04-12 Thread Markus Hetzmannseder
Hi, for the 2nd part I found already a usable solution. Its working by setting a top-level tag with the name of the cow. That gets displayed at the Android-App agenda view as well, just hat to shift the whole task tree to get a new single top-level one for each cow. Markus >>> "Markus Hetzma

Re: [O] table of contents and numbers

2012-04-12 Thread Julian Burgos
Thanks for the answer Nick. So to get a TOC without numbers I would need to edit the TEX file directly, right? On mið 11.apr 2012 19:00, John Hendy wrote: On Wed, Apr 11, 2012 at 12:12 PM, Nick Dokos wrote: Julian Burgos wrote: Dear list, My apologies for another very basic question. I'

Re: [O] [babel] Literate Programming for publication

2012-04-12 Thread Olaf.Hamann
Torsten Wagner writes: How can I manage to use different code blocks (latex and python) but still be able to inject results from python into the latex code blocks? noweb and vars looked good but it did not work for me. Hi Torsten, chapter 14.8.2.1 of the Org Mode Manual shows in detail how on

Re: [O] [babel] would like to to do simple text block expansion with parameters or multiline macro replacement text

2012-04-12 Thread Olaf.Hamann
Am 07.04.2012 19:22, schrieb Olaf.Hamann: Hello all, Is there an easy way to do a simple text block expansion with parameters, I mean sth like this: #+begin_src xsl :tangle outputfile :noweb tangle {{{gCV(argument1,param2)}}} #+end_src #+MACRO: gCV replacement text... ...spread over different.

Re: [O] var expansion on tangling only once per file

2012-04-12 Thread Olaf.Hamann
Am 12.04.2012 09:41, schrieb Rainer M Krug: On 11/04/12 16:15, Eric Schulte wrote: Would it be possible to simply only declare the variable in a header argument applying to the first code block? Using a session would keep that variables state through all subsequent code blocks. Would work

Re: [O] org-mime-htmlize: visual representation (thunderbird)

2012-04-12 Thread Uwe Brauer
>> On Wed, 11 Apr 2012 09:38:46 -0400, Eric Schulte >> wrote: > Hi Uwe, > Uwe Brauer writes: >> > OK, for my own edification I had changed the message body from > (I'm hoping these are sufficiently quoted to survive mailing) > ,[original] > | > | > | text a

[O] icalendar export skips todos with a scheduled time-range

2012-04-12 Thread Sébastien Delafond
Hello, >From Debian bug #668496[0]: If I have an org-file containing a todo with a scheduled date range, like this: ,[ foo.org ] *** TODO Weekend with the lads SCHEDULED: <2012-05-04 Fr>--<2012-05-08 Di> ` and try to export it via org-export-icalendar-this-file, th

Re: [O] idea, in-line preview link

2012-04-12 Thread peter . frings
Good day all, On 05 Apr 2012, at 13:55, Christian Moe wrote: > One of my first Lisp projects was a link type that behaves a bit like what > you describe. > > I don't bother with placing the snippet inline, though, I just flash it as a > message in the minibuffer. But I also leave it on the kil

[O] change single occurrence of repeating event

2012-04-12 Thread Andreas Leha
Hi all, this is a basic (I think) question about repeating events. I am looking for an equivalent to other calendar's "change this specific occurrence" option. Here is an example. Assume, I have a repeating event, like a commute: #+begin_src org *** Train From Office <2012-01-02 Mo 15:49-17:0

Re: [O] org-yank improvement?

2012-04-12 Thread Thorsten
Bastien writes: Hi Bastien, > Thorsten writes: > >> Memnon Anon writes: >> >>> pin...@iro.umontreal.ca (François Pinard) writes: >> However, by mistake, it happens that the cursor is on the only visible bullet star of the next heading instead of really being at the start of the

Re: [O] org-yank improvement?

2012-04-12 Thread Thorsten
Bastien writes: > Bernt Hansen writes: > >> Carsten Dominik writes: >> >>> On 11.4.2012, at 08:38, Bastien wrote: >>> I must confess I'm not a user of org-indent. I have been testing it a few times and always had the feeling it goes against Org's "What You See is What You H

Re: [O] feature request: re-compute cache without evaluation

2012-04-12 Thread Eric Schulte
Henning Redestig writes: > Hi, > > I write many source blocks that take a fairly long time to execute > (several minutes). Sometimes I find myself wanting to do cosmetic > changes to the code, that I know (for sure) do not change the output, > after the first evaluation. Unfortunately, after havi

Re: [O] org-mime-htmlize: visual representation (thunderbird)

2012-04-12 Thread Eric Schulte
Uwe Brauer writes: >>> On Wed, 11 Apr 2012 09:38:46 -0400, Eric Schulte >>> wrote: > >> Hi Uwe, >> Uwe Brauer writes: >>> > >> OK, for my own edification I had changed the message body from >> (I'm hoping these are sufficiently quoted to survive mailing) > >> ,[ori

Re: [O] multiple date_tree values possible in a single file

2012-04-12 Thread Stuart McLean
Hi, Nick I have expressed myself poorly. It is not so much what I can not get to work. It is more "is such-and-such possible". I would like to have two headings in one file, and to be able to use `org-capture' to file notes under each of them in a date-tree. I know you can file notes under an indi

Re: [O] table of contents and numbers

2012-04-12 Thread Nick Dokos
Julian Burgos wrote: > Thanks for the answer Nick. So to get a TOC without numbers I would > need to edit the TEX file directly, right? > You could do that, but you could also use John's idea below to add \addcontentsline after each heading in the org file. Nick > On mið 11.apr 2012 19:00, J

Re: [O] org-yank improvement?

2012-04-12 Thread Nicolas Goaziou
Hello, Thorsten writes: > I just posted a proposal how to activate org-indent conditional on the > sessions display-type, since the irritating behaviour I had only happens > in a console session, so I guess some overlays involved are only visible > in X11. There are no overlays involved in Org

Re: [O] feature request: re-compute cache without evaluation

2012-04-12 Thread Henning Redestig
ah, this was easy, thanks! 2012/4/12 Eric Schulte : > Henning Redestig writes: > >> Hi, >> >> I write many source blocks that take a fairly long time to execute >> (several minutes). Sometimes I find myself wanting to do cosmetic >> changes to the code, that I know (for sure) do not change the ou

Re: [O] multiple date_tree values possible in a single file

2012-04-12 Thread Nick Dokos
Stuart McLean wrote: > Hi, Nick > > I have expressed myself poorly. It is not so much what I can not get to > work. It is more "is such-and-such possible". I would like to have two > headings > in one file, and to be able to use `org-capture' to file notes under > each of them > in a date-tree.

Re: [O] bug with org-mode-hook and text-scale-set

2012-04-12 Thread Matt Lundin
Bastien writes: > Du Yanning writes: > >> text-mode-hook and c-mode-hook do NOT have this bug. >> and the org-mode-hook of orgmode shipped within emacs 23.3 does NOT >> have this bug. > > This is now fixed, thanks. > > The problem was that Org relied on `face-remapping-alist' to > remap the 'de

[O] Killed Org files referred from the agenda?

2012-04-12 Thread François Pinard
Hi, Org people! Now that many Org files are part of my agenda list, it became more likely that I inadvertently kill one of them. Then, commands like "t" or "RET" in the agenda fail. --8<---cut here---start->8--- Debugger entered--Lisp error: (wrong-type-argume

Re: [O] Strange extra-space when using yasnippet for Org-mode heading

2012-04-12 Thread Jason Dunsmore
On Tue, Apr 10 2012, Karl Voit wrote: > When I invoke the snippet using »test« followed by the TAB key, > yasnippet correctly inserts the template. But after pressing the > first key afterwards, I get an extra space character. > > So with »test« followed by TAB, »foo«, TAB, »bar«, I get this: > >

Re: [O] Running "org-babel-tangle" and/or "org-export-as-pdf" in Emacs batch mode

2012-04-12 Thread Bernd Weiss
On 11.04.2012 16:14, Eric Schulte wrote: [...] > Hi Bernd, > > I can't recreate this hanging issue locally (I don't have access to a > windows box). This sounds like an ESS issue to me since ESS seems to be > the hanging process. Perhaps a good first step would be to try to > evaluate "(requir

Re: [O] Killed Org files referred from the agenda?

2012-04-12 Thread Nick Dokos
François Pinard wrote: > Hi, Org people! > > Now that many Org files are part of my agenda list, it became more > likely that I inadvertently kill one of them. Then, commands like "t" > or "RET" in the agenda fail. > > Debugger entered--Lisp error: (wrong-type-argument integer-or-marker-p nil)

Re: [O] Strange extra-space when using yasnippet for Org-mode heading

2012-04-12 Thread Karl Voit
* Jason Dunsmore wrote: > On Tue, Apr 10 2012, Karl Voit wrote: > >> When I invoke the snippet using »test« followed by the TAB key, >> yasnippet correctly inserts the template. But after pressing the >> first key afterwards, I get an extra space character. >> >> So with »test« followed by TAB, »f

[O] [babel] using babel for regression testing

2012-04-12 Thread Ilya Shlyakhter
Is there a babel command to do the following: evaluate all code blocks; for those for which the result is not yet recorded in the org file, record the result; for those for which the result was already recorded, compare the new result with the old result; flag blocks where there is a difference.

Re: [O] change single occurrence of repeating event

2012-04-12 Thread Karl Voit
* Andreas Leha wrote: > Hi all, > > this is a basic (I think) question about repeating events. > > I am looking for an equivalent to other calendar's "change this specific > occurrence" option. Please do read the documentation related to «org-clone-subtree-with-time-shift» where you can «expand»

Re: [O] Killed Org files referred from the agenda?

2012-04-12 Thread François Pinard
Nick Dokos writes: > François Pinard wrote: >> Now that many Org files are part of my agenda list, it became more >> likely that I inadvertently kill one of them. Then, commands like >> "t" or "RET" in the agenda fail. I have to first revisit the Org >> file by some other mean first, for such

[O] conditional TODOs

2012-04-12 Thread Daniel Krenn
I have the following situation: In a Project someone else has to do something and I have to wait until that is finished. If it is finished, then there are several TODOs. How do I that in a clever way? I.e. how to write that future TODOs, so that they do not appear as TODOs now (e.g. in the agenda)

Re: [O] table of contents and numbers

2012-04-12 Thread Jonas Hörsch
On Thu, Apr 12 2012, Julian Burgos wrote: > Thanks for the answer Nick. So to get a TOC without numbers I would > need to edit the TEX file directly, right? > Hi there, another option might be to remove the num:nil org option and instead tell latex not to number any sections by setting secnumd

Re: [O] Killed Org files referred from the agenda?

2012-04-12 Thread Bernt Hansen
pin...@iro.umontreal.ca (François Pinard) writes: > Nick Dokos writes: > >> François Pinard wrote: > >>> Now that many Org files are part of my agenda list, it became more >>> likely that I inadvertently kill one of them. Then, commands like >>> "t" or "RET" in the agenda fail. I have to first

Re: [O] org-yank improvement?

2012-04-12 Thread Thorsten
Nicolas Goaziou writes: Hello, > Thorsten writes: > >> I just posted a proposal how to activate org-indent conditional on the >> sessions display-type, since the irritating behaviour I had only happens >> in a console session, so I guess some overlays involved are only visible >> in X11. > > Th

Re: [O] Ever used org-mode contrib packages?

2012-04-12 Thread Bernt Hansen
Christian Moe writes: > On 4/11/12 10:46 PM, Martyn Jago wrote: >> suvayu ali writes: >> >>> Hi François, >>> >>> On Wed, Apr 11, 2012 at 21:22, François Allisson >>> wrote: I'm curious to know what you are using from org-contrib... > > - org-contacts > - org-collector (for some proj

[O] [beamerposter] How do I suppress frame title?

2012-04-12 Thread Mikhail Titov
Hello! I’m trying to use orgmode with beamerposter LaTeX package [1] to make a poster. I’ve managed to remove toc and override \maketitle . However I can’t seem to find a way to suppress a title from the only high level section "* Poster". I've tried to add ":B_ignoreheading:" via "C-c C-b i" w

Re: [O] bug with org-mode-hook and text-scale-set

2012-04-12 Thread Matt Lundin
Matt Lundin writes: > Bastien writes: > >> Du Yanning writes: >> >>> text-mode-hook and c-mode-hook do NOT have this bug. >>> and the org-mode-hook of orgmode shipped within emacs 23.3 does NOT >>> have this bug. >> >> This is now fixed, thanks. >> >> The problem was that Org relied on `face-re

[O] sectioning depth limit on export

2012-04-12 Thread Pedro Silva
I'm having problems over a document with headings down to a depth of 5 export the levels 4 and 5 as \paragraph and \subparagraph, respectively. My org-export-latex-classes includes the following: ("article" "\\documentclass[11pt]{article}" ("\\section{%s}" . "\\section*{%s}") ("\\subsection{%s}"

Re: [O] Killed Org files referred from the agenda?

2012-04-12 Thread Nick Dokos
François Pinard wrote: > Nick Dokos writes: > > > François Pinard wrote: > > >> Now that many Org files are part of my agenda list, it became more > >> likely that I inadvertently kill one of them. Then, commands like > >> "t" or "RET" in the agenda fail. I have to first revisit the Org > >

Re: [O] sectioning depth limit on export

2012-04-12 Thread Nick Dokos
Pedro Silva wrote: > I'm having problems over a document with headings down to a depth of 5 > export the levels 4 and 5 as \paragraph and \subparagraph, respectively. > > My org-export-latex-classes includes the following: > ("article" "\\documentclass[11pt]{article}" > ("\\section{%s}" . "\\se

Re: [O] Ever used org-mode contrib packages?

2012-04-12 Thread Mike McLean
On Wednesday, April 11, 2012, François Allisson wrote: > Hello, > > I've just updated the index of contributed packages on Worg [1]. Have > a look, it is full of treasures... I use org-collector pretty extensively for meeting workflows. I use concepts similar to Org Mode Tips for Team Management

Re: [O] sectioning depth limit on export

2012-04-12 Thread Pedro Silva
Nick Dokos writes: > Try setting org-export-headline-levels to 6 or use the equivalent in-buffer > setting > > #+OPTIONS: H:6 > Ah, that did it. Thanks for your help! -- Pedro

Re: [O] table of contents and numbers

2012-04-12 Thread Jonas Hörsch
On Thu, Apr 12 2012, Julian Burgos wrote: > Thanks for the answer Nick. So to get a TOC without numbers I would > need to edit the TEX file directly, right? > Hi there, another option might be to remove the num:nil org option and instead tell latex not to number any sections by setting secnumde

Re: [O] conditional TODOs

2012-04-12 Thread Mike McLean
I typically handle this using the ordered property. * Project :PROPERTIES: :ORDERED: t :END: ** VERIFY Task I am waiting on (I have a TODO state named VERIFY in my normal setup) ** TODO Task I need to do first (after waiting) ** TODO Task I need to do second (after waiting and after the

Re: [O] Problem after updating org: C-c a a broken

2012-04-12 Thread Jinli
Sebastien Vauban writes: > > Hi Nick and Markus, > > Nick Dokos wrote: > > Nick Dokos wrote: > >> Markus Heller wrote: > >> > >> > Hm, so ok, restarting emacs actually solved it. > >> > > >> > Kinda weird, because I never had to do this when updating org (I don't > >> > compile the sources,

Re: [O] Agenda filter for a specific file

2012-04-12 Thread Marcelo de Moraes Serpa
Thanks! On Mon, Apr 9, 2012 at 12:10 PM, Bastien wrote: > Hi Marcelo, > > Marcelo de Moraes Serpa writes: > > > I already knew about #1, but #2 seems interesting. How could I > > implement that? > > There are useful examples here: > > > http://orgmode.org/worg/org-tutorials/org-custom-agenda-co

[O] Setting a task's priority based on its subtasks priorities

2012-04-12 Thread Filippo A. Salustri
Hi all, I'm looking for a little coding help. I want to try to a task's priority automatically, based on the priorities of its subtasks. Specifically, I'd like to set the priority of the task to the priority of the highest-priority subtask. And I'd like that task priority to be updated (if necessa

[O] Sticky agenda status?

2012-04-12 Thread Kyle Machulis
Just curious if the sticky agenda branch is going to land as a feature at some point, or if there was some discussion on what's blocking it that I'm missing? There was lots of action last month then silence, and it looks like the branch has bitrotted against the trunk now. Was kinda looking forward

[O] Changing what org-agenda-goto shows

2012-04-12 Thread Filippo A. Salustri
Hi everyone, At the moment, org-agenda-goto shows me the current item plus one subitem. I would prefer it to show all the subitems of the current item; and ideally it would narrow the buffer to just the current item subtree. I've looked at the code and variables that affect org-agenda-goto, and I

Re: [O] Setting a task's priority based on its subtasks priorities

2012-04-12 Thread Nick Dokos
Filippo A. Salustri wrote: > Hi all, > I'm looking for a little coding help. > > I want to try to a task's priority automatically, based on the priorities of > its subtasks. > Specifically, I'd like to set the priority of the task to the priority of the > highest-priority > subtask. > And I'd

Re: [O] Sticky agenda status?

2012-04-12 Thread Bastien
Hi Kyle, Kyle Machulis writes: > Just curious if the sticky agenda branch is going to land as a feature > at some point, or if there was some discussion on what's blocking it > that I'm missing? There was lots of action last month then silence, > and it looks like the branch has bitrotted agains

Re: [O] [OT] Defining System, process, methodology and framework

2012-04-12 Thread Marcelo de Moraes Serpa
Well, looks like my text was kind of stupid and or confusing... Anyway, I started reading "An Introduction To General Systems Thinking" - surprisingly interesting book, and it's helping me answer most of those questions in deeper ways. I needed to do some additional investigation before starting t

Re: [O] conditional TODOs

2012-04-12 Thread Bastien
Mike McLean writes: > I typically handle this using the ordered property. Yes, and for more complex dependencies, there is org-depend.el in the contrib/ directory. -- Bastien

Re: [O] Killed Org files referred from the agenda?

2012-04-12 Thread Bastien
As an exercise, we can have a function checking for markers in the current agenda and double-checking for the existence of the associated buffer. The user could run this function regularily in an agenda buffer if he wants. Anyone? -- Bastien

Re: [O] bug with org-mode-hook and text-scale-set

2012-04-12 Thread Bastien
Matt Lundin writes: > On my machine, this change causes a noticeable lag when typing in > org-mode buffers. The cursor hesitates for a bit and then lurches > forward. If I turn off buffer-face-mode the lag disappears. I'm still > figuring out how to diagnose the problem. Let us know about this.

Re: [O] Ever used org-mode contrib packages?

2012-04-12 Thread Bastien
François Allisson writes: > On my side, I am only discovering the contrib/lisp directory, but have > already tested with profits org-contacts and org-mairix. I'm curious > to know what you are using from org-contrib... I'd be curious too. Can someone organize a poll around this? In the meantim

Re: [O] 403 Forbidden link from FAQ

2012-04-12 Thread Bastien
Yagnesh Raghava Yakkala writes: > I think directory listing is forbidden on org website.(for security > reasons) Directory listing is forbidden be default for all directory but some of them are accessible. Jason just make this dir accessible: http://orgmode.org/img/ HTH, -- Bastien

Re: [O] [beamerposter] How do I suppress frame title?

2012-04-12 Thread Bastien
Hi Mikhail, "Mikhail Titov" writes: > I’m trying to use orgmode with beamerposter LaTeX package [1] to make a > poster. I’ve managed to remove toc and override \maketitle . However I > can’t seem to find a way to suppress a title from the only high level > section "* Poster". I've tried to add "

Re: [O] bug with org-mode-hook and text-scale-set

2012-04-12 Thread Bastien
Hi Matt, Matt Lundin writes: > Another question: is it customary for major modes to invoke > buffer-face-mode? I was a bit confused when I first saw "BufFace" in the > mode-line, as I had not explicitly invoked the minor mode. My > understanding was that this was primarily intended as a minor mo

Re: [O] [beamerposter] How do I suppress frame title?

2012-04-12 Thread Mikhail Titov
On 04/13/2012 12:04 AM, Bastien wrote: >> I’m trying to use orgmode with beamerposter LaTeX package [1] to make a >> poster. I’ve managed to remove toc and override \maketitle . However I >> can’t seem to find a way to suppress a title from the only high level >> section "* Poster". I've tried to a