Bug: org-agenda search is slow on Windows 10 [9.4.4 (release_9.4.4 @ c:/Program Files/Emacs/x86_64/share/emacs/27.2/lisp/org/)]

2022-03-02 Thread Robert Mastragostino
Hello, Org-agenda search is being unreasonably slow, taking several seconds to search through ~100 small files (a simple python program is practically instantaneous). I'm not familiar with proper emacs profiling but pausing in the middle of the search essentially always gives the stack trace

Re: org-refile, org-capture byte-compiling failure with recent emacs-git

2022-03-02 Thread Kyle Meyer
Kyle Meyer writes: > Kyle Meyer writes: > >> However, it seems unintended that with-demoted-errors would actually >> error here now rather than give a warning; again, will need to take a >> closer look. > > The patch at demotes the error to the > intended warning.

Re: org-refile, org-capture byte-compiling failure with recent emacs-git

2022-03-02 Thread Kyle Meyer
Kyle Meyer writes: > However, it seems unintended that with-demoted-errors would actually > error here now rather than give a warning; again, will need to take a > closer look. The patch at demotes the error to the intended warning.

Re: org-refile, org-capture byte-compiling failure with recent emacs-git

2022-03-02 Thread Kyle Meyer
Vladimir Lomov writes: > Hello, > > org-refile and org-capture failed to byte-compile by emacs from git (commit: > 8c8093aa6f20a7a4f3799cbdb9270cac013ef71d) with following messages: > > ... > > Compiling > /home/vladimir/pkgs/emacs-org-mode/src/emacs-org-mode/lisp/org-capture.el... > > In

org-refile, org-capture byte-compiling failure with recent emacs-git

2022-03-02 Thread Vladimir Lomov
Hello, org-refile and org-capture failed to byte-compile by emacs from git (commit: 8c8093aa6f20a7a4f3799cbdb9270cac013ef71d) with following messages: ... Compiling /home/vladimir/pkgs/emacs-org-mode/src/emacs-org-mode/lisp/org-capture.el... In toplevel form: org-capture.el:1455:12: Error:

Re: How do you manage complex project with Org-mode

2022-03-02 Thread Eric Abrahamsen
Sébastien Gendre writes: > Hello Eric, > > Thanks for your reply and advice. > > I will look at custom agenda view and clocking. But I have bad memory of > clocking tools because of the way previous jobs used it (It was not > Emacs). It's a much more positive experience when you're using it to

Re: How do you manage complex project with Org-mode

2022-03-02 Thread Tim Cross
Sébastien Gendre writes: > Hello Tim, > > Thanks for your response and advice. > > I want to keep Org-mode as simple as possible. As you suggest. > > In the past, I ended up several times with a too complex Org-mode > workflow and stop using it because of that. That because, today, I want > to

Re: How do you manage complex project with Org-mode

2022-03-02 Thread Sébastien Gendre
Hello Eric, Thanks for your reply and advice. I will look at custom agenda view and clocking. But I have bad memory of clocking tools because of the way previous jobs used it (It was not Emacs). Eric Abrahamsen writes: > Sébastien Gendre writes: > >> Hello, >> >> I don't know if it's the

Re: How do you manage complex project with Org-mode

2022-03-02 Thread Sébastien Gendre
Hello Quiliro, Thank for you reply and advice. :) Generally, I use the GTD workflow. Or what I think it is (I'm not an expert). I started with 3 files: * Tasks.org * Notes.org * Inbox.org Now, the file "Notes.org" is a folder. And inside I got a file per subject. I capture notes and tasks,

Re: How do you manage complex project with Org-mode

2022-03-02 Thread Sébastien Gendre
Hello Antonio, Thanks for your reply and advice. :) I looked at TaskJuggler and I see how it could help. But, by looking at the screenshot, I see too much information in the same time. And, as someone with difficulty to concentrating, I need more minimalist tools. But I will try it one time.

Re: How do you manage complex project with Org-mode

2022-03-02 Thread Sébastien Gendre
Hello Milan, Thank you for your reply and advice. :) Indeed, using deadline with longer in-advance warnings is a good idea. I completely forget this feature. Using priority and split big task is also a good advice. Today I pay attention to keep Org-mode as simple as possible. It was not the case

Re: How do you manage complex project with Org-mode

2022-03-02 Thread Sébastien Gendre
Hello Tim, Thanks for your response and advice. I want to keep Org-mode as simple as possible. As you suggest. In the past, I ended up several times with a too complex Org-mode workflow and stop using it because of that. That because, today, I want to keep it simple. Usually, I apply a GTD

Re: How do you manage complex project with Org-mode

2022-03-02 Thread Sébastien Gendre
Hello Arne, Thank you for your reply and advice. :) "Dr. Arne Babenhauserheide" writes: > Do I understand it right that what you need is to track the time > required to reach milestones, not following the *progress*? Well, what I want by "follow the progress" is to see: * How many work I have

Re: How do you manage complex project with Org-mode

2022-03-02 Thread Sébastien Gendre
Hello Matt, Thanks for your reply and advice. :) I already use Org-mode since a few years and it work great with little tasks. Tasks that take a few hours maximum. My workflow is GTD, or something very close (I'm not an expert of this subject). My concern was more for school works that need

Re: [Script] Firefox Bookmarks To Org Buffer Importer

2022-03-02 Thread Samuel Banya
Sweet idea, you should make this into a MELPA project. On Wed, Mar 2, 2022, at 5:50 AM, Sai Karthik wrote: > Hello group! I have started exploring org mode since a while & I just > want to share this small tool i made in org mode for my use case. It > parses the firefox bookmarks json file to

Re: org-modern

2022-03-02 Thread autofrettage
Call me old-fashioned if you like, but when I see efforts like org-modern, I cannot help but thinking about Neo in Matrix. It was his ability to see the source code, which gave him his god-like powers. I therefore draw the line at (conventional) syntax highlighting. (I am painfully aware my

Re: How do you manage complex project with Org-mode

2022-03-02 Thread Quiliro Ordóñez
Hello Seb. It is great that you want to use org for your planning. It is the best tool I know of. Tim's advice sounds the best introductory one and others even gave you advanced advice. Nevertheless, you never told us how you use org and why it takes so much time for you. Perhaps you could

Re: profiling latency in large org-mode buffers (under both main & org-fold feature)

2022-03-02 Thread Ihor Radchenko
Max Nikulin writes: > On 27/02/2022 13:43, Ihor Radchenko wrote: >> >> Now, I did an extended profiling of what is happening using perf: >> >> 6.20% [.] buf_bytepos_to_charpos > > Maybe I am interpreting such results wrongly, but it does not look like > a bottleneck. Anyway thank you

[Script] Firefox Bookmarks To Org Buffer Importer

2022-03-02 Thread Sai Karthik
Hello group! I have started exploring org mode since a while & I just want to share this small tool i made in org mode for my use case. It parses the firefox bookmarks json file to urls in the org buffer with their respective sections. May be this could be useful for anyone of you. Source:

Re: profiling latency in large org-mode buffers (under both main & org-fold feature)

2022-03-02 Thread Max Nikulin
On 27/02/2022 13:43, Ihor Radchenko wrote: Now, I did an extended profiling of what is happening using perf: 6.20% [.] buf_bytepos_to_charpos Maybe I am interpreting such results wrongly, but it does not look like a bottleneck. Anyway thank you very much for such efforts, however it