Daniel Hubmann

Results 13 comments of Daniel Hubmann

@emanuele6 The term bindcode is used in i3wm for binding a keycode. So I took it for given that the PR implements this. Thanks you for pointing out that this...

Adding this as information from the pull request #181 as it might be relevant, was at least for me: > Also, the users that are complaining about not being able...

You can overwrite the annotation function to return an emtpy string: ```lisp (setq org-download-annotate-function (lambda (_) "Return empty string" "")) ```