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

Hiding the markup #+DOWNLOADED #181

Open
wolf-coder opened this issue Oct 20, 2021 · 1 comment
Open

Hiding the markup #+DOWNLOADED #181

wolf-coder opened this issue Oct 20, 2021 · 1 comment

Comments

@wolf-coder
Copy link

Any internal configuration to omit the markup #+DOWNLOADED line

@hubisan
Copy link

hubisan commented Jun 20, 2024

You can overwrite the annotation function to return an emtpy string:

(setq org-download-annotate-function (lambda (_) "Return empty string" ""))

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

3 participants
@hubisan @wolf-coder and others