alphapapa / alphapapa/org-ql

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

Aberta
#294 1 comentário 0 reações 0 responsáveis Ver no GitHub
Linguagem predominante
Emacs Lisp
Estrelas
1.6k
Forks
120
Métricas de merge de PRs
Nenhum PR com merge em 30d

Descrição

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.

Guia de contribuição

Nenhum guia de contribuição indexado para este repositório

Avaliação

Esta issue ainda não foi avaliada.

Receba novas issues na sua caixa de entrada

Um resumo curto de issues do GitHub para quem está começando.