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
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
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
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
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 |
|---
* 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,
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
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 |
|---
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
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
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}
>>> "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
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.
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
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
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
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
17 matches
Mail list logo