Re: [O] How to trigger the clockcheck in an agenda view.

2013-07-31 Thread Rainer Stengele
Am 7/29/2013 10:48 AM, schrieb Sebastien Vauban: > Hi Rainer Stengele, > > Rainer Stengele wrote: >> Am 7/17/2013 2:07 PM, schrieb Rainer Stengele: >>> Am 12.07.2013 10:06, schrieb Rainer Stengele: I want to start an aganda view over a week and immediately check the consistency of c

[O] using org-priority-faces to highlight a line

2013-07-31 Thread Greg Howard
Following up on this thread, http://lists.gnu.org/archive/html/emacs-orgmode/2012-09/msg01295.html I can get org-priority-faces to highlight the priority cookie itself, but I'd like to highlight the whole line by its priority. Any suggestions? Based on the earlier thread, I am using (setq org-p

Re: [O] [bug] latex export ascii encoding

2013-07-31 Thread Jan-Mark Batke
Hi Nicolas, thanks for response and sorry for delayed answer, I was on vacation and absent to my emacs :/ An ECM would be a file just containing some umlauts. In more detail: using emacs GNU Emacs 24.3.1 (x86_64-pc-linux-gnu, GTK+ Version 3.8.2) of 2013-06-25 on sochi, modified by Debian I expor

Re: [O] Reading books with org-mode

2013-07-31 Thread Christian Wittern
Hi Kyle, Thanks for sharing this, this is excellent. I have been looking for a way to read epub books in Emacs and this is even better! However, trying this out I noted that I can't seem to follow the (internal) links in the file, whatever I click on, it all ends up at the same place. The

[O] LaTex Adjustments for Org-Export

2013-07-31 Thread Jeff Rush
I'm trying to export a .org file to .pdf and although I've gotten past many formatting hurdles, I am stuck on two problems. 1) How can I redefine, in my org-export-latex-classes variable, the \section definition, such that it includes \pagebreak? My reason is that I would like each of my top-

Re: [O] [bug] latex export ascii encoding

2013-07-31 Thread Nicolas Goaziou
Hello, Jan-Mark Batke writes: > I export a text =testumlaut1.org= just containing > > : öäü ÖÄÜ > > from a latin-1 buffer > > : 1 -- iso-latin-1-unix (alias: iso-8859-1-unix latin-1-unix) > : > : ISO 2022 based 8-bit encoding for Latin-1 (MIME:ISO-8859-1). > : Type: charset (charset) > : EOL typ

Re: [O] Handling Repeating events from google calendar / repeater interval

2013-07-31 Thread Simon Thum
Hi Stephen, I probably did not express myself well: The [UTC] means the timestamp was converted from UTC, which is the case. It is probably quite confusing to attach a TZ which is no longer supposed to be the case. I will probably change that. Is the org-mode time a correct local time now? I

Re: [O] $ in paragraph -- footnote problem

2013-07-31 Thread Nicolas Goaziou
Hello, Alan L Tyree writes: > I have a paragraph with a $120,000 in it. At any point after the > $ sign, org will not let me insert a footnote, giving the message > "Cannot insert a footnote here". Removing the $ allows a footnote, but > replacing the $ disables it. Adding another currency figur

[O] Org mode or Org-mode or org-mode or org?

2013-07-31 Thread Tom Slee
On the orgmode.org site this thing is called "Org mode" while on worg and in the papers on literate programming with org it is called "Org-mode" with a hyphen. On the email list it is commonly called "org-mode" (lower case o, hyphen) or just org. Is there any consensus about the proper name by whi

Re: [O] Handling Repeating events from google calendar / repeater interval

2013-07-31 Thread Neil Smithline
On Mon, Jul 8, 2013 at 11:55 AM, Guido Van Hoecke wrote: > > Correct me if I am wrong, but I'm afraid that pure AWK does not provide > date computation support. That's why I did not implement this. > So I would definitely vote to extend the repeater syntax with a count. Before defending my prec

Re: [O] LaTex Adjustments for Org-Export

2013-07-31 Thread John Hendy
On Wed, Jul 31, 2013 at 7:27 AM, Jeff Rush wrote: > I'm trying to export a .org file to .pdf and although I've gotten past > many formatting hurdles, I am stuck on two problems. > > 1) How can I redefine, in my org-export-latex-classes variable, the > \section definition, such that it includes \pa

[O] ox-bibtex in contrib?

2013-07-31 Thread Ista Zahn
Hi all, I have org-plus-contrib installed using elpa from http://orgmode.org/elpa/, but this doesn't seem to include ox-bibtex.el. Should it? Or does this need to be installed separately? Thanks, Ista

Re: [O] Org mode or Org-mode or org-mode or org?

2013-07-31 Thread Sebastien Vauban
Tom Slee wrote: > On the orgmode.org site this thing is called "Org mode" while on worg and > in the papers on literate programming with org it is called "Org-mode" with > a hyphen. On the email list it is commonly called "org-mode" (lower case o, > hyphen) or just org. > > Is there any consensus a

Re: [O] [bug] latex export ascii encoding

2013-07-31 Thread Nicolas Goaziou
Jan-Mark Batke writes: > I just upgraded using elpa. Exporting from a latin-1 file into a tex file > does work now, exporting to a buffer does not set the right encoding, > though. > > And, the version number in the exported file is 7.9.3f now. > > Org-mode version 7.9.3f (release_7.9.3f-17-g7524

Re: [O] Org mode or Org-mode or org-mode or org?

2013-07-31 Thread Suvayu Ali
On Wed, Jul 31, 2013 at 04:45:53PM +0200, Sebastien Vauban wrote: > Tom Slee wrote: > > On the orgmode.org site this thing is called "Org mode" while on worg and > > in the papers on literate programming with org it is called "Org-mode" with > > a hyphen. On the email list it is commonly called "or

Re: [O] Org mode or Org-mode or org-mode or org?

2013-07-31 Thread Tom Slee
Thanks Sebastien and Suvayu: your answers make a lot of sense (and are even consistent with each other). Tom On Wed, Jul 31, 2013 at 11:06 AM, Suvayu Ali wrote: > On Wed, Jul 31, 2013 at 04:45:53PM +0200, Sebastien Vauban wrote: > > Tom Slee wrote: > > > On the orgmode.org site this thing is ca

Re: [O] using cl-lib Was: [bug?][ob-core] using remove-if

2013-07-31 Thread Eric Schulte
Aaron Ecay writes: > There is light at the end of this tunnel: emacs 24.3 introduced the > cl-lib package, making cl functions canonically available with a ‘cl-’ > prefix. So once emacs 26 is out (and support for emacs 24.[12] is > dropped), org can use the cl- versions > Great, so long term we

[O] small patch for worg on encrypting files

2013-07-31 Thread Alan Schmitt
Hello, I just played with encrypting an org file, and I found a couple typos and corrections for this page. I attach the patch that would fix them. Best, Alan >From 6721b5dc19abdf02ad54e78c6edfa1d3ba26916d Mon Sep 17 00:00:00 2001 From: Alan Schmitt Date: Wed, 31 Jul 2013 18:20:58 +0200 Subjec

Re: [O] LaTex Adjustments for Org-Export

2013-07-31 Thread Nick Dokos
[I thought I sent this before but I don't see it on gmane, so it's either hung up somewhere or in the bit bucket. Apologies if you see it twice - assuming that it makes it at least this time :-)] Jeff Rush writes: > I'm trying to export a .org file to .pdf and although I've gotten past > many

Re: [O] small patch for worg on encrypting files

2013-07-31 Thread Josiah Schwab
Alan Schmitt writes: > I just played with encrypting an org file, and I found a couple typos > and corrections for this page. I attach the patch that would fix them. Applied. Josiah

[O] org-export-current-backend variable and org-mode 8

2013-07-31 Thread Christophe Rhodes
Hi, In org-mode 7, I was able to use the (documented) variable org-export-current-backend to test what the current backend is, allowing me to dynamically produce and include images of different formats depending on whether I was exporting to latex (tikz) or html (png). In org-mode 8, I cannot fin

Re: [O] org-export-current-backend variable and org-mode 8

2013-07-31 Thread Brett Viren
Hi Christophe, Christophe Rhodes writes: > In org-mode 7, I was able to use the (documented) variable > org-export-current-backend to test what the current backend is, allowing > me to dynamically produce and include images of different formats > depending on whether I was exporting to latex (ti

Re: [O] org-export-current-backend variable and org-mode 8

2013-07-31 Thread Christophe Rhodes
Brett Viren writes: > Christophe Rhodes writes: > >> In org-mode 7, I was able to use the (documented) variable >> org-export-current-backend to test what the current backend is, allowing >> me to dynamically produce and include images of different formats >> depending on whether I was exporting

Re: [O] possible org-insert-heading bug?

2013-07-31 Thread Simon Thum
Carsten, any news on this? I'm struggling with RET C-RET during notes taking. Cheers, Simon On 07/03/2013 05:52 AM, Carsten Dominik wrote: Hi, yes, org-insert-heading is broken - nad I am trying to find time to rewrite it. My top Org priority. - Carsten On 3.7.2013, at 00:11, John Hendy

Re: [O] Handling Repeating events from google calendar / repeater interval

2013-07-31 Thread Guido Van Hoecke
Neil Smithline writes: > On Mon, Jul 8, 2013 at 11:55 AM, Guido Van Hoecke > wrote: > > > > Correct me if I am wrong, but I'm afraid that pure AWK does not > provide date computation support. Apparently I was not very awake when I wrote that. Awk could be used to increment dat

Re: [O] LaTex Adjustments for Org-Export

2013-07-31 Thread Suvayu Ali
On Wed, Jul 31, 2013 at 12:24:35PM -0400, Nick Dokos wrote: > > o Add a new class to org-latex-classes which is just like "article" > except that it uses \psection in place of \section (so I call it > "particle" :-) ) :) On a serious note, doesn't the report class already do that? -- Suvay

[O] bug: restriction lock ignored in indirect buffer

2013-07-31 Thread Samuel Wales
create an indirect buffer for a subtree set restriction lock to that subtree agenda m LEVEL>0 what i saw: the entire file what i expected: the subtree Thanks. Samuel -- The Kafka Pandemic: http://thekafkapandemic.blogspot.com The disease DOES progress. MANY people have died from it. ANYBODY

Re: [O] [bug] latex export ascii encoding

2013-07-31 Thread Jan-Mark Batke
Hi Nicolas, I just upgraded using elpa. Exporting from a latin-1 file into a tex file does work now, exporting to a buffer does not set the right encoding, though. And, the version number in the exported file is 7.9.3f now. Org-mode version 7.9.3f (release_7.9.3f-17-g7524ef @ /home/batkejm/.emac

Re: [O] org-export-current-backend variable and org-mode 8

2013-07-31 Thread Nicolas Goaziou
Hello, Christophe Rhodes writes: > so that if (as I hope) org-export-current-backend makes a later > reappearance, my documents can work with both org-mode 7 and 8, and > maybe 9? I'm hoping that the disappearance of the variable is an > oversight rather than intentional :-/ It is intentional.

Re: [O] Handling Repeating events from google calendar / repeater interval

2013-07-31 Thread Simon Thum
Yes, probably, but don't count on me in the next 4 days (vacation). On 07/31/2013 11:08 PM, Stephen Eglen wrote: On Wed, Jul 31 2013, Simon Thum wrote: Hi Stephen, I probably did not express myself well: The [UTC] means the timestamp was converted from UTC, which is the case. It is probably

Re: [O] [bug] latex export ascii encoding

2013-07-31 Thread Achim Gratz
Nicolas Goaziou writes: >> Org-mode version 7.9.3f (release_7.9.3f-17-g7524ef @ >> /home/batkejm/.emacs.d/elpa/org-20130731.1445/) > > You have an installation problem. When you upgrade using ELPA, you have > to make sure Org isn't loaded yet. Also, do not use the Org package from MELPA, it's brok

Re: [O] [WORG] How to ediff folded Org files?

2013-07-31 Thread Ratish Punnoose
Thorsten Jolitz gmail.com> writes: > Hi List, > > many files on Worg have this startup option: > > ,-- > | +STARTUP:... fold ... > `-- > > what leads to trouble when there is a merge-conflict in (Ma)git to be > resolved manually with e(diff)

Re: [O] org-export-current-backend variable and org-mode 8

2013-07-31 Thread Christophe Rhodes
Nicolas Goaziou writes: > Christophe Rhodes writes: > >> so that if (as I hope) org-export-current-backend makes a later >> reappearance, my documents can work with both org-mode 7 and 8, and >> maybe 9? I'm hoping that the disappearance of the variable is an >> oversight rather than intentiona

Re: [O] LaTex Adjustments for Org-Export

2013-07-31 Thread Nick Dokos
Jeff Rush writes: > I'm trying to export a .org file to .pdf and although I've gotten past > many formatting hurdles, I am stuck on two problems. > > 1) How can I redefine, in my org-export-latex-classes variable, the > \section definition, such that it includes \pagebreak? > My reason is th

[O] [PATCH] Timestamps: Handle sub-10-min ranges when updating timestamps

2013-07-31 Thread Trevor Murphy
* lisp/org.el (org-get-compact-tod): Pad with "0" if # of minutes is less than 10. TINYCHANGE --- lisp/org.el | 7 +-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/lisp/org.el b/lisp/org.el index 26e653f..89e023c 100644 --- a/lisp/org.el +++ b/lisp/org.el @@ -16088,9 +16088

Re: [O] LaTex Adjustments for Org-Export

2013-07-31 Thread Nick Dokos
Suvayu Ali writes: > On Wed, Jul 31, 2013 at 12:24:35PM -0400, Nick Dokos wrote: >> >> o Add a new class to org-latex-classes which is just like "article" >> except that it uses \psection in place of \section (so I call it >> "particle" :-) ) > > :) > > On a serious note, doesn't the report