Re: [O] render "->" as "&rarr" on html export?

2015-03-24 Thread Xavier Maillard
Sebastien Vauban writes: > Rasmus wrote: >> Sebastien Vauban writes: >>> Rasmus wrote: Matt Price writes: > I feel like I've seen the answer to this somewhere but I can't find it -- > is it possible for me to get "->" and "=>" to render as rightarrows (→, > ⇒)?

Re: [O] [PATCH] Fix massive slowdown in org-id-find

2015-03-24 Thread Florian Beck
>> Could you profile it? Here are the results: With my setup and the patch I get, using (let ((time (current-time))) (org-id-find "zangwill.nick_2014:aesthetic.judgment") (format "%ss" (time-to-seconds (time-subtract (current-time) time --> "0.027756516s" Without my patch, the result i

Re: [O] [bug] orgstruct++-mode breaks backward-sentence

2015-03-24 Thread Rasmus
Hi, Nicolas Goaziou writes: >>> Consider the following test file in text-mode where "|" is the cursor. >>> >>>1. Foo bar >>>baz| >>> >>> Before turning on orgstruct++-mode backward-sentence will correctly go to >>> "|Foo". When turning on orgstruct-mode, backward-sentence will also

[O] completing-read for org-clock-select-task: It works!

2015-03-24 Thread Tory S. Anderson
In my first attempt at actually adding functionality to an existing emacs library, I've written some code to make `org-clock-select-task' use completing-read instead of the built-in org menu if you set `org-select-task-completing', for those who would find this useful (it now works with Helm).

Re: [O] [BUG?] wrong docstring for `org-reverse-note-order'

2015-03-24 Thread Xavier Maillard
Nicolas Goaziou writes: > Hello, > > Xavier writes: > >> org-reverse-note-order's value is nil >> >> As far as I understand, the DONE state should be downside, right ? >> Is this the correct understanding then ? > > AFAIU, `org-reverse-note-order' is about refiling and capturing. You > want to

Re: [O] [BUG?] wrong docstring for `org-reverse-note-order'

2015-03-24 Thread Nicolas Goaziou
Hello, Xavier writes: > org-reverse-note-order's value is nil > > Documentation: > Non-nil means store new notes at the beginning of a file or entry. > When nil, new notes will be filed to the end of a file or entry. > This can also be a list with cons cells of regular expressions that > are mat

Re: [O] [Beamer] Combining blocks, columns, and column(s) options

2015-03-24 Thread Nicolas Goaziou
Matthew Gidden writes: > I just wanted to report back that this worked out perfectly. Thanks! I'd be > happy to add documentation somewhere if it is desired. This is already documented: Moreover, headlines handle the ‘BEAMER_COL’ property. Its value should be a decimal number representi

Re: [O] [bug] orgstruct++-mode breaks backward-sentence

2015-03-24 Thread Nicolas Goaziou
Hello, Rasmus writes: > Rasmus writes: > >> Hi, >> >> Consider the following test file in text-mode where "|" is the cursor. >> >>1. Foo bar >>baz| >> >> Before turning on orgstruct++-mode backward-sentence will correctly go to >> "|Foo". When turning on orgstruct-mode, backward-s

Re: [O] [bug] orgstruct++-mode breaks backward-sentence

2015-03-24 Thread Rasmus
Rasmus writes: > Hi, > > Consider the following test file in text-mode where "|" is the cursor. > >1. Foo bar >baz| > > Before turning on orgstruct++-mode backward-sentence will correctly go to > "|Foo". When turning on orgstruct-mode, backward-sentence will also work > correctly.

[O] [bug] orgstruct++-mode breaks backward-sentence

2015-03-24 Thread Rasmus
Hi, Consider the following test file in text-mode where "|" is the cursor. 1. Foo bar baz| Before turning on orgstruct++-mode backward-sentence will correctly go to "|Foo". When turning on orgstruct-mode, backward-sentence will also work correctly. So somehow orgstruct++ does someth

[O] [BUG?] wrong docstring for `org-reverse-note-order'

2015-03-24 Thread Xavier
Hello, C-h v org-reverse-node-order goes like this: org-reverse-note-order's value is nil Documentation: Non-nil means store new notes at the beginning of a file or entry. When nil, new notes will be filed to the end of a file or entry. This can also be a list with cons cells of regular expressi

[O] Problem: clock-in:t not respected in the org-capture-templates ?

2015-03-24 Thread Xavier
Hi, I have several org-capture-templates with the clock-in property set to t but, either I do not understand how it works either there is a bug but, AFAICS, I do not see the clock-in when triggering the template. How is it supposed to be working ? When does it appear in the capture workflow ? Re

Re: [O] [Beamer] Combining blocks, columns, and column(s) options

2015-03-24 Thread Matthew Gidden
Hi Nicolas, I just wanted to report back that this worked out perfectly. Thanks! I'd be happy to add documentation somewhere if it is desired. Cheers, On Mon, Mar 23, 2015 at 5:50 PM, Nicolas Goaziou wrote: > Hello > > Matthew Gidden writes: > > > I've found a number of references to the prob

Re: [O] [OT] A short (less than a minute), informal survey about LaTeX

2015-03-24 Thread Richard Lawrence
Marcin Borkowski writes: > 1. Did you know about the savetrees package by Scott Pakin > (http://www.ctan.org/pkg/savetrees)? From the description: Only vaguely. > 2. Would you find it useful when producing PDF files other that > scientific articles (using Org-mode or not)? Yes. I often produ

Re: [O] html preamble

2015-03-24 Thread Scott Randby
On 03/23/2015 04:12 PM, hymie! wrote: So my next task is to learn about the HTML preamble. From reading the docs, it looks like all of my org files have to share a single HTML preamble, which is set in my .emacs file through either the org-html-preamble variable, the org-html-preamble-format v

Re: [O] org-insert-subheading doesn't work well with colons

2015-03-24 Thread Leo Ufimtsev
Thank you for fix. Leo Ufimtsev | Intern Software Engineer @ Eclipse Team - Original Message - From: "Nicolas Goaziou" To: "Leo Ufimtsev" Cc: emacs-orgmode@gnu.org Sent: Monday, March 23, 2015 6:41:04 PM Subject: Re: [O] org-insert-subheading doesn't work well with colons Hello, Leo U

Re: [O] org-mode timestamp and calendar questions

2015-03-24 Thread Nick Dokos
Randomcoder writes: > Is it possible to make org-mode timestamps inactive? (I mean, the > calendar(Google calendar) and the org-agenda would ignore them) > I am (as usual) confused: is the part above related to the part below? As Seb says, <...> are active timestamps, [...] are inactive ones and

Re: [O] [PATCH] Fix massive slowdown in org-id-find

2015-03-24 Thread Florian Beck
> Would you mind elaborating a bit? Slow down doing what? In which cases? A fraction of a second vs 10 seconds when executing a function that calls org-id-find. The slowdowwn is not quite as massive since I cleaned up org-id-files a bit, however. > Could you profile it? I'll look into it. > He

Re: [O] render "->" as "&rarr" on html export?

2015-03-24 Thread Sebastien Vauban
Rasmus wrote: > Sebastien Vauban writes: >> Rasmus wrote: >>> Matt Price writes: >>> I feel like I've seen the answer to this somewhere but I can't find it -- is it possible for me to get "->" and "=>" to render as rightarrows (→, ⇒)? >>> >>> Do you want to render it in the buffer or on

Re: [O] org-mobile-copy-agenda-files: Truncating output file

2015-03-24 Thread Guido Van Hoecke
On 24 February 2015 at 13:10, Guido Van Hoecke wrote: > Hi, > > org-mobile-push frequently fails to copy my org files to the staging > directory with following output: > > Copying files... > org-mobile-copy-agenda-files: Truncating output file: interrupted > system call, /Volumes/guivho/org/z.org

[O] Space at end of monospace string?

2015-03-24 Thread Loris Bennett
Hi, I'm writing a beamer presentation and have the followoing - =--nodes=2= $\Rightarrow$ 2 /or more/ nodes - =--nodes=2-4= $\Rightarrow$ 2 to 4 nodes It would be nice to have the arrows line up, but doing =--nodes=2 = obviously doesn't work. Is there a simple solution to this problem?

Re: [O] render "->" as "&rarr" on html export?

2015-03-24 Thread Rasmus
Sebastien Vauban writes: > Rasmus wrote: >> Matt Price writes: >> >>> I feel like I've seen the answer to this somewhere but I can't find it -- >>> is it possible for me to get "->" and "=>" to render as rightarrows (→, ⇒)? >> >> Do you want to render it in the buffer or on export? For the buff

Re: [O] [ox, patch] Add #+SUBTITLE

2015-03-24 Thread Rasmus
Nicolas Goaziou writes: > E.g., when creating a new export back-end, it is quite obvious that one > will need to handle TITLE, DATE, AUTHOR and EMAIL somehow. Now, if you > request handlers for SUBTITLE, KEYWORDS and DESCRIPTION, it becomes more > tedious to achieve the task. Isn't the point tha

Re: [O] org-mode timestamp and calendar questions

2015-03-24 Thread Sebastien Vauban
Randomcoder wrote: > Hi, > > Is it possible to make org-mode timestamps inactive? (I mean, the > calendar(Google calendar) and the org-agenda would ignore them) > > I tried specifying that I should be notified 1h in advance for an > event like this : <2015-03-24 Mon 07:30 -1h> but apparently this

Re: [O] comment section with latex_header

2015-03-24 Thread Sebastien Vauban
Nicolas Goaziou wrote: > Robert Klein writes: > >> this patch also breaks this kind of construct where not the table is >> exported, but the one created from the booktabs() call: >> >> >> ---> begin example <--- >> * Grundlagen >> *** COMMENT unexported subtree with table source >> #+tblname

Re: [O] [ox, patch] Add #+SUBTITLE

2015-03-24 Thread Nicolas Goaziou
Rasmus writes: > Nicolas Goaziou writes: > >> However, I think porting this feature to back-ends that do not support >> it out of the box is pushing too hard. > > In the patch there's ox-latex where e.g. KOMA-Script has as > subtitle-macro. ox-html, ox-ascii, ox-odt all are pretty liberate for

Re: [O] [PATCH] Fix massive slowdown in org-id-find

2015-03-24 Thread Sebastien Vauban
Nicolas Goaziou wrote: > Florian Beck writes: > >> the recent changes in org-id (presumably >> 8cdb2eef0f9f98f9e00a5e689decfe341fe0c6ec) lead to a massive slowdown. > > Would you mind elaborating a bit? Slow down doing what? In which cases? > Could you profile it? > >> org-id-find is slow as it is

Re: [O] render "->" as "&rarr" on html export?

2015-03-24 Thread Sebastien Vauban
Rasmus wrote: > Matt Price writes: > >> I feel like I've seen the answer to this somewhere but I can't find it -- >> is it possible for me to get "->" and "=>" to render as rightarrows (→, ⇒)? > > Do you want to render it in the buffer or on export? For the buffer you > could use prettify-symbols

Re: [O] comment section with latex_header

2015-03-24 Thread Nicolas Goaziou
Hello, Robert Klein writes: > this patch also breaks this kind of construct where not the table is > exported, but the one created from the booktabs() call: > > > ---> begin example <--- > * Grundlagen > *** COMMENT unexported subtree with table source > #+tblname: masse This is deprecate

[O] org-mode timestamp and calendar questions

2015-03-24 Thread Randomcoder
Hi, Is it possible to make org-mode timestamps inactive? (I mean, the calendar(Google calendar) and the org-agenda would ignore them) I tried specifying that I should be notified 1h in advance for an event like this : <2015-03-24 Mon 07:30 -1h> but apparently this is not the way to do it. Is it

Re: [O] [ox-beamer] overlay specification for bold markup ignored in list labels

2015-03-24 Thread Andreas Leha
Hi Nicolas, Nicolas Goaziou writes: > Hello, > > Andreas Leha writes: > >> The overlay specification for bold markup (as in >> *@@beamer:<2->@@useful*) is ignored when used in the label of a >> description list. Is this a bug? >> >> Regards, >> Andreas >> >> PS: ECM: >> >> #+TITLE: Example Pres

Re: [O] [ox-beamer] overlay specification for bold markup ignored in list labels

2015-03-24 Thread Nicolas Goaziou
Hello, Andreas Leha writes: > The overlay specification for bold markup (as in > *@@beamer:<2->@@useful*) is ignored when used in the label of a > description list. Is this a bug? > > Regards, > Andreas > > PS: ECM: > > #+TITLE: Example Presentation > #+OPTIONS: H:2 > #+LATEX_CLASS: beamer > #+

Re: [O] comment section with latex_header

2015-03-24 Thread Robert Klein
On 03/24/2015 12:36 AM, Nicolas Goaziou wrote: > Hello, > > Andreas Leha writes: > >> If there are `#+latex_header:' entries in a section and that section is >> `COMMENT'ed out, I'd expect the #+latex_header entries to be >> uneffective. As they are when I comment them out one by one as in >> `

Re: [O] Org-Timer has nice popups; how can I use them elsewhere?

2015-03-24 Thread Bernhard Pröll
This blogpost demonstrates the usage of org-agenda-to-appt: http://emacs-fu.blogspot.co.at/2009/11/showing-pop-ups.html Instead of a sound I call notify-send for example. "Tory S. Anderson" schrieb am Mon, 23. Mar 15:36: So, orgmode timers have a nice popup when they run out; on my KDE, it's