Re: [BUG] org-element-at-point warning with org-timer in agenda [9.7-pre, release_N/A-N/A-b45b39 @ /home/bhavin/.emacs.d/elpa/org-9.7pre0.20240405.140341/, ]

2024-04-09 Thread Bhavin Gandhi
Here is a patch which fixes the problem. From d34e2cd1a1e830acc6d1575a32522f8e9e5b4d99 Mon Sep 17 00:00:00 2001 From: Bhavin Gandhi Date: Mon, 8 Apr 2024 23:33:29 +0530 Subject: [PATCH] org-timer-set-timer: Don't run `org-entry-get' in non Org buffers * lisp/org-timer.el (org-timer-set-timer

[BUG] org-element-at-point warning with org-timer in agenda [9.7-pre, release_N/A-N/A-b45b39 @ /home/bhavin/.emacs.d/elpa/org-9.7pre0.20240405.140341/, ]

2024-04-07 Thread Bhavin Gandhi
/A-b45b39 @ /home/bhavin/.emacs.d/elpa/org-9.7pre0.20240405.140341/) -- Bhavin Gandhi (bhavin192) | https://geeksocket.in

Re: [BUG] Warning (org-element-cache): Org parser error (error "Invalid search bound (wrong side of point)")

2023-07-10 Thread Bhavin Gandhi
omething to do with headings which have many list items, the warnings I have received are from a different file than the previous one. -- Bhavin Gandhi (bhavin192) | https://geeksocket.in

Re: [ox-gfm] (was: org mode to github markdown)

2023-05-08 Thread Bhavin Gandhi
dea how to incldue ox-gfm into the org-export-dispatch? The README says loading ox-gfm adds it to the org-export-dispatch, I tried doing (require 'ox-gfm) and it started showing up. But I don't know if there is any other/better way to do that. -- Bhavin Gandhi (bhavin192) | https://geeksocket.in

Re: bug#59882: Multiple versions of Org in load-path problem

2023-02-22 Thread Bhavin Gandhi
On Wed, 22 Feb 2023 at 16:17, Ihor Radchenko wrote: > > Bhavin Gandhi writes: > > > I'm able to reproduce this on Fedora 37, Emacs 28.2. > > > > In Fedora we have: > > - /usr/share/emacs/site-lisp/site-start.el (has code to load .el and .elc > > from

Re: bug#59882: Multiple versions of Org in load-path problem

2023-02-21 Thread Bhavin Gandhi
is compiled you get this error at the end (it is there multiple times) ox.el:82:1: Error: Symbol’s function definition is void: org-assert-version 6. Close Emacs and start it again with with-emacs.sh -d /tmp/emacs-59882 -- -l org 7. I get byte-code: Invalid function: org-assert-version -- Bhavin Gandhi (bhavin192) | https://geeksocket.in

Re: [BUG] org-auto-repeat-maybe: error "Can’t expand minibuffer to full frame" and missing log note

2022-09-25 Thread Bhavin Gandhi
asic operations like taking note on state change, and have tried with recurring entries which need more than 10 cycles to be marked as done (original bug report). As I was changing the indentation of code from org-add-log-note, I converted some tabs to spaces, is it okay to do so? -- Bhavin

Re: [BUG] org-auto-repeat-maybe: error "Can’t expand minibuffer to full frame" and missing log note

2022-08-16 Thread Bhavin Gandhi
On Thu, 21 Jul 2022 at 23:33, Bhavin Gandhi wrote: > > On Sat, 16 Jul 2022 at 14:50, Ihor Radchenko wrote: > > > Seems like soon I will cross the TINYCHANGE limit, so I will get the > > > FSF copyright assignment done. > > > > Note that FSF should reply within

[BUG] Incorrect fontification of src blocks for indentation sensitive language modes

2022-08-16 Thread Bhavin Gandhi
could be wrong with this analysis. -- Bhavin Gandhi (bhavin192) | https://geeksocket.in

Re: [BUG] org-auto-repeat-maybe: error "Can’t expand minibuffer to full frame" and missing log note

2022-07-21 Thread Bhavin Gandhi
On Sat, 16 Jul 2022 at 14:50, Ihor Radchenko wrote: > > Seems like soon I will cross the TINYCHANGE limit, so I will get the > > FSF copyright assignment done. > > Note that FSF should reply within 5 working days. If not, we can help > you to push them. Thanks! I received the PDF to sign the

Re: [BUG] org-auto-repeat-maybe: error "Can’t expand minibuffer to full frame" and missing log note

2022-07-14 Thread Bhavin Gandhi
On Mon, 11 Jul 2022 at 07:26, Ihor Radchenko wrote: > > Bhavin Gandhi writes: > > >> A better fix may relate to the fact that org-add-log-setup is usually > >> used to run org-add-log-note at the end of current command. y-or-n-p or > >> any other ki

Re: [BUG] org-auto-repeat-maybe: error "Can’t expand minibuffer to full frame" and missing log note

2022-07-10 Thread Bhavin Gandhi
work when read-from-minibuffer is called as it doesn't seem to change this-command when it runs. I had created an Emacs bug report: https://debbugs.gnu.org/56425 -- Bhavin Gandhi (bhavin192) | https://geeksocket.in

Re: [BUG] org-auto-repeat-maybe: error "Can’t expand minibuffer to full frame" and missing log note

2022-07-03 Thread Bhavin Gandhi
fix the initial example in Emacs, the hook will still run while one is in the minibuffer. -- Bhavin Gandhi (bhavin192) | https://geeksocket.in

[BUG] Could not resolve host: updates.orgmode.org

2022-06-19 Thread Bhavin Gandhi
updates.orgmode.org doesn't seem to have any DNS record (A or CNAME)? dig @9.9.9.9 updates.orgmode.org is not returning any record, and I'm not able to open https://updates.orgmode.org/ -- Bhavin Gandhi (bhavin192) | https://geeksocket.in

[BUG] org-auto-repeat-maybe: error "Can’t expand minibuffer to full frame" and missing log note

2022-06-18 Thread Bhavin Gandhi
On Mon, 13 Jun 2022 at 23:01, Bhavin Gandhi wrote: > > 1. emacs -Q > > 2. Create test.org with following content > > > > * TODO Repeating entry > > SCHEDULED: <2022-05-01 Mon ++2d> > > > > 3. C-c C-t on the entry, shows the above error. And shif

Re: Org Agenda Error

2022-06-13 Thread Bhavin Gandhi
On Sun, 12 Jun 2022 at 23:16, Bhavin Gandhi wrote: > 1. emacs -Q > 2. Create test.org with following content > > * TODO Repeating entry > SCHEDULED: <2022-05-01 Mon ++2d> > > 3. C-c C-t on the entry, shows the above error. And shifts the scheduled >date corre

Re: Org Agenda Error

2022-06-12 Thread Bhavin Gandhi
the above error. And shifts the scheduled date correctly. This happens on the Org mode version bundled with Emacs 28.1 i.e. release_9.5.2-25-gaf6f12. And with latest main: release_9.5.4-544-gae168d -- Bhavin Gandhi (bhavin192) | https://geeksocket.in

Re: org-capture firefox extension broken [silently]

2022-06-10 Thread Bhavin Gandhi
https%3A%2F%2Forgmode.org%2F=Org%20mode%20for%20Emacs= Can you try to open the above org-protocol:// link as suggested by Max. -- Regards, Bhavin Gandhi (bhavin192) | https://geeksocket.in

Re: [DISCUSSION, default settings] Using mailcap as default handler for opening file links

2022-06-06 Thread Bhavin Gandhi
ll emacs [1] https://gitlab.com/bhavin192/emacs-pretest-rpm/-/issues/3 [2] https://src.fedoraproject.org/rpms/emacs/pull-request/12#comment-105727 -- Regards, Bhavin Gandhi (bhavin192) | https://geeksocket.in

Re: Cannot link to files with no extension

2022-03-09 Thread Bhavin Gandhi
OPYING file from org-mode repository. Executed M-x org-store-link Created test.org and did C-c C-l. I was able to create a link and open it with C-c C-o. Can you add more details like version, and steps to reproduce with emacs -Q? -- Regards, Bhavin Gandhi (bhavin192) | https://geeksocket.in

Re: [BUG] Inline images cannot be displayed [9.5 (release_9.5-108-g93132c @ /tmp/org-mode/lisp/)]

2021-10-15 Thread Bhavin Gandhi
roduce this with the latest main branch. It works fine with attributes like this: #+attr_org: :width 500px And the 9.5 tag does not have this bug, so I think this might be related to recent changes to image width. Adding Timothy to CC who worked on those changes. -- Regards, Bhavin Gandhi (bhavin192) | https://geeksocket.in

Re: Someone to help merging orgmode.org/contribute.html and orgmode.org/worg/org-contribute.html ?

2021-10-07 Thread Bhavin Gandhi
on made it clear about other ways than email headers though. > Yes - this needs to be better documented. I'm currently working on > the next version of Woof!, it will comes with many enhancements, I'll > reference to the new documentation when I make the switch. > Awesome!

Re: [BUG] org-save-all-org-buffers reapplies startup visibility [9.5 (release_9.5 @ /usr/local/share/emacs/29.0.50/lisp/org/)]

2021-10-05 Thread Bhavin Gandhi
Q -L ~/src/org-mode/lisp/ ~/test.org When I modify the test.org and call org-save-all-org-buffers, all the headings remain unfolded. I tried to switch to a different buffer and called the function, but still it remained in overview state. Maybe someone with the latest Emacs build from master can tr

Re: master-->main?

2021-10-04 Thread Bhavin Gandhi
-- Regards, Bhavin Gandhi (bhavin192) | https://geeksocket.in

[PATCH] org-tools/index.org: Add go-org to list of Org-mode parsers (Worg)

2021-08-11 Thread Bhavin Gandhi
This adds the Org mode parser written in Go to the list of Org-mode parsers. I'm sending a patch for Worg for the first time, I hope this is the correct way to do so. -- Regards, Bhavin Gandhi (bhavin192) | https://geeksocket.in From 12b0f792ff75c7ea2e4dfe24dc54921e4caa24b0 Mon Sep 17 00:00:00

Re: Subject: Bug: Org-Clock-Out in indirect buffer error after refile [9.3 (release_9.3 @ /usr/share/emacs/27.1/lisp/org/)]

2021-07-20 Thread Bhavin Gandhi
f it, which is the expected behaviour. Yes, I found that it is able to track the refile. -- Regards, Bhavin Gandhi (bhavin192) | https://geeksocket.in

Re: [PATCH] Bug: Duplicate logbook entry for repeated tasks [9.4.6 (9.4.6-gab9f2a @ /home/gustavo/.emacs.d/elpa/org-9.4.6/)]

2021-07-13 Thread Bhavin Gandhi
est, for example? >From my very little experience here, the patch will get reviewed by someone, and one of the maintainers (one with committer access) will merge/apply it in a few days. It might take more time as well. https://orgmode.org/worg/org-contribute.html#what-can-I-expect -- Bha

Re: [PATCH] Re: Bug: Duplicate logbook entry for repeated tasks [9.4.6 (9.4.6-gab9f2a @ /home/gustavo/.emacs.d/elpa/org-9.4.6/)]

2021-07-12 Thread Bhavin Gandhi
On Sun, 11 Jul 2021 at 06:59, Ihor Radchenko wrote: > You are right. I believe that I fixed the breakage in the attached > patch. Also, I noticed that c67037 did not fix the original bug when > state change requests interactive note. Thanks! I tested your latest patch, and it is fixing both the

Re: [PATCH] Re: Bug: Duplicate logbook entry for repeated tasks [9.4.6 (9.4.6-gab9f2a @ /home/gustavo/.emacs.d/elpa/org-9.4.6/)]

2021-07-10 Thread Bhavin Gandhi
Hello Ihor, On Sat, 10 Jul 2021 at 19:18, Ihor Radchenko wrote: > The breakage was introduced in commit c67037: > > [c670379adfbdc4883d3cfa230289fd2829993265] Fix `org-agenda-todo' undo > behavior when logging (not adding note) > > The fix is attached. Thank you! I tried the patch, but the

Re: Bug: Unexpected behavior marking recurring tasks as DONE

2021-07-08 Thread Bhavin Gandhi
Hello Alan, Thank you for sharing a detailed description. On Wed, 7 Jul 2021 at 23:52, Alan Ristow wrote: > […] > > > > First, if I do exactly the same as above, the time of completion is > > logged twice: > > > > ** TODO Daily review > >SCHEDULED: <2021-07-08 Thu .+1d> > >:PROPERTIES: >

Re: getting "before first headline at position xxx in buffer *Org Note*" when clocking out

2021-07-01 Thread Bhavin Gandhi
still encounter the issue? I tried the steps on the current master, and I was not able to reproduce this. I think this has been already fixed https://orgmode.org/list/CAP=AKM_MLob51bZx85CtpjDtLNfc+HOe4Ki8xsdmw=ezvhd...@mail.gmail.com/ -- Bhavin Gandhi (bhavin192) | https://geeksocket.in

Re: Bug: Duplicate logbook entry for repeated tasks [9.4.6 (9.4.6-gab9f2a @ /home/gustavo/.emacs.d/elpa/org-9.4.6/)]

2021-06-28 Thread Bhavin Gandhi
On Sun, 27 Jun 2021 at 12:01, Bhavin Gandhi wrote: > > Till now I found that the function `org-add-log-setup' is getting > called twice. Why that's happening, I'm not sure yet. I think running > edebug will help here, I'm going to try that. > I found the reason for this behavio

Re: Bug: Duplicate logbook entry for repeated tasks [9.4.6 (9.4.6-gab9f2a @ /home/gustavo/.emacs.d/elpa/org-9.4.6/)]

2021-06-27 Thread Bhavin Gandhi
trying to wrap my head around the `org-todo' code as well as the change from `c670379ad'. Till now I found that the function `org-add-log-setup' is getting called twice. Why that's happening, I'm not sure yet. I think running edebug will help here, I'm going to try that. -- Bhavin Gandhi (bhavin192) | https://geeksocket.in

Re: Bug: Duplicate logbook entry for repeated tasks [9.4.6 (9.4.6-gab9f2a @ /home/gustavo/.emacs.d/elpa/org-9.4.6/)]

2021-06-14 Thread Bhavin Gandhi
[2021-06-14 Mon 23:26] :END: - State "DONE" from "TODO" [2021-06-14 Mon 23:26] - State "DONE" from "TODO" [2021-06-14 Mon 23:26] #+end_src -- Bhavin Gandhi (bhavin192) | https://geeksocket.in

Re: BUG: Logging habits to LOGBOOK results in double entered time stamp.

2021-06-14 Thread Bhavin Gandhi
quot; from "TODO" [2021-06-08 Tue 22:20] > […] > I'm not able to reproduce this issue with emacs -q and the latest master. But I think that this issue is similar to https://orgmode.org/list/877diwbm6a@gmail.com/T/#u Can you share the value of org-todo-keywords variable

[PATCH] org-refile: Fix double slashes in the refile targets

2021-05-25 Thread Bhavin Gandhi
Adding [PATCH] to the subject so that it appears on updates.orgmode.org.

Re: Bug: Double trailing slash for default candidate in org-refile-get-target [9.4 (9.4-7-g3eccc5-elpaplus @ /home/gustavo/.emacs.d/elpa/org-plus-contrib-20200921/)]

2021-05-24 Thread Bhavin Gandhi
I discovered was the reason `org-refile--get-location' works despite having double slashes. That was new for me. Just experimenting with Woof! X-Woof-Patch: confirmed From e069c35ff6011a7f9efe372e675a0bc43ba1fa80 Mon Sep 17 00:00:00 2001 From: Bhavin Gandhi Date: Sun, 23 May 2021 23:07:13 +0530 Su

Re: Bug: Double trailing slash for default candidate in org-refile-get-target [9.4 (9.4-7-g3eccc5-elpaplus @ /home/gustavo/.emacs.d/elpa/org-plus-contrib-20200921/)]

2021-05-23 Thread Bhavin Gandhi
as mentioned in the report. OTOH, I haven't signed the FSF Copyright assignment yet, should I do it before this gets merged or it can be done later? From 234316ed49023362d116d884ba7f2859e5f04c1b Mon Sep 17 00:00:00 2001 From: Bhavin Gandhi Date: Sun, 23 May 2021 23:07:13 +0530 Subject: [PATCH] org-refile

Re: Bug: Double trailing slash for default candidate in org-refile-get-target [9.4 (9.4-7-g3eccc5-elpaplus @ /home/gustavo/.emacs.d/elpa/org-plus-contrib-20200921/)]

2021-05-10 Thread Bhavin Gandhi
Hello Bastien I'm new to Org mode codebase as well as Elisp. Is this something I can pick up, I was not sure that's why I thought of asking here on the list. -- Regards, Bhavin Gandhi (bhavin192) | https://geeksocket.in

bug#44824: 27.1; Org export as pdf and open file does not open it

2021-01-30 Thread Bhavin Gandhi
& xdg-open ~/Documents/test.pdf [Nothing happens] Emacs: 27.1.91 GNOME: 3.38.3 xdg-open 1.1.3+ -- Warm Regards, Bhavin Gandhi (bhavin192) | https://geeksocket.in