jarofromel

Results 15 comments of jarofromel

I'd like to add my voice as well. `Dateutils` simplifies many useful datetime operations over the range of different datetime formats (and while many of these operations can be done...

Thanks a lot @TomJo2000 for your work!

There is an argument to CSV importer - [csv_dialect](https://github.com/beancount/beancount/blob/f02f530d18fd832752e0b51683bb7c4ac832feeb/beancount/ingest/importers/csv.py#L121). It allows you to define your own way to parse your csv file (on the positive side, it is the part...

I tested with the following results: 1) new column `link_abbrev` is visible in the `links` table 2) only NULL value is there, i.e. no abbreviations were found in my org...

And the debugger message: >Debugger entered--Lisp error: (wrong-type-argument integer-or-marker-p nil) goto-char(nil) (let ((header-components '(clock diary-sexp drawer headline inlinetask node-property planning property-drawer section))) (goto-char (plist-get attributes :contents-begin)) (while (let* ((cntx (org-element-context))...

It happens to me as well, the snippets do not complete (`corfu` and `snippets` modules are enabled, emacs 30.1, fresh install). I use the solution outlined in the comment above...

From the similar functionalities: [org clock table dblock - :scope header arg](https://orgmode.org/manual/The-clock-table.html) [org column view dblock - :id header arg](https://orgmode.org/manual/Capturing-column-view.html) [org-ql dblock - :from header arg](https://github.com/alphapapa/org-ql/issues/151) I think current buffer...

Sure. I am not yet on the level to enhance denote codebase but I am happy to test and try.

I think the main cause is here ndwarshuis/org-ml#46. There are breaking changes in `org-mode>=9.7` and while `org-ml` was adapted to accomodate these changes by ndwarshuis in the version 6.0, `org-sql`...

I am happy to test once you say it is ready. Thanks a lot for your work.