gkroam icon indicating copy to clipboard operation
gkroam copied to clipboard

Links to date-notes cannot be followed

Open Whil- opened this issue 3 years ago • 3 comments

It seems that links to dates cannot be followed by clicking, like other links.

Ex. {[2020-11-15]} either errors out with "This should not happen" (due to org-open-at-point intercepting the link as a timestamp it seems) or some strange Org agenda buffer error that pops up. Haven't debugged why the org agenda buffer is showing up.

Same thing happens if links are to subheadings within a daily note, ex {[2017-01-08 » Some heading]}

Whil- avatar Nov 14 '20 23:11 Whil-

It seems that the format of [2020-11-15] is considered as a timestamp in org-mode and when click the timestamp, it default opens an agenda buffer. I didn't get an error, it just pop up an agenda buffer. I will see on how to fix it.

Kinneyzhang avatar Nov 15 '20 03:11 Kinneyzhang

I get this error when attemptng to u0pdate db's or caches

Debugger entered--Lisp error: (error "20201225121319.org doesn’t have a title!")

jcipher21 avatar Dec 27 '20 01:12 jcipher21

Debugger entered--Lisp error: (error "20201225121319.org doesn’t have a title!")

As the error info described, the org file should have a title.

Kinneyzhang avatar Dec 28 '20 02:12 Kinneyzhang