Kinneyzhang / gkroam

A lightweight roam replica on top of emacs org-mode.
GNU General Public License v3.0
193 stars 8 forks source link

Links to date-notes cannot be followed #42

Open Whil- opened 3 years ago

Whil- commented 3 years ago

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]}

Kinneyzhang commented 3 years ago

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.

jcipher21 commented 3 years ago

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

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

Kinneyzhang commented 3 years ago

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

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