Skip to content

simplify org-mode/dot snippet #87

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

Merged
merged 1 commit into from
May 3, 2022
Merged

simplify org-mode/dot snippet #87

merged 1 commit into from
May 3, 2022

Conversation

tecosaur
Copy link
Member

  1. ":exports none :results silent" + link to file is pointlessly clunky.
    Just having ":results file graphics" is briefer and even works better.
  2. ":cmdline -T${format}" is largely unneeded, as type is selected based
    on the file extension by default, which tends to result in behaviour
  3. Change the default format to SVG. Org can be exported to a variety of
    formats, and SVG is more versatile in this respect.

1. ":exports none :results silent" + link to file is pointlessly clunky.
  Just having ":results file graphics" is briefer and even works better.
2. ":cmdline -T${format}" is largely unneeded, as type is selected based
  on the file extension by default, which tends to result in behaviour
3. Change the default format to SVG. Org can be exported to a variety of
  formats, and SVG is more versatile in this respect.
@hlissner hlissner added this to the v2.0 milestone May 3, 2022
@hlissner hlissner added mode:org is:revision is:tweak Code changes that affects user-facing behavior and removed is:revision labels May 3, 2022
@hlissner hlissner merged commit 7d18397 into doomemacs:master May 3, 2022
@hlissner
Copy link
Member

hlissner commented May 3, 2022

LGTM. Thanks again for your help!

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Aug 2, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
is:tweak Code changes that affects user-facing behavior mode:org
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants