[O] Cannot start any agenda anymore

2014-11-24 Thread Rainer Stengele
Hi all, since yesterday I cannot start any agenda anymore. I did reorganise a few things but cannot find the reason whats wrong. setting debug to true I get the message below after a standard "C-a a t". Please help I am completely stuck. Thank you, Rainer Org-mode version 8.3beta (release_8.3b

Re: [O] Customize org-todo-repeat-to-state to return to previous TODO state

2014-11-24 Thread Grant Schissler
Great, thanks for all the excellent advice and code! I decided to approach this locally with a capture template and put my repeating APPT tasks under my Calendar headline. I created this capture template that does the job: (setq org-capture-templates '(("c" "Calendar" entry (file+headline

Re: [O] [export] latex: texorpdfstring in heading

2014-11-24 Thread Andreas Leha
Hi Eric, Eric S Fraga writes: > On Monday, 24 Nov 2014 at 15:16, Andreas Leha wrote: > > [...] > >> So, here is my question: How do I use \texorpdfstring correctly in an >> org heading? >> >> #+latex_header: \usepackage{hyperref} >> >> * This contains \texorpdfstring{$\prod_{k=1}^N$}{product 1toN

Re: [O] Export backends are loaded after code block evaluation

2014-11-24 Thread Vicente Vera
Ok, finally sorted it out. Babel doesn't load ox-* files by itself (except for ob-haskell & ob-latex). But, in my case, the code block's result is a table. In consequence Org needs org-table which in turn requires some ox- files and THEN org.el evaluates (after ox.el) 'org-export-backends'. Thank y

[O] [PATCH] Improve success message from org-remove-file.

2014-11-24 Thread Karl Fogel
The attached patch improves the interactive success message from `org-remove-file'. Comments / suggestions welcome, of course; I've tried to follow http://orgmode.org/worg/org-contribute.html here. Best, -Karl >From 846d66a15c73a336c110f5238307242f9192e8c3 Mon Sep 17 00:00:00 2001 From: Karl Fog

Re: [O] [export] latex: texorpdfstring in heading

2014-11-24 Thread Eric S Fraga
On Monday, 24 Nov 2014 at 15:16, Andreas Leha wrote: [...] > So, here is my question: How do I use \texorpdfstring correctly in an > org heading? > > #+latex_header: \usepackage{hyperref} > > * This contains \texorpdfstring{$\prod_{k=1}^N$}{product 1toN} math > For some reason. Use the @@latex:x

Re: [O] [export] latex: texorpdfstring in heading

2014-11-24 Thread Andreas Leha
Hi Nicolas, Nicolas Goaziou writes: > Hello, > > Andreas Leha writes: > >> So, here is my question: How do I use \texorpdfstring correctly in an >> org heading? >> >> >> And here is a minimal example: >> >> #+latex_header: \usepackage{hyperref} >> >> * This contains \texorpdfstring{$\prod_{k=1}^

Re: [O] Modifications in org-src.el

2014-11-24 Thread Sebastien Vauban
Hello Nicolas, > Sebastien Vauban writes: > >>> I also added export block sub-editing. >> >> Could you elaborate on this? What do you mean exactly? Just a couple >> of words... > > You can use C-c ' in #+begin_latex...#+end_latex blocks and alike. OK, much clearer (to me) now! Thanks for that

Re: [O] Export backends are loaded after code block evaluation

2014-11-24 Thread Nicolas Goaziou
Vicente Vera writes: > Nope, no harm has been done. Still curious about it though. IMO, > there's no reference to 'ox.el' in the babel source files so I don't > understand how is this possible. See line 848 in "org.el" (master branch, if it matters). Basically, Babel requires an export backend

Re: [O] How to represent Emacs keystrokes in Org?

2014-11-24 Thread Rasmus
Marcin Borkowski writes: > Hello, > > I'm writing (in Org) a text on Emacs usage. How to > correctly/canonically represent keystrokes, like "C-x RET f"? > Currently, I use =C-x RET f=; are there any alternatives? That's what I'd do. Or ~C-x RET f~. You could also use a macro, if you want it t

Re: [O] Export backends are loaded after code block evaluation

2014-11-24 Thread Vicente Vera
Nope, no harm has been done. Still curious about it though. IMO, there's no reference to 'ox.el' in the babel source files so I don't understand how is this possible. 2014-11-23 13:36 GMT-03:00 Nicolas Goaziou : > Hello, > > Vicente Vera writes: > >> Hello. Just noticed that after evaluating a co

Re: [O] Is #+SEQ_TODO: TODO | legal?

2014-11-24 Thread Nicolas Goaziou
Hello, Marcin Borkowski writes: > for some reason I want to have a TODO item that /cannot/ be (directly, > by C-c C-t) made into a "done" state. It seems that > > #+SEQ_TODO: TODO | > > works. Is that legal? It may seem to work, but you are probably going to run into subtle problems. The TODO

Re: [O] Modifications in org-src.el

2014-11-24 Thread Nicolas Goaziou
Hello, Sebastien Vauban writes: >> I also added export block sub-editing. > > Could you elaborate on this? What do you mean exactly? Just a couple > of words... You can use C-c ' in #+begin_latex...#+end_latex blocks and alike. Regards, -- Nicolas Goaziou

Re: [O] [export] latex: texorpdfstring in heading

2014-11-24 Thread Nicolas Goaziou
Hello, Andreas Leha writes: > So, here is my question: How do I use \texorpdfstring correctly in an > org heading? > > > And here is a minimal example: > > #+latex_header: \usepackage{hyperref} > > * This contains \texorpdfstring{$\prod_{k=1}^N$}{product 1toN} math > For some reason. * This c

[O] How to represent Emacs keystrokes in Org?

2014-11-24 Thread Marcin Borkowski
Hello, I'm writing (in Org) a text on Emacs usage. How to correctly/canonically represent keystrokes, like "C-x RET f"? Currently, I use =C-x RET f=; are there any alternatives? TIA, -- Marcin Borkowski http://octd.wmi.amu.edu.pl/en/Marcin_Borkowski Faculty of Mathematics and Computer Science

[O] Is #+SEQ_TODO: TODO | legal?

2014-11-24 Thread Marcin Borkowski
Hi there, for some reason I want to have a TODO item that /cannot/ be (directly, by C-c C-t) made into a "done" state. It seems that #+SEQ_TODO: TODO | works. Is that legal? TIA, -- Marcin Borkowski http://octd.wmi.amu.edu.pl/en/Marcin_Borkowski Faculty of Mathematics and Computer Science A

[O] [export] latex: texorpdfstring in heading

2014-11-24 Thread Andreas Leha
Hi all, Background: I am always loading the hyperref package in my latex exports. That one complains (warns) about math in headings. ("Token not allowed in a PDF string") The proposed solution in LaTeX is to use \texorpdfstring{}{}. I've used that successfully in the past also from org. As it

Re: [O] Beamer export, file-link format

2014-11-24 Thread Eric S Fraga
On Sunday, 23 Nov 2014 at 22:05, James Harkins wrote: > I'm using org + beamer, and I've put in some links like this: > > \href{media/something.mp3}{Listen: Something} > > I want "Listen: Something" to appear in another color. LaTeX is > steadfastly refusing to do this: all links appear in the norm

Re: [O] Bug: [Capture] wrongly duplicated date tree outlines [8.2.10]

2014-11-24 Thread Eric S Fraga
On Sunday, 23 Nov 2014 at 23:52, kuanyui wrote: > So sorry to everyone, I just found this is problem is caused by > `pangu-spacing'. > https://github.com/coldnew/pangu-spacing/issues/5 I notice that there has been a response to your issue. As well as that response, I wonder whether setting the pa

Re: [O] [PATCH] inline src block results can be removed

2014-11-24 Thread Daniele Pizzolli
On 2014-11-24 11:18, Andreas Leha wrote: Hi Daniele, I think your wishlist is somewhere further down the road. I usually implement some of your points in the src_language. I see that it would be nice if org supported these use cases, but I would see them as part of the LOB or maybe in some pac

Re: [O] Patch org-capture-set-target-location

2014-11-24 Thread Roberto Huelga
Sorry for make you lose your time. Using the package version of 20141124 of org, the bug is present, but in the git master, it's solved in a nicer way. By in the org-capture-place-entry function getting out of the cond the test of :exact-position Package version: (cond ((org-ca

Re: [O] [PATCH] inline src block results can be removed

2014-11-24 Thread Andreas Leha
Hi Daniele, I think your wishlist is somewhere further down the road. I usually implement some of your points in the src_language. I see that it would be nice if org supported these use cases, but I would see them as part of the LOB or maybe in some package in contrib rather than in core org/bab

Re: [O] [PATCH] inline src block results can be removed

2014-11-24 Thread Daniele Pizzolli
On 2014-11-17 00:23, Nicolas Goaziou wrote: "Charles C. Berry" writes: For now, I'd be willing to make patches that will allow removal of the inline src block results that do *not* involve these header args: [] IMO, we're too much focused on the implementation details. We ought to agree on

[O] [bug] YASnippet (bound to SPC) and Org in `master'

2014-11-24 Thread Sebastien Vauban
Hello, In Org `master' (not in `maint'), there is a bug (or conflict or ???) when one binds `yas-expand' to SPC (the "abbrev-way"), as in the following minimal Emacs configuration file: --8<---cut here---start->8--- ;; Autoloads. (add-to-list 'load-path "~/.ema

Re: [O] Modifications in org-src.el

2014-11-24 Thread Sebastien Vauban
Hello Nicolas, > I also added export block sub-editing. Could you elaborate on this? What do you mean exactly? Just a couple of words... Best regards, Seb -- Sebastien Vauban

Re: [O] Modifications in org-src.el

2014-11-24 Thread Nicolas Goaziou
Hello, Rasmus writes: > I don't know if this is a bug, but when I open Emacs and open a buffer > without (require 'ox) first, org-element will not recognize > export-blocks. This is a known limitation: export blocks are not recognized until the corresponding back-end is loaded. The solution is