Greg Lucas

Results 31 comments of Greg Lucas

I'm seeing the same problems, with org-version 9.6.6. For example, I was sorting some headlines and moving one up with `M-` until I suddenly got M- is undefined [2 times]...

This seems similar to #30, which is closed but does not seem to work for me. I'm testing with a simple recipe like ``` test target: echo '{{target}}' ``` and...

That's different though -- that identifies which justfile to use, right? I'm thinking of a case like this: ``` some-project/ justfile module-1/ module-2/ ``` There's only one justfile, but it...

My workaround for this is to add `project IS NOT EMPTY`. For example: jira issues list --history -q "project IS NOT EMPTY" But I agree it would be nice if...

There is no built-in support for this, but I wanted the same thing. I've got a workaround with advice that seems to work. (defun my/use-deft-notes-dir (orig &rest args) (let ((deft-directory...

> brew services start emacs-plus@30 This gives me the following: `Error: Formula `emacs-plus@30` has not implemented #plist, #service or installed a locatable service file`

I think everything is up to date. I had just done some cleanup and updates before installing v30. > brew config HOMEBREW_VERSION: 4.4.22 ORIGIN: https://github.com/Homebrew/brew HEAD: 89d1d6b8f4adb0b8f6678912f648dca2475b7c7c Last commit: 5...

Here's what I see: ~ $ brew doctor Your system is ready to brew. ~ $ brew info emacs-plus ==> d12frosted/emacs-plus/emacs-plus@30: stable 30.1, HEAD GNU Emacs text editor https://www.gnu.org/software/emacs/ Installed...

> Can you try tapping emacs+ (as per first point in my previous message)? Seems to be tapped, I've tried tapping again. Thanks for the feedback though! I see it's...

> Right now I'm uninstalling 29 and 30 to try again clean. Well.. no idea why, but it works fine after re-installing. Thanks again (for the feedback and the great...