Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make org-download-edit also work for attachment links. #182

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

floli
Copy link

@floli floli commented Oct 25, 2021

Closes #180.

Also enclose the process buffer in asterisk, which is common practice.

Request thorough review and I am open for all improvements and guidance, still early lisp learner.

Closes abo-abo#180.

Also enclose the process buffer in asterisk, which is common practice.
(shell-quote-wildcard-pattern
(url-unhex-string (plist-get (cadr context) :path))))))))
(let* ((filename (url-unhex-string (plist-get (cadr context) :path)))
(type (plist-get (car (cdr context)) :type))
Copy link
Author

@floli floli Oct 26, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe someone knows a nicer formulation of that line? The (car (cdr context)) part.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Make org-download-edit work with org-attach-directories
1 participant