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

Option to remove #+Downloaded tag #179

Open
joshcho opened this issue Oct 12, 2021 · 3 comments
Open

Option to remove #+Downloaded tag #179

joshcho opened this issue Oct 12, 2021 · 3 comments

Comments

@joshcho
Copy link

joshcho commented Oct 12, 2021

It would be very nice if in customize-variable we can remove the #+Downloaded tag that gets added by default. Thanks.

@hsingko
Copy link

hsingko commented Dec 23, 2021

I'm not familiar with elisp, and I came across this problem too. As this code which mentioned above hasn't merged to the base yet, I found a solution that doesn't need to chage the source code. Hope it will help others who search for the same issue.

(defun dummy-org-download-annotate-function (link)
  "")

;; setq in doom emacs
(setq org-download-annotate-function
      #'dummy-org-download-annotate-function)

@AtomicNess123
Copy link

Is this merged already?

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

No branches or pull requests

4 participants
@joshcho @AtomicNess123 @hsingko and others