Bug: org-capture does not work if called from minibuffer (Org mode version 9.6.10 (9.6.10-n/a-g902975)

2024-05-17 Thread Cletip Cletip
Hello, It's almost the same as described here: https://mail.gnu.org/archive/html/emacs-orgmode/2020-12/msg00199.html. BUT, this only comes into play in the following case: Suppose you want to complete an org-capture template with this: “%^{Title}”. When you call this capture, the minibuffer

Inactive timestamp with TODO are exported in .ics file

2023-11-20 Thread Cletip Cletip
Hello to all, I hope this message finds you well. I am writing to seek assistance with an issue I am facing regarding the org-icalendar export and agenda visibility in Emacs. Despite setting (org-icalendar-with-timestamps 'active), I am facing an issue where the export includes items with the

Re: [BUG] Tangle with symbolic links don't work

2023-11-20 Thread Cletip Cletip
Hello ! Sorry to bring up the subject again, but I didn't quite understand what the solution was: should I modify the function ? Is it modified in a new version of org-mode ? Thank you in advance for your response. Le mar. 7 nov. 2023 à 12:28, Ihor Radchenko a écrit : > Max Nikulin writes: >

[BUG] Tangle with symbolic links don't work

2023-11-06 Thread Cletip Cletip
Hello everyone, I'm reaching out to discuss a challenge I've encountered while working with Org-mode, specifically during the tangling process of code blocks. The Issue: I have an Org file, test.org, from which I tangle code blocks into test.py. The complication arises because test.py is a

Re: Add new word before an org-agenda entry (like "MODIFIED")

2023-10-14 Thread Cletip Cletip
I know how to create a custom agenda block, but how insert this ? Can I just have some leads ? Le jeu. 12 oct. 2023 à 13:39, Ihor Radchenko a écrit : > Cletip Cletip writes: > > > Here's an example for clarification: > > Consider this line in org-agenda: > > > &

Re: [BUG] Inactive interval is not correctly displayed in agenda view (was: [BUG?] Org-agenda doesn't work with this error : Search failed: "\]+\)>")

2023-10-14 Thread Cletip Cletip
Very cool, thanks ! Le mer. 11 oct. 2023 à 11:03, Ihor Radchenko a écrit : > Ihor Radchenko writes: > > >> if I have the following heading : > >> > >> * A test > >> [2023-10-10 Tue 17:25]--[2023-10-10 Tue 17:30] > >> <2023-10-10 Tue 17:25>--<2023-10-10 Tue 17:30> > >> > >> The "org interval"

Re: [BUG] Inactive interval is not correctly displayed in agenda view (was: [BUG?] Org-agenda doesn't work with this error : Search failed: "\]+\)>")

2023-10-10 Thread Cletip Cletip
> > I will look closer at this problem later. > No need. I changed the subject to branch off this bug report as a new > thread. Thanks a lot :) have a nice day ! Le mar. 10 oct. 2023 à 18:31, Ihor Radchenko a écrit : > Cletip Cletip writes: > > > Now that I have the

Re: [BUG?] Org-agenda doesn't work with this error : Search failed: "\]+\)>"

2023-10-10 Thread Cletip Cletip
30 [ A test The first line is what I want : a beginning hour, with a end. But, the two other are not normal : it must be the same line. Must I send another mail not in this conversation ? Thanks you again for your futur answer Le mar. 10 oct. 2023 à 17:47, Ihor Radchenko a écrit : > Clet

[BUG?] Org-agenda doesn't work with this error : Search failed: "\]+\)>"

2023-10-10 Thread Cletip Cletip
Hello! I just encountered a strange bug (maybe) in org-mode, starting from version 9.6. I don't quite understand why, but it happens when I display the agenda (to be precise: M-x org-agenda a). This only happens (from the causes I found) when there is: SCHEDULED with inactive timestamp without a

Add new word before an org-agenda entry (like "MODIFIED")

2023-10-03 Thread Cletip Cletip
Hello, everyone! I have a question that may be complex to answer. I apologize in advance for my limited vocabulary; I will use an example to elucidate my question better. Objective: I wish to track when a heading is modified using org-agenda. To achieve this, I automatically insert an inactive

Re: Link type in org-mode, but with org-roam ?

2023-02-21 Thread Cletip Cletip
> > But I am very willing to help you install it and try it all out and > make it workable on your computer, in one on one chat or by e-mail, > that will work well. Yes, I'd be very happy to try it. Contact me by email when you have time. I am available on weekends. I would definitely prefer a

Link type in org-mode, but with org-roam ?

2023-02-13 Thread Cletip Cletip
Hello everyone. I apologize in advance for : - my org-mode philosophy (my ideas may be totally stupid, meaningless, or even contrary to the original org-mode philosophy) - my knowledge of the mailing-list (my mail may be badly organised, badly indented, the code unclear etc) - any other point

Re: How to center an image directly in org-mode (without exporting)

2022-11-04 Thread Cletip Cletip
Thanks you for your answer, thanks for the tips, I will see that in detail. Le ven. 4 nov. 2022 à 05:53, Ihor Radchenko a écrit : > Cletip Cletip writes: > > > My problem is quite simple to understand: when I activate > > "org-toggle-inline-images", I would l

How to center an image directly in org-mode (without exporting)

2022-11-03 Thread Cletip Cletip
Hello to all, My problem is quite simple to understand: when I activate "org-toggle-inline-images", I would like my images to be centered. Indeed, I tried this in a org-file #+ATTR_ORG: :width 800 :center t [[file:images/anImage.png]] But it obviously doesn't work. Does anyone have a tip?

Re: Have all the tags of a heading, with a tag hierarchy

2022-09-02 Thread Cletip Cletip
o select a different heading Thanks again for your answers ! Le jeu. 1 sept. 2022 à 09:03, Ihor Radchenko a écrit : > Cletip Cletip writes: > > > Just one last clarification to be sure: there is no native function in > > org-mode to have the list of tags with a hierarchy? I have

Re: Have all the tags of a heading, with a tag hierarchy

2022-08-31 Thread Cletip Cletip
by the "org-tag-alist" variable Le mer. 31 août 2022 à 13:25, Cletip Cletip a écrit : > Sorry, I found the solution : i must just give one argument non-nil to the > function "org-tags-expand". > Like this : > (org-tags-expand "GTD" t) > > It's perf

Re: Have all the tags of a heading, with a tag hierarchy

2022-08-31 Thread Cletip Cletip
Sorry, I found the solution : i must just give one argument non-nil to the function "org-tags-expand". Like this : (org-tags-expand "GTD" t) It's perfect, thanks a lot for your help ! Le mer. 31 août 2022 à 11:01, Cletip Cletip a écrit : > Thank you for your answer,

Re: Have all the tags of a heading, with a tag hierarchy

2022-08-31 Thread Cletip Cletip
r Radchenko a écrit : > Cletip Cletip writes: > > > Yes I understand both perfectly. I think some people (like me) would like > > to connect them, others would not want to bring them together. > > But how to get the hierarchy (or the families) used by org agenda with

Re: Have all the tags of a heading, with a tag hierarchy

2022-08-29 Thread Cletip Cletip
or the bad vocabulary, I followed the same name as the wiki, I should have been more careful and given more details. Is my question clear enough? Le dim. 28 août 2022 à 21:15, Daniel Fleischer a écrit : > Cletip Cletip [2022-08-28 Sun 18:34] wrote: > > > I may not have been specific enoug

Re: Have all the tags of a heading, with a tag hierarchy

2022-08-28 Thread Cletip Cletip
text") (:Task") (:endgrouptag)) So, if I put the "Control" tag, I am also supposed to have the "GTD" tag, because "Control" is a child of "GTD". But, with the "org-get-tags" function, I don't have this famous

Have all the tags of a heading, with a tag hierarchy

2022-08-28 Thread Cletip Cletip
Hello everyone ! After multiple searches on the internet, I did not find the answer to my question (which is the subject of this mail): when calling the "org-get-tags" function, only the tags put on the heading, and not the inherited tags, are retrieved. How can I get the inherited tags as well?

Re: Tracking todo state changes AND automatically change to done when all children are done

2022-08-05 Thread Cletip Cletip
; and missing log note > <https://list.orgmode.org/orgmode/871qu8ccvr.fsf@localhost/#r>" subject > in https://list.orgmode.org/ > > On Fri, Aug 5, 2022 at 10:11 AM Cletip Cletip > wrote: > >> Okay, I understand. Sorry for the duplicate, I didn't see this thr

Re: Tracking todo state changes AND automatically change to done when all children are done

2022-08-04 Thread Cletip Cletip
022, 03:26 Ihor Radchenko, wrote: > Cletip Cletip writes: > > > So, can we consider this as a bug? > > Yup. And the linked thread may be the fix or at least something close. > > Best, > Ihor > >

Re: Tracking todo state changes AND automatically change to done when all children are done

2022-08-04 Thread Cletip Cletip
So, can we consider this as a bug? Le jeu. 4 août 2022 à 17:01, Ihor Radchenko a écrit : > Cletip Cletip writes: > > > Hello to all, > > > > I am trying to do what is in the title of this mail, but there is > something > > surprising: > > > >

Tracking todo state changes AND automatically change to done when all children are done

2022-08-04 Thread Cletip Cletip
Hello to all, I am trying to do what is in the title of this mail, but there is something surprising: Everything works perfectly well, except when inserting statistics cookies (for the parent obviously). Indeed, when changing the state of the subtask, the lines like this : - State " new state"

Re: [PATCH] Re: Org-attach for a directory

2022-07-21 Thread Cletip Cletip
Thank you! On Thu, 21 Jul 2022, 13:23 Ihor Radchenko, wrote: > Ihor Radchenko writes: > > > As for the 'cp method, it does not work for directories on current main. > > The fix is attached. > > Applied onto main via d2a110ffe. > > Best, > Ihor >

How to add/delete statistics cookie automatically ?

2022-07-19 Thread Cletip Cletip
Hello everyone, My question is in the title, but for more detail on its exact use : I'd like to add [/] or [%] to a parent heading in case I either add a TODO subheading or a checkbox. I don't want to type it in the parent heading, but add it automatically. Also, if all subheadings/checkboxes are

Re: Utility of description lists

2022-06-17 Thread Cletip Cletip
Ok I understand, it's really nice (the rendering on your site too). Thanks for your answer Le ven. 17 juin 2022 à 16:05, Kaushal Modi a écrit : > On Fri, Jun 17, 2022 at 8:50 AM Cletip Cletip > wrote: > > > Final question : why do you use description lists and not anot

Re: Utility of description lists

2022-06-17 Thread Cletip Cletip
Ok clear thanks! Le ven. 17 juin 2022 à 15:43, Fraga, Eric a écrit : > On Friday, 17 Jun 2022 at 09:35, William Denton wrote: > > When I have a list of things I want to briefly descibe! > > And where the leading bullet or number would simple add clutter. > -- > : Eric S Fraga, with org

Re: Utility of description lists

2022-06-17 Thread Cletip Cletip
Simple and efficient, thanks for your answer! Le ven. 17 juin 2022 à 15:36, William Denton a écrit : > On 17 June 2022, Cletip Cletip wrote: > > > Final question : why do you use description lists and not another ? > > When I have a list of things I want to briefly descibe!

Utility of description lists

2022-06-17 Thread Cletip Cletip
Hello to all, The question is the same as the object, but it can be more detailed with this question: what are the differences between description lists and other lists? After many researches, I can't understand the fundamental difference. I can see two advantages to using this type of list: -

Re: Org-attach for a directory

2022-06-08 Thread Cletip Cletip
8 Jun 2022 at 11:59, Cletip Cletip wrote: > > My question is in the object : can we attach a directory to a heading? > > If you mean copying the directory and all of its contents, I imagine > not. However, you can link to the directory if you wish by visiting the > direc

Org-attach for a directory

2022-06-08 Thread Cletip Cletip
Hello to all. I hope to have understood the operation to ask a question to all the members, I hope that my question will not disturb anybody. If this is not the right place, do not hesitate to tell me and I apologize in advance for the inconvenience My question is in the object : can we attach a

[BUG] org-icalendar-combined-agenda-file with Footnotes [9.4.6 (9.4.6-g069bcb @ /home/msi/.emacs.d/straight/build/org/)]

2022-01-21 Thread Cletip Cletip
When I call the "org-icalendar-combined-agenda-file" function, everything works fine, I have a new "file.ics". But if you try to make footnotes in one of the files (in org-agenda-files) taken into account in the org-icalendar-combined-agenda-file function, look at the end of the resulting file