alphapapa / alphapapa/org-ql

org-agenda-bulk-mark-regexp does not work with org-ql-agenda

Aperta
#294 1 commento 0 reazioni 0 assegnatari Vedi su GitHub
Lingua principale
Emacs Lisp
Stelle
1.6k
Fork
120
Metriche di merge delle PR
Nessuna PR unita negli ultimi 30g

Descrizione

I think the `'text` property isn't preserved or built by the org-ql query maybe?

The reason is that debugging led me to find out that this fails in an org-ql-view buffer:

```emacs-lisp
(get-text-property 50 'txt)
```

But in a normal org agenda buffer I get:

```
#("TODO Morning Routine :recurring:routine::morningRoutine:" 0 4 (fontified t org-category "recurring" org-stats 0 line-prefix #("***" 0 3 (face org-indent)) wrap-prefix #("******* " 0 3 (face org-indent) 3 8 (face org-indent)) face (org-todo org-level-4) ...) 4 20 (fontified t org-category "recurring" org-stats 0 line-prefix #("***" 0 3 (face org-indent)) wrap-prefix #("******* " 0 3 (face org-indent) 3 8 (face org-indent)) face org-level-4 ...) 20 22 (org-heading t) 22 31 (inherited t org-heading t) 31 32 (org-heading t) 32 39 (inherited t org-heading t) 39 56 (org-heading t))
````

I'm using nix, but I've made sure to manually install the correct compatible versions of org-ql and org-ql-agenda:

org: 9.5.4 (*mismatch* org-ql specifies org 9.0... does it specifically need to be 9.0?)
org-ql: 0.7-pre
org-super-agenda: 1.2
ts: 0.3-pre (*mismatch* should be 0.2 for org-ql)

aside: I've created an upstream issue to hopefully eventually make sure package requires versions are respected in NixOS/nixpkgs#182645

Do you know if other emacs package managers respect package requires? I'd like to add that to my issue there as an argument for respecting package requires if so.

Guida per i contributori

Nessuna guida per i contributori indicizzata per questo repository

Valutazione

Questa issue non è ancora stata valutata.

Ricevi le nuove issue nella tua casella

Un breve riepilogo di issue GitHub adatte ai principianti.