bard / emacs-run-command

Efficient and ergonomic external command invocation for Emacs
https://bard.github.io/emacs-run-command
GNU General Public License v3.0
102 stars 8 forks source link

Add an example to open org links under a heading in an org buffer #13

Closed hai-nc closed 3 years ago

hai-nc commented 3 years ago

Summary

This example illustrates the feature of running elisp in the :command-line parameter of the run-command command.

It creates an elisp function to open org links under a heading in an org buffer.

Issue (optional)

The relevant issue of this PR is #7.

hai-nc commented 3 years ago

Among the 2 commits I made above, please ignore the earlier one because I pushed the file by mistake to the "master" branch instead of the "lisp command" branch.

hai-nc commented 3 years ago

I tried pushing a new commit to "undo" my changing of master branch into this pull request but github only gave me the option to create a new pull request, not sure why.

If you prefer, I can close this pull request and create a fresh pull request instead.

bard commented 3 years ago

I tried pushing a new commit to "undo" my changing of master branch into this pull request but github only gave me the option to create a new pull request, not sure why.

If you prefer, I can close this pull request and create a fresh pull request instead.

The changeset looks clean, so don't worry! I'll get around to reviewing soon.

bard commented 3 years ago

I'm going to merge this to branch now. If in coming weeks you have further observations on the usage, I'd be interested to hear., either here on in the related issue Again thanks for contributing!