Skip to content

Conversation

@equwal
Copy link
Contributor

@equwal equwal commented Jun 19, 2019


Changelog For Org-Mode Snippets


It looks like these were edited with an editor that auto-inserted a newline on
save, so I removed them. videos, links, and images have had the plural "s" removed. The rest
of them are improved to reduce annoyance (described below).

Issues

img

Too many newlines; nonidiomatic usage of closing tag.

Old expansion

<img src=""
alt="" align="left"
title="image title"
class="img"
</img>

New expansion

  <img src="" alt="" align="left" title="image title" class="img" />

links

No plural name, newline after, spaces before.

Old expansion

  [[ external_link ][ Name of the link]

New expansion

  [[external_link][Description]

elisp aliased as emacs-lisp

title

Distracting default "What the hell" suggestion removed.

Old expansion

#+TITLE: What the hell

New expansion

#+TITLE: 

keywords

No default required, removed.

Old expansion

#+KEYWORDS: org-mode

New expansion

#+KEYWORDS: 

description

Distracting and pointless default removed.

Old expansion

#+DESCRIPTION: description of your org-mode file

New expansion

#+DESCRIPTION: 

@AndreaCrotti
Copy link
Owner

Great, thanks for your help!

@AndreaCrotti AndreaCrotti merged commit 75a6ed6 into AndreaCrotti:master Jun 23, 2019
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.

2 participants