Denis Maier
Denis Maier
UX: I'd like to implement a workflow more or less like this: 1. insert a citation fragment (I use the function below, but could also be done manually) 2. add...
Ok, I'll try with this command.
87Oh, I think that's not what I've meant. The behaviour I mean is this: 1. Enter a citation => `[cite:@doe]` 2. Run `citar-org-update-pre-suffix`, 3. Add a suffix, say "5". =>...
> Add a space after the prefix and before the suffix? I'd think so, yes.
Sure. But is that a problem? (I'd say updating is probably errorprone anyway. Why not return a newly assembled prexix-key-suffix combination?)
Ok, looks like this is really caused by `org-element-interpret-data` ```elisp (org-element-interpret-data `(citation-reference (:key "asdf" :prefix "prefix" :suffix "suffix"))) ; vs: (org-element-interpret-data `(citation-reference (:key "asdf" :prefix "prefix " :suffix " suffix")))...
Probably yes. I can't claim to totally understand what is happening there, though.
> Also, of note, for another approach to entering keys etc, see: > > https://github.com/mclear-tools/citar-capf > > For some users, that may work better. > > Note, though: I haven't...
@daviwil Ok, I've disabled everything related to `evil-mode`, and it's working fine. (I've only added everything up to the fourth stream, so I don't know if there are unwanted effects...
I just ran into this: https://www.ctan.org/pkg/biblatex-ms Apparently, the biblatex folks have recently published the multiscript variant of biblatex. As of now, both versions seem to exist in parallel, the multiscript...