Re: [O] Question re. Bernt's agenda setup

2012-11-16 Thread Alan Schmitt
Viktor Rosenfeld writes: > Hi Manish, > > it's Shift-P and you need to bind the function bh/narrow-to-project to > the keycode. See the code blocks in the following two sections: > > http://doc.norang.ca/org-mode.html#SpeedCommands > http://doc.norang.ca/org-mode.html#NarrowToSubtree I managed t

Re: [O] Bug: Generation of pdf when using OPTIONS: H: faulty [7.9.2 (release_7.9.2-588-g8fb2cb @ /home/rkrug/.emacs.d/org-mode/lisp/)]

2012-11-16 Thread Rainer M Krug
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi Can somebody please confirm if this is a bug or caused by my setup? Thanks, Rainer On 15/11/12 15:03, Rainer M Krug wrote: > Hi > > When exporting the tree below (Linear Mixed Effect Models) as pdf, the some > headers are omitted > when OPTION

[O] [PATCH] Change fontification order for links

2012-11-16 Thread Christophe Junke
* lisp/org.el (org-set-font-lock-defaults): let footnote fontifications be done before other links' fontification. This allows links appearing inside footnotes to be both visible and active. TINYCHANGE --- lisp/org.el |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp

Re: [O] Question re. Bernt's agenda setup

2012-11-16 Thread Viktor Rosenfeld
Alan Schmitt wrote: > Viktor Rosenfeld writes: > > > Hi Manish, > > > > it's Shift-P and you need to bind the function bh/narrow-to-project to > > the keycode. See the code blocks in the following two sections: > > > > http://doc.norang.ca/org-mode.html#SpeedCommands > > http://doc.norang.ca/org

[O] sum up variables from different org-mode tables

2012-11-16 Thread Martin Gross
Dear helpers, I have a big file where I enter incomings and outgoings of book exchanges with different institutions: * Institution A | | In | # | € | Out | # | € | |---+-++-+-++-| | | Title P | 1 | 45 | Title A | 1 | 15 | | |

Re: [O] Question re. Bernt's agenda setup

2012-11-16 Thread Manish
>> Hello Bernt and others, >> >> I was picking up tips from Bernt's awesome and famous document at >> http://doc.norang.ca/org-mode.html. In section 7.1, just between >> the two screenshots, I came across following text: >> >> ,[ excerpt from section 7.1 ] >> | After selecting

Re: [O] Issue when jumping from agenda view to clock line

2012-11-16 Thread Francesco Pizzolante
Hi, > Here's a small example. > > #+begin_src org > * My tasks > > ** First task >:LOGBOOK: >CLOCK: [2012-10-22 Mon 13:00]--[2012-10-22 Mon 14:30] => 1:00 >CLOCK: [2012-10-23 Tue 13:00]--[2012-10-23 Tue 14:30] => 1:00 >CLOCK: [2012-10-24 Wed 13:00]--[2012-10-24 Wed 14:30] => 1:0

Re: [O] Question re. Bernt's agenda setup

2012-11-16 Thread Memnon Anon
Manish writes: > a way to > pick out all #+begin_src parts from the .org version? (org-babel-tangle &optional ONLY-THIS-BLOCK TARGET-FILE LANG), bound to `C-c C-v t' by default. Not all emacs-lisp blocks are set to :tangle yes, though. Or use a quick Keyboard macro (info "(emacs)Keyboard Macros

Re: [O] Bug: Generation of pdf when using OPTIONS: H: faulty [7.9.2 (release_7.9.2-588-g8fb2cb @ /home/rkrug/.emacs.d/org-mode/lisp/)]

2012-11-16 Thread Nicolas Goaziou
Hello, Rainer M Krug writes: > Can somebody please confirm if this is a bug or caused by my setup? I'm not sure to understand the problem you seem to encounter. The generated tex file looks fine. What did you expect in the tex file that would be missing? Regards, -- Nicolas Goaziou

Re: [O] Bug: Generation of pdf when using OPTIONS: H: faulty [7.9.2 (release_7.9.2-588-g8fb2cb @ /home/rkrug/.emacs.d/org-mode/lisp/)]

2012-11-16 Thread Rainer M Krug
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 16/11/12 15:27, Nicolas Goaziou wrote: > Hello, > > Rainer M Krug writes: > >> Can somebody please confirm if this is a bug or caused by my setup? > > I'm not sure to understand the problem you seem to encounter. The generated > tex file looks

Re: [O] [PATCH] Separate clocksum format for durations >= 1 day

2012-11-16 Thread Toby Cubitt
On Wed, Nov 14, 2012 at 05:20:14PM +0100, Toby Cubitt wrote: > On Wed, Nov 14, 2012 at 05:09:38PM +0100, Nicolas Goaziou wrote: > > Toby Cubitt writes: > > > > > I can easily allow org-time-clocksum-fractional-format to be a list of > > > formats. But "1d 3.4h" doesn't seem very useful to me. Pro

Re: [O] sum up variables from different org-mode tables

2012-11-16 Thread Michael Brand
Hi Martin On Fri, Nov 16, 2012 at 12:33 PM, Martin Gross wrote: > Now I would like to get some statistics that consider all institutions > together. For example summing up the "variable" TAE from all the > tables in the file to get the very total cost of outgoings. Below are two approaches to a

[O] subtree-export limitations

2012-11-16 Thread Philipp Kroos
Hi, currently the support for subtree export is somewhat limited due to the fact that individual EXPORT_* options are allowed only once. I.e., in the following the second latex-header-property will be ignored: * Some subtree :PROPERTIES: :LATEX_CLASS: scrartcl :EXPORT_OPTIONS: toc:nil :E

Re: [O] subtree-export limitations

2012-11-16 Thread Alan Schmitt
Philipp Kroos writes: > currently the support for subtree export is somewhat limited due to the > fact that individual EXPORT_* options are allowed only once. > I.e., in the following the second latex-header-property will be ignored: > > * Some subtree > :PROPERTIES: > :LATEX_CLASS: scrartcl

Re: [O] Literate programming of interactive proofs?

2012-11-16 Thread Eric Schulte
Alan Schmitt writes: > Hello, > > I want to use org-mode to write a paper about a development in Coq. Coq > is an interactive proof system, which can be run (among other ways) > interactively through emacs. The interactive part is very important, as > doing or maintaining proofs often requires ex

Re: [O] Bug? R: Org babel block execution *drastically* slower than in ESS session directly

2012-11-16 Thread Eric Schulte
Andreas Leha writes: > t...@tsdye.com (Thomas S. Dye) writes: > >> Aloha Aaron, >> >> Welcome to Org-mode. >> >> Aaron Ecay writes: >> >>> 2012ko azaroak 13an, John Hendy-ek idatzi zuen: >>> >>> [...] Crazy. I really wondered if it had something to do with trying to spit out the result

Re: [O] subtree-export limitations

2012-11-16 Thread Suvayu Ali
On Fri, Nov 16, 2012 at 04:45:35PM +0100, Philipp Kroos wrote: > > So would be any other EXPORT_OPTIONS-line. The responsible function is > org-export--get-subtree-options, which builds a list of already seen > keywords. The lists members are then ignored if seen again. > Is there any particular r

Re: [O] [PATCH] Change fontification order for links

2012-11-16 Thread Nicolas Goaziou
Hello, Christophe Junke writes: > * lisp/org.el (org-set-font-lock-defaults): let footnote fontifications > be done before other links' fontification. This allows links appearing > inside footnotes to be both visible and active. > > TINYCHANGE > --- > lisp/org.el |2 +- > 1 file changed

Re: [O] Bug: Generation of pdf when using OPTIONS: H: faulty [7.9.2 (release_7.9.2-588-g8fb2cb @ /home/rkrug/.emacs.d/org-mode/lisp/)]

2012-11-16 Thread Nicolas Goaziou
Rainer M Krug writes: > in the pdf: > > Fit a linear model as a baseline > is missing > > > random intercept and slope > is behind "... random effects" > > The tex file looks fine, but the pdf is missing these. > > I just tried it again with manually running the file against pdflatex and it

Re: [O] Bug? R: Org babel block execution *drastically* slower than in ESS session directly

2012-11-16 Thread Andreas Leha
Hi Eric, Eric Schulte writes: > Andreas Leha writes: > >> t...@tsdye.com (Thomas S. Dye) writes: >> >>> Aloha Aaron, >>> >>> Welcome to Org-mode. >>> >>> Aaron Ecay writes: >>> 2012ko azaroak 13an, John Hendy-ek idatzi zuen: [...] > Crazy. I really wondered if it had somethi

Re: [O] source code disappears

2012-11-16 Thread Neil Best
When I switch to the ELPA version ( "Org-mode version 7.9.2 (7.9.2-82-g2aeb28-elpa @ . . . )") this misbehavior is corrected. HTH.

Re: [O] Bug? R: Org babel block execution *drastically* slower than in ESS session directly

2012-11-16 Thread John Hendy
On Fri, Nov 16, 2012 at 11:47 AM, Andreas Leha < andreas.l...@med.uni-goettingen.de> wrote: > Hi Eric, > > Eric Schulte writes: > > > Andreas Leha writes: > > > >> t...@tsdye.com (Thomas S. Dye) writes: > >> > >>> Aloha Aaron, > >>> > >>> Welcome to Org-mode. > >>> > >>> Aaron Ecay writes: > >>

Re: [O] change the latex header per subtree

2012-11-16 Thread Achim Gratz
Nicolas Goaziou writes: >> I don't get what you are telling me here, sorry. > > You can have "\input{my-special-headers-A.tex}" somewhere in your class, > where "my-special-headers-A.tex" file contains some package collection. Actually I'd write my own style file and give it appropriate arguments

Re: [O] Bug: Generation of pdf when using OPTIONS: H: faulty [7.9.2 (release_7.9.2-588-g8fb2cb @ /home/rkrug/.emacs.d/org-mode/lisp/)]

2012-11-16 Thread Achim Gratz
Nicolas Goaziou writes: > What happens if you remove src-blocks? It could be a bug with > lstlistings environments. I'm not familiar with lstlistings in particular, but like all verbatim environments it is prone to breakage. In this particular case it seems that a \paragraph can't start with a ls

Re: [O] Bug? R: Org babel block execution *drastically* slower than in ESS session directly

2012-11-16 Thread Achim Gratz
Andreas Leha writes: > I would suggest simply "none" for the new "really-silent". Yes please, especially since I tried ":results none" two days ago to achieve that effect and wondered why it wouldn't work. :-) Regards, Achim. -- +<[Q+ Matrix-12 WAVE#46+305 Neuron microQkb Andromeda XTk Blofeld

[O] org-todo does not take into account quasi-todo-keywords

2012-11-16 Thread Samuel Wales
*** COMMENT MAYBE COMMENT MAYBE COMMENT hi If you change the todo keyword on a commented item, it puts in front. If you comment an item, it puts in front. -- The Kafka Pandemic: http://thekafkapandemic.blogspot.com The disease DOES progress. MANY people have died from it. ANYBODY can get it.