Re: How to detect current in logbook drawer?

2020-08-13 Thread Ihor Radchenko
> I want to get around this problem. So need to know how to detect currently > in logbook drawer or something else which used to record clocking note, > `org-add-note`, etc. You may try to use `org-logbook-drawer-re'. > When I toggle org-log-mode and related options in org-agenda buffer. I > foun

Re: Bug: eldoc error: (void-function nil) [9.3.7 (release_9.3.7-708-g5417e3 @ /home/n/.emacs.d/straight/build/org/)]

2020-08-13 Thread Kyle Meyer
No Wayman writes: > The patch to org-eldoc applied in b2b587387 still throws an error: > > eldoc error: (void-function nil) > > I was unable to step through this because (I think) eldoc causes > the debugger to close as soon as input is received. The error > occurs when `eldoc--invoke-strategy`

How to detect current in logbook drawer?

2020-08-13 Thread numbch...@gmail.com
I have a org-mode extension: https://github.com/stardiviner/org-link-beautify/blob/master/org-link-beautify.el#L71 It will beautify links with text-properties. When I toggle org-log-mode and related options in org-agenda buffer. I found my org-link-beautify will caused long time suspend and no st

[PATCH] improve ol-man.el with occur searching

2020-08-13 Thread numbch...@gmail.com
With this patch, ol-man.el link type can be a link like this: ```org [[man:grep::--extended-regexp][grep --extended-regexp]] ``` Occur will auto search "--extended-regexp" string in man page buffer. [stardiviner] GPG key ID: 47C32433 IRC(freeenode): stardiviner

Re: Bug: org agenda leader text "on-the-date" doesn't show for items with both SCHEDULED and DEADLINE properties [9.1.9 (release_9.1.9-65-g5e4542 @ /usr/share/emacs/26.1/lisp/org/)]

2020-08-13 Thread Kyle Meyer
Russell Adams writes: > On Thu, Aug 13, 2020 at 06:13:09PM +0100, Dinnyés Dániel wrote: >> Any response regarding this? Was this registered? If so, Is there a link to >> track the bug status? > > Dinnyés, > > There is only the mailing list, there is no web based bug > tracker. These reports get at

Bug: eldoc error: (void-function nil) [9.3.7 (release_9.3.7-708-g5417e3 @ /home/n/.emacs.d/straight/build/org/)]

2020-08-13 Thread No Wayman
The patch to org-eldoc applied in b2b587387 still throws an error: eldoc error: (void-function nil) I was unable to step through this because (I think) eldoc causes the debugger to close as soon as input is received. The error occurs when `eldoc--invoke-strategy` attempts to funcall eldoc-do

Re: Bug: org agenda leader text "on-the-date" doesn't show for items with both SCHEDULED and DEADLINE properties [9.1.9 (release_9.1.9-65-g5e4542 @ /usr/share/emacs/26.1/lisp/org/)]

2020-08-13 Thread Russell Adams
On Thu, Aug 13, 2020 at 06:13:09PM +0100, Dinnyés Dániel wrote: > Any response regarding this? Was this registered? If so, Is there a link to > track the bug status? Dinnyés, There is only the mailing list, there is no web based bug tracker. These reports get attention as time permits. Developers

Re: Bug: org agenda leader text "on-the-date" doesn't show for items with both SCHEDULED and DEADLINE properties [9.1.9 (release_9.1.9-65-g5e4542 @ /usr/share/emacs/26.1/lisp/org/)]

2020-08-13 Thread Dinnyés Dániel
Hi all, Any response regarding this? Was this registered? If so, Is there a link to track the bug status? Cheers, D. On Mon, 10 Aug 2020 at 10:48, Dinnyés Dániel wrote: > --text follows this line-- > > I am using factory default Emacs and Org-mode settings. > > I am using the following org tod

Re: window setup that works with org-agenda

2020-08-13 Thread Eric S Fraga
On Thursday, 13 Aug 2020 at 13:33, Xianwen Chen (陈贤文) wrote: > I would like to receive tips regarding how to permanently set up the > window layout that I have on my mind. The layout has three windows. Have a look at this variable which may provide what you want: ,[ C-h v org-agenda-window-se

Ical import in Emacs 27.1 core packages

2020-08-13 Thread Russell Adams
Hello Org-ers! I've just upgraded to Emacs 27.1 and the latest Org (9.3.7-18-g093b47-elpa). While reviewing my init.el I found I was still depending on org-import-icalendar.el to import ics files. The link on Worg for this file is broken, and I could not find a good source. It's not in ELPA or ME

window setup that works with org-agenda

2020-08-13 Thread 陈贤文
Hi! I use both org mode and org-roam. org-roam opens a right-hand side window that displays backlinks. When I run org-agenda, the right window is closed automatically. I would like to receive tips regarding how to permanently set up the window layout that I have on my mind. The layout has

Re: Bug: org-table-sort-lines returns error [9.3.7 (release_9.3.7-705-gea9463 @ /home/oub/emacs/site-lisp/packages/org/)]

2020-08-13 Thread Charles Millar
On 8/13/20 8:03 AM, Uwe Brauer wrote: "NG" == Nicolas Goaziou writes: Hello, Uwe Brauer writes: I am running emacs 28 master 84ec57fe06e187f41a3546131d5dae3b185c3511 Steps to reproduce #+TBLNAME: original | Day | Color | Level | Quantity | |---+---+---+--|

Re: Bug: org-table-sort-lines returns error [9.3.7 (release_9.3.7-705-gea9463 @ /home/oub/emacs/site-lisp/packages/org/)]

2020-08-13 Thread Uwe Brauer
>>> "NG" == Nicolas Goaziou writes: > Hello, > Uwe Brauer writes: >> I am running emacs 28 master 84ec57fe06e187f41a3546131d5dae3b185c3511 >> >> Steps to reproduce >> >> #+TBLNAME: original >> | Day | Color | Level | Quantity | >> >> |---+---+---+--| >> | Monda

Re: Bug: org-table-sort-lines returns error [9.3.7 (release_9.3.7-705-gea9463 @ /home/oub/emacs/site-lisp/packages/org/)]

2020-08-13 Thread Uwe Brauer
>>> "NG" == Nicolas Goaziou writes: > Hello, > Uwe Brauer writes: >> I am running emacs 28 master 84ec57fe06e187f41a3546131d5dae3b185c3511 >> >> Steps to reproduce >> >> #+TBLNAME: original >> | Day | Color | Level | Quantity | >> >> |---+---+---+--| >> | Monda

Re: org-caldav-sync hangs

2020-08-13 Thread Eric S Fraga
In your debug backtrace, the ID of the entry causing difficulties was given. Could you check out this entry to see if it is strange in some way? Maybe remove it (temporarily) from your org file and see if the sync operation works? -- : Eric S Fraga via Emacs 28.0.50, Org release_9.3.7-705-gea94

Re: Bug: Link descriptions include checkbox counter [9.3.7 (9.3.7-16-g521d7f-elpaplus @ /home/tarjei/.emacs.d/elpa/org-plus-contrib-20200803/)]

2020-08-13 Thread Nicolas Goaziou
Hello, tarjei writes: > Is it intended behavior for =org-store-link= to include checkboxcounters > in the description? I would expect the example below to be > =[[id:..][Link to this]]=, similarly to how TODO keywords are treated. > > #+begin_src org > ,*** [1/2] Link to this > :PROPERTIES: > :ID

Re: Bug: org-table-sort-lines returns error [9.3.7 (release_9.3.7-705-gea9463 @ /home/oub/emacs/site-lisp/packages/org/)]

2020-08-13 Thread Nicolas Goaziou
Hello, Uwe Brauer writes: > I am running emacs 28 master 84ec57fe06e187f41a3546131d5dae3b185c3511 > > Steps to reproduce > > #+TBLNAME: original > | Day | Color | Level | Quantity | > > |---+---+---+--| > | Monday| Red |30 | 11 | > | Monday

Re: org-caldav-sync hangs

2020-08-13 Thread Robert Pluim
> On Thu, 13 Aug 2020 11:00:34 +0200, "Loris Bennett" > said: Loris> Thanks for the suggestions. Unfortunately all the relevant Org file Loris> pass linting and regenerating .org-id-locations didn't help. Loris> What I do occasionally see is this error: Loris> up-lis

Re: Markup border outdated in spec?

2020-08-13 Thread Nicolas Goaziou
Hello, kim.lindber...@gmail.com writes: > There seems to be an inconsistency between the Org syntax spec and the > actual behavior regarding text markup: the spec forbids `,`, `'` and > `"` in the border, yet it seems to work just fine to use them there in > the current version of Org. I updated

Re: org-caldav-sync hangs

2020-08-13 Thread Loris Bennett
Hi Eric, Eric S Fraga writes: > On Monday, 10 Aug 2020 at 14:47, Loris Bennett wrote: >> The following used to work ca. 6-8 weeks ago to work and allow me to >> synchronise events in an Org file with a calendar provided by a >> Nextcloud instance: > > I had this problem in the past, or something