org-sql
org-sql copied to clipboard
SQL backend for Emacs Org-Mode
Some of links are defined with the [abbreviation](https://orgmode.org/manual/Link-Abbreviations.html). The link abbreviation is not present in the table `links` only the original link type. For example ``` * link defined as...
Thank you for a good project. I am not sure whether the .el is capturing clocking data. I can see data in healines and timestamps tables but cloking tables is...
Hello, I'm trying to get org-sql running but have been scratching my head for the past hours over unusual behaviour: - installation and configuration went through ok. Installed it from...
Thanks for your great package. I freshly installed it and called `org-sql-user-reset`. It gave me this error message. `No prompt found or ‘comint-prompt-regexp’ not set properly`. System: Windows 10, Emacs...
Often, I put my timestamps in headlines. It seems these timestamps don't make it to the timestamps table. This is a pre-check if a) my practice is bad and I...
This seems to do what I want, but I'll be playing with it in the next few weeks, I'll probably find bugs and update this. In no rush to merge,...
Hi! first off, thank you so much for this, I'm close to having a web interface on my org notes thanks to you! Quick question: in my org files, I...
Hello, some of my org files have some content before the first headline: ``` #+title: file title #+date: [2024-09-12 Thu 17:19] #+subtitle: file subtitle with short description summary of the...
Another day, another feature I'd like to have: Timestamps can be used in/as property values, like in ``` * Example :PROPERTIES: :EXAMPLE_TIMESTAMP: [2024-08-14 Wed 07:15] :END: ``` If I implement...
Hi! I recently wrote the library https://github.com/meedstrom/indexed. Afterwards, I began considering how to design [an all-new DB](https://github.com/meedstrom/indexed/issues/1), and glad to see prior art here! It seems great if I can...