[O] refile error with org-inlinetask: The kill is not a set of trees

2015-03-15 Thread Damien Couroussé
Hello, I cannot refile inline tasks when using the package org-inlinetask. In the example below, I try to refile the TODO task to another heading. I get the error message The kill is not a (set of) tree(s) - please use S-insertchar to yank anyway. This looks like a problem of bad configuration,

[O] Bug: refile error with org-inlinetask [8.2.10 (release_8.2.10 @ /usr/share/emacs/24.4/lisp/org/)]

2015-03-17 Thread Damien Couroussé
Remember to cover the basics, that is, what you expected to happen and what in fact did happen. You don't know how to make a good report? See http://orgmode.org/manual/Feedback.html#Feedback Your bug report will be posted to the Org-mode mailing list.

#+author un subtree exports.

2020-11-30 Thread Damien Couroussé
─ text B. ``` thank you, Damien -- Damien Couroussé Research Engineer Commissariat à l’énergie atomique et aux énergies alternatives Institut List | Minatec Campus 17 avenue des Martyrs | 38054 Grenoble Cedex | France Tel : +33 (0)4 38 78 04 66 Web : http://www-list.cea.fr [Citation

Re: #+author un subtree exports.

2020-11-30 Thread Damien Couroussé
properties where X can be AUTHOR, TITLE, ... Set these properties in each sub-tree. Thank you, Eric, this is exactly what I was looking for. This is documented in the manual here: https://orgmode.org/manual/Export-Settings.html regards, -- Damien Couroussé Research Engineer Commissariat à l’énergie

org-depend: bug fix

2022-03-25 Thread Damien Couroussé
Please find attached a small patch for org-depend, which fixes a bug (function 'remove-if' is unknown). Thank you all for your work around emacs and org-mode! best regards, Damien Couroussé -- Damien Couroussé Research Engineer Commissariat à l’énergie atomique et aux énergies alternatives

Bug: [org-contrib][org-depend] function 'position' is not defined [9.3 (release_9.3 @ /usr/share/emacs/27.1/lisp/org/)]

2022-08-20 Thread Damien Couroussé
hello, I use org-depend, which produces the following error message : ┌ │ org-depend-trigger-todo: Symbol’s function definition is void: position └ I think that this is happening here: [[file:lisp/org-depend.el::(pos (position this-item items :key #'first))]] I can reproduce the