Re: [O] [beamer] What is the easiest way to inject latex code between block environments?

2012-04-17 Thread Mikhail Titov
On Apr 17, 2012, at 8:23 PM, John Hendy wrote: > On Tue, Apr 17, 2012 at 8:19 PM, John Hendy wrote: >> On Tue, Apr 17, 2012 at 8:08 PM, Mikhail Titov wrote: >>> Hello! >>> >>> I would like to explicitly define heights for columns that contain blocks >>> to be able to use \vfill [1] in-between

Re: [O] Bug in org-diary (Bad sexp)?

2012-04-17 Thread Rafael
Rafael Villarroel writes: > I think there might be a bug related to the recent changes in the agenda > code, since it has just appeared in the last days. The following are > minimal steps: (Ubuntu 11.10, GNU Emacs 23.3.1 (i686-pc-linux-gnu, GTK+ > Version 2.24.5) of 2011-08-14 on rothera, modifie

Re: [O] [beamer] What is the easiest way to inject latex code between block environments?

2012-04-17 Thread John Hendy
On Tue, Apr 17, 2012 at 8:19 PM, John Hendy wrote: > On Tue, Apr 17, 2012 at 8:08 PM, Mikhail Titov wrote: >> Hello! >> >> I would like to explicitly define heights for columns that contain blocks to >> be able to use \vfill [1] in-between blocks. And here comes the problem. I >> kind of need t

Re: [O] [beamer] What is the easiest way to inject latex code between block environments?

2012-04-17 Thread John Hendy
On Tue, Apr 17, 2012 at 8:08 PM, Mikhail Titov wrote: > Hello! > > I would like to explicitly define heights for columns that contain blocks to > be able to use \vfill [1] in-between blocks. And here comes the problem. I > kind of need to inject > > #+latex: \vfill > > before new block > > ** bl

[O] [beamer] What is the easiest way to inject latex code between block environments?

2012-04-17 Thread Mikhail Titov
Hello! I would like to explicitly define heights for columns that contain blocks to be able to use \vfill [1] in-between blocks. And here comes the problem. I kind of need to inject #+latex: \vfill before new block ** block2 but after \end{block} was emitted, not before. Is there an easy way

Re: [O] [PATCH] Allow more control over inserted whitespace in capture templates

2012-04-17 Thread Bernt Hansen
This patch is sitting on the patchwork server. It's not lost. http://patchwork.newartisans.com/project/org-mode/list/ -Bernt Toby Cubitt writes: > Was there any feedback on this patch, or did it get lost in the noise? > > At least for me, org-capture breaks the document heading layout by > in

[O] broken link in online docs

2012-04-17 Thread Brian van den Broek
Hi all, has a link "(see Calc)" that yields a 404. I know patches are preferred, but I don't know to what the link ought to point, so cannot fix the issue myself. Best, Brian vdB

Re: [O] Sticky agenda branch merged

2012-04-17 Thread Bernt Hansen
Rainer Stengele writes: > Am 17.04.2012 12:09, schrieb Rainer Stengele: > Hi Max, > > I found the culprit: > > > (defun bh/mark-parent-tasks-started () > "Visit each parent task and change TODO states to STARTED" > (unless bh/mark-parent-tasks-started > (when (equal state "INARBEIT") >

Re: [O] Sticky agenda branch merged

2012-04-17 Thread Rainer Stengele
Am 17.04.2012 21:35, schrieb Nick Dokos: > Rainer Stengele wrote: > >> Am 17.04.2012 12:09, schrieb Rainer Stengele: >>> Am 16.04.2012 11:47, schrieb Max Mikhanosha: I had just pushed a merge of max-sticky-agenda branch to master, let me know if there are any problems, also feel free to

Re: [O] Bug: Footnotes badly positioned in HTML export [7.8.09 (release_7.8.09.234.g4a35)]

2012-04-17 Thread Shaun Johnson
On 17/04/2012 09:48, Nicolas Goaziou wrote: Hello, Shaun Johnson writes: The attached example org file (t.org) with two footnotes generates the attached HTML file (t.html). As you can see in the attached screenshot (t.png) the footnote placement is odd to say the least. This is a limitation

Re: [O] [babel] using babel for regression testing

2012-04-17 Thread Eric Schulte
Ilya Shlyakhter writes: > 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 bl

Re: [O] Sticky agenda branch merged

2012-04-17 Thread Nick Dokos
Rainer Stengele wrote: > Am 17.04.2012 12:09, schrieb Rainer Stengele: > > Am 16.04.2012 11:47, schrieb Max Mikhanosha: > >> I had just pushed a merge of max-sticky-agenda branch to master, let > >> me know if there are any problems, also feel free to hack/iterate on > >> it, if you have question

Re: [O] [babel] [bug?] create graph in R

2012-04-17 Thread Michael Hannon
On Tuesday, April 17, 2012 at 7:46 AM Sebastien Vauban wrote: >Hi Rainer, > >Rainer M Krug wrote: >> I am irritated - shouldn't the following create a pdf? >> >> #+begin_src R :results file :file sustEconOnlyNonRec.pdf :session R >>   plot(runif(100)) >> #+end_src >> >> I am getting no error messa

Re: [O] Sticky agenda branch merged

2012-04-17 Thread Rainer Stengele
Am 17.04.2012 12:09, schrieb Rainer Stengele: Am 16.04.2012 11:47, schrieb Max Mikhanosha: I had just pushed a merge of max-sticky-agenda branch to master, let me know if there are any problems, also feel free to hack/iterate on it, if you have question as to why something was done, I'll do my b

Re: [O] [babel] eval code only once :eval once

2012-04-17 Thread Thomas S. Dye
"Sebastien Vauban" writes: > Hi Thomas, > > Thomas S. Dye wrote: >> Torsten Wagner >> writes: >>> I started to use lisp (as well as other) code blocks more and more to >>> modify my work environment (emacs) for a particular (buffer-based) >>> task. >>> That is I change some variables, add som

Re: [O] Sticky agenda branch merged

2012-04-17 Thread Rainer Stengele
Am 17.04.2012 17:32, schrieb Max Mikhanosha: Hi Rainer, At Tue, 17 Apr 2012 15:23:00 +0200, Rainer Stengele wrote: Am 17.04.2012 14:29, schrieb Max Mikhanosha: At Tue, 17 Apr 2012 12:09:40 +0200, Rainer Stengele wrote: Am 16.04.2012 11:47, schrieb Max Mikhanosha: I had just pushed a merge o

Re: [O] Frequent crashes of Emacs 24 on Mac OS X 10.7.3 due to org-mode

2012-04-17 Thread Martyn Jago
Ho Marius Marius Hofert writes: > There was another crash this morning, here is the report (as from > Console.app): > > Process: Emacs [6378] > Path:/Applications/Emacs.app/Contents/MacOS/Emacs > Identifier: org.gnu.Emacs > Version: Version 24.0.95 (9.0) > Code

[O] BUG: Agenda clock related "v" for multi-block agendas

2012-04-17 Thread Max Mikhanosha
At Tue, 17 Apr 2012 17:58:27 +0200, Rainer Stengele wrote: > What I just found: > > being in a sticky agenda and trying "v r" I get this error which was not > there before the merge: > org-agenda-check-type: Not allowed in nil-type agenda buffers. > Actually "v c" directly before entering "v r"

Re: [O] Sticky agenda branch merged

2012-04-17 Thread Rainer Stengele
Hi Max, I'll try later. What I just found: being in a sticky agenda and trying "v r" I get this error which was not there before the merge: org-agenda-check-type: Not allowed in nil-type agenda buffers. Actually "v c" directly before entering "v r" gave results! Thanks, Rainer Am 17.04.2012 1

Re: [O] Sticky agenda branch merged

2012-04-17 Thread Max Mikhanosha
Hi Rainer, At Tue, 17 Apr 2012 15:23:00 +0200, Rainer Stengele wrote: > > Am 17.04.2012 14:29, schrieb Max Mikhanosha: > > At Tue, 17 Apr 2012 12:09:40 +0200, > > Rainer Stengele wrote: > >> Am 16.04.2012 11:47, schrieb Max Mikhanosha: > >>> I had just pushed a merge of max-sticky-agenda branch

Re: [O] [babel] [bug?] create graph in R

2012-04-17 Thread Nick Dokos
Nick Dokos wrote: > Sebastien Vauban wrote: > > > Hi Rainer, > > > > Rainer M Krug wrote: > > > I am irritated - shouldn't the following create a pdf? > > > > > > #+begin_src R :results file :file sustEconOnlyNonRec.pdf :session R > > > plot(runif(100)) > > > #+end_src > > > > > > I am getti

[O] More than one column view in a file

2012-04-17 Thread Sebastien Vauban
Hello, I'd like to have a couple of different (column) views in my Org file, for example: - one (public) view with the estimated time only - another one (private, I mean "not exported") with the real clocked time I thought about setting the columns I wish to display in the corresponding sections

Re: [O] [babel] [bug?] create graph in R

2012-04-17 Thread Nick Dokos
Sebastien Vauban wrote: > Hi Rainer, > > Rainer M Krug wrote: > > I am irritated - shouldn't the following create a pdf? > > > > #+begin_src R :results file :file sustEconOnlyNonRec.pdf :session R > > plot(runif(100)) > > #+end_src > > > > I am getting no error messages in the R console, nothi

Re: [O] [babel] [bug?] create graph in R

2012-04-17 Thread Sebastien Vauban
Hi Rainer, Rainer M Krug wrote: > I am irritated - shouldn't the following create a pdf? > > #+begin_src R :results file :file sustEconOnlyNonRec.pdf :session R > plot(runif(100)) > #+end_src > > I am getting no error messages in the R console, nothing in the messages? I'm not using R -- yet! -

[O] [bug?] Computations on efforts expressed in days

2012-04-17 Thread Sebastien Vauban
Hello, I want to compute efforts given in days. As explained by the doc of `org-effort-durations', we must add a =d= modifier to tell Org that given numbers must be multiplied by 480 (in the case of hours) to get the correct number of corresponding minutes. I did that, but (as shown in the follo

[O] [babel] [bug?] create graph in R

2012-04-17 Thread Rainer M Krug
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi I am irritated - shouldn't the following create a pdf? #+begin_src R :results file :file sustEconOnlyNonRec.pdf :session R plot(runif(100)) #+end_src I am getting no error messages in the R console, nothing in the messages? Org-mode version 7.

Re: [O] Yearly repeats on the agenda

2012-04-17 Thread Nick Dokos
Brian van den Broek wrote: > On 17 April 2012 15:11, SW wrote: > > SW gmail.com> writes: > > > >> > > 2) I just added a bunch of holidays / days of observation to my system. > >> Your use case is better accomplished via org-anniversary: > >> > > > >> > > (org-anniversary 2011 01 01) New Year's

Re: [O] Yearly repeats on the agenda

2012-04-17 Thread Brian van den Broek
On 17 April 2012 15:11, SW wrote: > SW gmail.com> writes: > >> > > 2) I just added a bunch of holidays / days of observation to my system. >> Your use case is better accomplished via org-anniversary: >> > > >> > > (org-anniversary 2011 01 01) New Year's Day >> > Emailing before first coffee is a

[O] org-list-demote-modify-bullet and alphabetic/numerical bullets

2012-04-17 Thread Brian van den Broek
Hi all, I have (setq org-alphabetical-lists t) in my .emacs. I am trying to set org-list-demote-modify-bullet to cycle on demoting between bullets of the form -/+ and 1./A. (setq org-list-demote-modify-bullet '(("+" . "-") ("-" . "+") )) accomplishes the -/+ cycling just fine. (setq org-

Re: [O] Sticky agenda branch merged

2012-04-17 Thread Rainer Stengele
Hi Max, see below Am 17.04.2012 14:29, schrieb Max Mikhanosha: > At Tue, 17 Apr 2012 12:09:40 +0200, > Rainer Stengele wrote: >> Am 16.04.2012 11:47, schrieb Max Mikhanosha: >>> I had just pushed a merge of max-sticky-agenda branch to master, let >>> me know if there are any problems, also feel f

[O] Some settings are missing while exporting included org files to the tex file

2012-04-17 Thread Keith
Dear Org-mode users: Recently I am considering using org-mode to write my thesis and would like to separate each chapter into a single file. In order to do so, I created a file gathering all the rest files like this: #+OPTIONS: Tex:t |:t t

Re: [O] Yearly repeats on the agenda

2012-04-17 Thread SW
SW gmail.com> writes: > > > 2) I just added a bunch of holidays / days of observation to my system. > Your use case is better accomplished via org-anniversary: > > > > > > (org-anniversary 2011 01 01) New Year's Day > > Emailing before first coffee is a bad idea. I left out some syntax. See > htt

Re: [O] Yearly repeats on the agenda

2012-04-17 Thread Nick Dokos
SW wrote: > Nick Dokos hp.com> writes: > > > Indeed - I can reproduce that. It happens in org-agenda-get-timestamps, > > in the call to org-agenda-format-item: this function takes a regexp > > argument, remove-re, and removes any matches from the string it > > produces. The regexp is constructe

Re: [O] Yearly repeats on the agenda

2012-04-17 Thread SW
Brian van den Broek gmail.com> writes: > > > > On 17 Apr 2012 09:39, "Brian van den Broek" gmail.com> wrote: > > 2) I just added a bunch of holidays / days of observation to my system. Your use case is better accomplished via org-anniversary: > > > > (org-anniversary 2011 01 01) New Year's Da

Re: [O] Yearly repeats on the agenda

2012-04-17 Thread SW
Nick Dokos hp.com> writes: > Indeed - I can reproduce that. It happens in org-agenda-get-timestamps, > in the call to org-agenda-format-item: this function takes a regexp > argument, remove-re, and removes any matches from the string it > produces. The regexp is constructed from the *current* dat

Re: [O] Sticky agenda branch merged

2012-04-17 Thread Max Mikhanosha
At Tue, 17 Apr 2012 12:09:40 +0200, Rainer Stengele wrote: > > Am 16.04.2012 11:47, schrieb Max Mikhanosha: > > I had just pushed a merge of max-sticky-agenda branch to master, let > > me know if there are any problems, also feel free to hack/iterate on > > I see a strange behaviour when clocking

Re: [O] Yearly repeats on the agenda

2012-04-17 Thread Nick Dokos
SW wrote: > SW gmail.com> writes: > > > This > > > > *** New Year's Day > > <2011-01-01 +1y> > > > > does *not* include the timestamp in the agenda, yes. > > > > However, timestamps are *not* included in the agenda from other entries > > which > > *do* have timestamps in the headline. > >

Re: [O] Yearly repeats on the agenda

2012-04-17 Thread SW
SW gmail.com> writes: > This > > *** New Year's Day > <2011-01-01 +1y> > > does *not* include the timestamp in the agenda, yes. > > However, timestamps are *not* included in the agenda from other entries which > *do* have timestamps in the headline. > > I've tested with repeating timestamps,

Re: [O] Yearly repeats on the agenda

2012-04-17 Thread SW
Brian van den Broek gmail.com> writes: > 1) I believe org works much more happily if you don't include timestamps in headlines. This *** New Year's Day <2011-01-01 +1y> does *not* include the timestamp in the agenda, yes. However, timestamps are *not* included in the agenda from other entries

Re: [O] Frequent crashes of Emacs 24 on Mac OS X 10.7.3 due to org-mode

2012-04-17 Thread Marius Hofert
There was another crash this morning, here is the report (as from Console.app): Process: Emacs [6378] Path:/Applications/Emacs.app/Contents/MacOS/Emacs Identifier: org.gnu.Emacs Version: Version 24.0.95 (9.0) Code Type: X86-64 (Native) Parent Process: launch

Re: [O] Sticky agenda branch merged

2012-04-17 Thread Rainer Stengele
Am 16.04.2012 11:47, schrieb Max Mikhanosha: > I had just pushed a merge of max-sticky-agenda branch to master, let > me know if there are any problems, also feel free to hack/iterate on > it, if you have question as to why something was done, I'll do my best > to answer. > > In particular I just

Re: [O] org-protocol-capture and chrome

2012-04-17 Thread Richard Riley
Richard Riley writes: > Could someone please post a working setup (browser bookmark url and > template) for org-protocol-capture to correctly get triggered from a > Google Chrome bookmark link in order to store the current url. Googling > shows some conflicting views : some with removing calls to

[O] Folding again in the way of autocomplete for headers

2012-04-17 Thread Rainer M Krug
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi I just discovered another autocomplete / folding interaction: when #+begin_src R :r[*] #+end_src pressing tab at [*], the block folds, where as when after the : it works nicely. Is this expected? Thanks, Rainer - -- Rainer M. Krug, PhD (Con

[O] defining a clocktable in a capture template with absolute timespan computed relative to today

2012-04-17 Thread Brian van den Broek
Hi all, I've been experimenting with a new means of using org to plan my day at the outset and, at the end of it, to easily review how close I have come to accomplishing what I planned. For that second component, I want a clocktable covering the day to allow for an easy review of what I have accom

[O] org-protocol-capture and chrome

2012-04-17 Thread Richard Riley
Could someone please post a working setup (browser bookmark url and template) for org-protocol-capture to correctly get triggered from a Google Chrome bookmark link in order to store the current url. Googling shows some conflicting views : some with removing calls to encodeURI and others hacking x

Re: [O] Bug: Footnotes badly positioned in HTML export [7.8.09 (release_7.8.09.234.g4a35)]

2012-04-17 Thread Nicolas Goaziou
Hello, Shaun Johnson writes: > The attached example org file (t.org) with two footnotes generates the > attached HTML file (t.html). As you can see in the attached screenshot > (t.png) the footnote placement is odd to say the least. This is a limitation from HTML exporter: it requires `org-foot

Re: [O] Yearly repeats on the agenda

2012-04-17 Thread Brian van den Broek
On 17 Apr 2012 09:39, "Brian van den Broek" wrote: > 2) I just added a bunch of holidays / days of observation to my system. Your use case is better accomplished via org-anniversary: > > (org-anniversary 2011 01 01) New Year's Day Emailing before first coffee is a bad idea. I left out some synta

Re: [O] Yearly repeats on the agenda

2012-04-17 Thread Brian van den Broek
On 17 Apr 2012 09:25, "SW" wrote: > > SW gmail.com> writes: > > > *** <2011-01-01 +1y> New Year's Day :holiday: > > > > and the following appearing on the agenda: > > > > File: <2011-01-01 +1y> New Year's Day :holiday: > > > > What I'm asking about is the fact that the full

Re: [O] Yearly repeats on the agenda

2012-04-17 Thread SW
SW gmail.com> writes: > Apologies -- the above was a copy and paste nightmare between Emacs and > Firemacs. What I meant was the following in an org file: > > *** <2011-01-01 +1y> New Year's Day :holiday: > > and the following appearing on the agenda: > > File: <2011-01-01 +1y> New Y

Re: [O] Yearly repeats on the agenda

2012-04-17 Thread SW
SW gmail.com> writes: > > I have entries such as the following: > > *** <2011-01-01 +1y> New Year's Day :holiday: > > which appear on the agenda on the correct day each year, but they appear as: > > File: <2011-01-01 +1y> Public Holiday: Freedom Day :holiday: > > with the d