Daniel Mendler
Daniel Mendler
For these tiny integration pieces a `with-eval-after-load` block seems perfectly justified. If Embark actions are normal commands (normal entry points) it makes sense to define a prefix map which can...
Cool. I look forward to try this out. Org-menu seems also useful for inspiration? The copy as MD is a good ootb addition. I also have sth like this in...
Copy as markdown is also useful for the markup. I would trust the user and bind it to the region map.
> ;; The reason for this is left as an exercise to the reader. > ;; Solution: Na ryvfc gnetrg znl cebzcg gur hfre sbe fbzrguvat! I love this! Having...
I just looked at the code a bit and I have only a few minor comments: - You may want to mark the macros as private `embark-org--define-...` - Regarding the...
About the loading of embark-org - I would suggest to add a `with-eval-after-load` block after `provide` such that the package becomes automatically available if the user runs `embark-act` (or other...
> I'm still undecided about whether to bundle embark-org with embark, or to make it a separate package, actually. Any advantage in making it separate? In Consult I also have...
> I'm not too keen on allowing multiple keymaps in the `embark-keymap-alist`, mainly because of the issue you mentioned, that there is no obvious place to add new bindings. I...
Looks good! Now we have a hell of new targets 👀
There is also a org-table-convert-region in the region map. Would it make sense to move that action to embark-org such that it is merged in only if you are in...