Hi,
I would like to know how we can update the :ACTUAL: field in
:PROPERTIES: for a DONE task with the total clocked time. A MWE:
=== sample.org ===
* IN_PROGRESS Task A
:PROPERTIES:
:ESTIMATED: 4.0
:ACTUAL:
:END:
:LOGBOOK:
CLOCK: [2017-01-26 Thu 19:00]--[2017-01-26 Thu 1
Nice, thank you.
2017-01-27 1:12 GMT+00:00 Kyle Meyer :
> Kyle Meyer writes:
>
> [...]
>
> > Here's a patch. I'll apply it to master in a day or two if there are no
> > objections.
>
> Applied with 9c111f63 (with :version changed from 25.2 to 26.1).
>
> --
> Kyle
>
Hello,
"Francis J. Monari, Esquire" writes:
> The question remains "How can I make the notes associated with the Clock
> entry follow the Clock entry?
Short answer : put everything in the same drawer, i.e., LOGBOOK.
Long answer :
I considered re-introducing the behaviour you suggest, but ther
Hello,
"Charles C. Berry" writes:
> Nor I. Perhaps it was just an oversight.
>
> FWIW, in `org-ctrl-c-ctrl-c'
>
> :(looking-at-p "[ \t]*$")
>
> could be
>
> #+BEGIN_SRC emacs-lisp
>(and
> (looking-at-p "[ \t]*$")
> (not (eq 'src-block (org-element-type (org-element-context))
On Fri, 27 Jan 2017, Kyle Meyer wrote:
Eric S Fraga writes:
On Friday, 27 Jan 2017 at 18:44, John Hendy wrote:
Perhaps this is the intended behavior, but I noticed that I go to
execute a code block and get the message "C-c C-c can do nothing
useful here" if I'm not on the actual src block de
Eric S Fraga writes:
> On Friday, 27 Jan 2017 at 18:44, John Hendy wrote:
>> Perhaps this is the intended behavior, but I noticed that I go to
>> execute a code block and get the message "C-c C-c can do nothing
>> useful here" if I'm not on the actual src block definition or a line
>> of code. If
On Friday, 27 Jan 2017 at 18:44, John Hendy wrote:
> Perhaps this is the intended behavior, but I noticed that I go to
> execute a code block and get the message "C-c C-c can do nothing
> useful here" if I'm not on the actual src block definition or a line
> of code. If I'm on a blank line inside i
I get this all the time too. It would be nice if it went away, I also
find it annoying.
John Hendy writes:
> Perhaps this is the intended behavior, but I noticed that I go to
> execute a code block and get the message "C-c C-c can do nothing
> useful here" if I'm not on the actual src block defin
On Friday, 27 Jan 2017 at 16:55, Jude DaShiell wrote:
> Interesting, I put a vertical on a line to start an org-mode table and
[...]
> followed by hyphen followed by tab. I got onto line 4 in column 3 but
> line one acquired all of the verticals from line 2 in addition to what it
> already ha
Le 27/01/2017 09:57, Eric S Fraga a écrit :
> Hello,
>
> Is there an easy way to have an org file start up with 2 levels of
> headings shown without having to evaluate
>
> (org-content 2)
>
> ?
>
> E.g. it would be nice to be able to say:
>
> #+startup: overview 2
>
> or similar. I only want this
Perhaps this is the intended behavior, but I noticed that I go to
execute a code block and get the message "C-c C-c can do nothing
useful here" if I'm not on the actual src block definition or a line
of code. If I'm on a blank line inside it, it doesn't execute. Here
was my test:
#+begin min_confi
Hello,
Is there an easy way to have an org file start up with 2 levels of
headings shown without having to evaluate
(org-content 2)
?
E.g. it would be nice to be able to say:
#+startup: overview 2
or similar. I only want this for some files (typically files intended
to be exported via beamer
Interesting, I put a vertical on a line to start an org-mode table and
keyed data dictionary in followed by a space another vertical and a return
key. Then I put vertical followed by a space followed by variable
followed by space followed by vertical followed by type followed by space
followed
Michael Welle writes:
> Hello,
>
> Michael Welle writes:
>
>> Hello,
>>
>> Nick Dokos writes:
>> [...]
>>> that, but publishing locally fails at a couple of [[id:][foo]] links:
>>>
>>>Unable to resolve link: "id:facac2a6-3526-450d-ac42-8d36b16c6bab"
>>>
>>> What's up with that?
>> hm, I dim
Hi,
When using multicharacters keys, if a key definition entry is missing,
emacs hangs and must be killed.
Example of an offending org-capture-templates definition:
(setq org-capture-templates
'(("t" "Todo" entry (file+headline "~/somefile.org" "Tâches")
"* TODO %?\n %i\n" :clock-in
On Friday, 27 Jan 2017 at 04:46, Jude DaShiell wrote:
> Is it possible to do something like:
> | Data Dictionary |
> | variable | type| description|
> |-
>
> As a table header or maybe even somehow have data
Hi all
after bisecting today i discovered today that the thing the kept crashing
emacs was this variable `org-image-actual-width` which was set this way in
my config
(setq org-image-actual-width '(400))
did i not define it correctly? and if so why is it crashing emacs when i
load a org file with
Hello,
Michael Welle writes:
> Hello,
>
> Nick Dokos writes:
> [...]
>> that, but publishing locally fails at a couple of [[id:][foo]] links:
>>
>>Unable to resolve link: "id:facac2a6-3526-450d-ac42-8d36b16c6bab"
>>
>> What's up with that?
> hm, I dimly remember having that (or a similar) p
Hello,
Nick Dokos writes:
[...]
> that, but publishing locally fails at a couple of [[id:][foo]] links:
>
>Unable to resolve link: "id:facac2a6-3526-450d-ac42-8d36b16c6bab"
>
> What's up with that?
hm, I dimly remember having that (or a similar) problem. (require 'org-id)
fixed that for me.
19 matches
Mail list logo