Re: [O] displaying thumbnails in heading or subheadings

2017-04-25 Thread numbch...@gmail.com
Does this `insert-image` function insert image with overlay which is not literately inserting? [stardiviner] GPG key ID: 47C32433 IRC(freeenode): stardiviner Twitter: @numbchild Key fingerprint = 9BAA 92BC CDDD B9EF 3B36 CB99 B8C4 B8E5 47C3 2433 Blog: http://s

Re: [O] Bug: finding close tasks has infinite loop [9.0.5 (release_9.0.5-433-ge65be5 @ /home/hs/.emacs.d/git/org-mode/lisp/)]

2017-04-25 Thread Nicolas Goaziou
Hello, "Stefan-W. Hahn" writes: > Mail von Stefan-W. Hahn, Fri, 07 Apr 2017 at 09:39:30 +0200: > > Hello, > > I tried an instrumented version with code below and got an hint where the > time get consumed. > >> #+BEGIN_QUOTE >> ** DONE Task

Re: [O] [PATCH] org-agenda: Store stuck project redo command

2017-04-25 Thread Nicolas Goaziou
Hello, Allen Li writes: > * lisp/org-agenda.el (org-agenda-list-stuck-projects): Store the redo > command in a text property so it is found correctly. > > `org-agenda-redo' checks the `org-redo-cmd' text property, not > `org-agenda-redo-command'. > > TINYCHANGE Applied. Thank you. Regards, --

Re: [O] org refile completion for won't use ido

2017-04-25 Thread Joel Walker
Sorry for the noise, but I missed the note in the release about org-completion-use-id. Ignore - I'll look into adjusting my init for the the change. On Tue, Apr 25, 2017 at 12:17 PM Joel Walker wrote: > When using org-refile, I'm accustom to getting ido completion when > selecting a target due t

[O] org refile completion for won't use ido

2017-04-25 Thread Joel Walker
When using org-refile, I'm accustom to getting ido completion when selecting a target due to the customizations in my init below. In org-mode release 9.0.5, the minibuffer won't ido for an org-refile. Ido works otherwise. There isn't an error, and refiling still works; ido completion is just missin

Re: [O] org capture properties from a list of strings?

2017-04-25 Thread Nicolas Goaziou
Hello, Xebar Saram writes: > thx Nicolas > > really appreciate your answer! though im very week in coding so im > struggling to understand. but perhaps an example will help. the following > is a part of my capture: > > (add-to-list 'org-capture-templates > '("ff" "Food" > entry > (file+headline

Re: [O] org capture properties from a list of strings?

2017-04-25 Thread Xebar Saram
thx Nicolas really appreciate your answer! though im very week in coding so im struggling to understand. but perhaps an example will help. the following is a part of my capture: (add-to-list 'org-capture-templates '("ff" "Food" entry (file+headline (concat pmm "/org/files/agenda/food.org") "Inbox

[O] displaying thumbnails in heading or subheadings

2017-04-25 Thread cédric ody
Hi everyone, I'd like to be able to display thumbnails of images in headlines. Assume I define a ICON property with the path to a thumbnail. For instance * Emacs heading :PROPERTIES: :ICON: /tmp/emacs.png :END: I have been able to get some results with the following code #+BEGIN_SRC eli

Re: [O] org-clock-report/org-create-dblock breaks drawers with point on headine?

2017-04-25 Thread Nicolas Goaziou
Hello, Adam Porter writes: > I feel like I must be missing something obvious, but doesn't > org-clock-report, which calls org-create-dblock, break drawers and > planning lines when it's called with point on a heading? It inserts the > clocktable above the existing drawers and planning line, mak

Re: [O] How to use :prologue with latex

2017-04-25 Thread Jérémie Juste
Hello, Many thanks to you, Best wishes, Jeremie On Mon, Apr 24, 2017 at 6:43 PM, Charles C. Berry wrote: > On Mon, 24 Apr 2017, Jeremie Juste wrote: > > >> >> Hello, >> >> I would like to use :prologue and epilogue with latex output when using >> R. Would it be possible to do something like

[O] org-clock-report/org-create-dblock breaks drawers with point on headine?

2017-04-25 Thread Adam Porter
I feel like I must be missing something obvious, but doesn't org-clock-report, which calls org-create-dblock, break drawers and planning lines when it's called with point on a heading? It inserts the clocktable above the existing drawers and planning line, making them invalid. Using Emacs 25.1 wi

Re: [O] [PATCH] ob-C.el: Fix command to perform on remote host

2017-04-25 Thread Nicolas Goaziou
Hello, Иван Трусков writes: > * lisp/ob-C.el (org-babel-C-execute): Made sure name of compiled > program is converted to local representation before sending it to the > shell on remote host. > > The problem was when one would try to evaluate C source code block in > the file on remote host. Comp

Re: [O] org capture properties from a list of strings?

2017-04-25 Thread Nicolas Goaziou
Hello, Xebar Saram writes: > kinda stuck with this and cant find any documentation. would also be glad > to know its not possible so i can perhaps explore another method :) > > im basically wondering if instead of manually imputing string separated > with | in the : %^{} capture template i can

Re: [O] org capture properties from a list of strings?

2017-04-25 Thread Xebar Saram
Hi again all kinda stuck with this and cant find any documentation. would also be glad to know its not possible so i can perhaps explore another method :) im basically wondering if instead of manually imputing string separated with | in the : %^{} capture template i can provide a lisp way to sen