Re: [O] Bug: Bulk reschedule with reschedule logging on fails [8.3.4 (8.3.4-5-gdc68d2-elpaplus @ /home/tyria/.emacs.d/elpa/org-plus-contrib-20160229/)]

2016-03-14 Thread Allen Li
Nicolas Goaziou writes: > > This raises another question, though. What is a reasonable behaviour for > bulk schedule+log? I can think of three reasonable options: 1. Prompt for a note, then apply it to all affected items. 2. Prompt for a note, then apply it only to items that are already sch

[O] Displaying property values in agenda search result

2016-03-14 Thread Markus Heller
Hello, how can I display property values in the agenda, more specifically, in the results of an agenda search? Consider the following example: * Some Project :PROPERTIES: :Project: 1234 :END: ** TODO Some Task :PROPERTIES: :CATEGORY: foo :END: *** NEXT Some subtask I search using the followin

Re: [O] [PATCH] call_*() is not working inside #+DATE

2016-03-14 Thread Nicolas Goaziou
Hello, Rafael Laboissiere writes: > * Rafael Laboissiere [2016-03-12 08:57]: >> >> [snip] >> >> I investigated this issue further and discovered that the constructs >> call_(args) and src_{code} are not evaluated at all when >> they appear in a keyword line (starting with "#+:"). >> Org-babel b

Re: [O] PATCH: programming language indicators in HTML export

2016-03-14 Thread Robert Klein
Hi Rasmus, Rasmus wrote: > Hi Robert, > > Thanks for the patch. > > Robert Klein writes: > > > any thoughts about this? > > Remind me, would this only show up when hovering above the block with > the mouse when using this setup? Yes. > > The patch would make the default html header a bit

Re: [O] org-collector - propview display problems

2016-03-14 Thread Charles Millar
Nicolas, On 03/14/2016 08:36 AM, Nicolas Goaziou wrote: Hello, dche writes: I have just done the test and I have the following ouptut #+BEGIN: propview :id "december" :conds ((string= SPENDTYPE "food")) :cols (ITEM AMOUNT) | ITEM | AMOUNT | |---

Re: [O] [PATCH] call_*() is not working inside #+DATE

2016-03-14 Thread Rafael Laboissiere
* Rafael Laboissiere [2016-03-12 08:57]: [snip] I investigated this issue further and discovered that the constructs call_(args) and src_{code} are not evaluated at all when they appear in a keyword line (starting with "#+:"). Org-babel behaves in this way probably on purpose. At any rate,

Re: [O] PATCH: programming language indicators in HTML export

2016-03-14 Thread Rasmus
Hi Robert, Thanks for the patch. Robert Klein writes: > any thoughts about this? Remind me, would this only show up when hovering above the block with the mouse when using this setup? The patch would make the default html header a bit longer, which may or may not be an issue. Perhaps more im

Re: [O] org-collector - propview display problems

2016-03-14 Thread Charles Millar
Nicolas, On 03/14/2016 08:36 AM, Nicolas Goaziou wrote: Hello, dche writes: I have just done the test and I have the following ouptut #+BEGIN: propview :id "december" :conds ((string= SPENDTYPE "food")) :cols (ITEM AMOUNT) | ITEM | AMOUNT | |---

[O] PATCH: programming language indicators in HTML export

2016-03-14 Thread Robert Klein
Hi, any thoughts about this? Best regards Robert Author: Robert Klein 2016-03-14 14:43:46 Committer: Robert Klein 2016-03-14 14:43:46 Parent: dd9be3a6ea4ff561248b1f6658194fd153b5821c (Fix docstring typo) Branch: maint Follows: release_8.3.4 Precedes: support more programming languages

Re: [O] org-collector - propview display problems

2016-03-14 Thread Nicolas Goaziou
Hello, dche writes: > I have just done the test and I have the following ouptut > > #+BEGIN: propview :id "december" :conds ((string= SPENDTYPE "food")) :cols > (ITEM AMOUNT) > | ITEM | AMOUNT | > |+| > | " G

Re: [O] Bug: incorrect export for LaTeX [8.2.10 (release_8.2.10 @ c:/emacs25-91/share/emacs/25.0.91/lisp/org/)]

2016-03-14 Thread 9661031
I'm sorry that I respond so late. My idea is that as org-mode exports a plain text,org-mode assigns the number to items having eight or more *s, and the title starts from the number of the 8th depth. So,I expect the exported .tex file is like that: ... \section{one} \label{sec-1} \subsection{two}

[O] SOLVED (was: temporary org-capture-templates)

2016-03-14 Thread Uwe Brauer
>>> "Uwe" == Uwe Brauer writes: > Hi > I would like to one entry for the org-capture-templates > which will prompt for the file I want to save the capture. > So I tried > (setq org-capture-templates > '( > ("G" "Generic" table-line (file+headline (read-string "Name of fil

[O] temporary org-capture-templates

2016-03-14 Thread Uwe Brauer
Hi I would like to one entry for the org-capture-templates which will prompt for the file I want to save the capture. So I tried (setq org-capture-templates '( ("G" "Generic" table-line (file+headline (read-string "Name of file: " "Generic") "|%f| %U|%A|" :prepend t But it does not work.

Re: [O] using vref in latex export, and normal links in html export

2016-03-14 Thread Alan Schmitt
On 2016-03-12 22:36, John Kitchin writes: > I guess these are defined in backends, e.g. org-latex-link. Ah, yes, thanks a lot. Unfortunately this approach does not work because org-add-link-type uses a function whose argument do not contain enough information to call the backend functions (for i

Re: [O] using vref in latex export, and normal links in html export

2016-03-14 Thread Alan Schmitt
On 2016-03-12 09:44, Stefan Nobis writes: > Alan Schmitt writes: > >> I'm converting a latex document into org-mode to easily export it both >> to latex and html. I've just encountered something that I don't know how >> to do: export a \vref reference. I would like to have something that >> expo

Re: [O] org-collector - propview display problems

2016-03-14 Thread dche
Thank you. I have just done the test and I have the following ouptut #+BEGIN: propview :id "december" :conds ((string= SPENDTYPE "food")) :cols (ITEM AMOUNT) | ITEM | AMOUNT | |+| | " Grocery Store [2008-12-0

Re: [O] set default width for figure floats?

2016-03-14 Thread Rainer M Krug
John Kitchin writes: > Rainer M Krug writes: > >> John Kitchin writes: >> >>> Maybe you want org-image-actual-width >>> >>> This sets teh width in org, if you have a working imagemagick. >> >> No - I don't want any scaling. They are graphs I have created in R and I >> want to conserve the font s