apc

Results 15 comments of apc

If I call `org-noter-pdftools-create-skeleton` from an `org-noter` session, I'm asked whether I want to import the Outline, the Annotations, or Both. If I select 'Annotations', I'm given the option of...

Related discussion here: https://www.reddit.com/r/orgmode/comments/hrxc6a/move_to_first_line_after_drawers/?utm_source=share&utm_medium=web2x&context=3; not sure if the regex based solution there will work, but I've been using that function for a while.

I'm pretty sure it isn't the same thing, but I'm not certain I understand the issue you refer to @nobiot. Both this and #2257 would be solved by adding a...

Sorry, I missed this notification. Looks good! Thanks a bunch.

I see this is still open somehow, even though the conversation suggests the issue has been resolved. But I recently encountered what looks like the exact same issue. Bindings that...

So, to make it as minimal as possible, here's another even simpler config that reproduces the issue: ```elisp (require 'package) (add-to-list 'package-archives '("melpa" . "https://melpa.org/packages/") t) (setq package-list '(general which-key))...

Final comment (for now!): for anyone running into a similar issue, there's a related [issue](https://github.com/noctuid/general.el/issues/505) at the general repo which made me try this, which does just what I wanted...

Thanks, @aadcg. This: (setq ivy-read-action-function #'ivy-hydra-read-action) seems to fix the problem. I'm not sure I understand exactly what the source of the problem is, nor whether the solution to #2397...

@berquist I was just having a similar issue with `ivy-re-builders-alist`. For whatever reason, moving the assignment to `:config` (with the needed `setq`) seems to have solved the issue. It's as...

From what I can tell, the issue has nothing to do with `selectrum` (as @haji-ali notes). Note that the same thing happens in an `org-agenda` view, e.g.: `mouse-face` simply overrides...