Add image link and note about zero-width space

pull/2/head
Fabrice Niessen 2015-06-30 10:44:14 +02:00
parent 44790f8d51
commit ffe6ec9840
2 changed files with 3890 additions and 2720 deletions

File diff suppressed because it is too large Load Diff

View File

@ -1,6 +1,6 @@
#+TITLE: Org mode syntax quick reference card
#+AUTHOR: Fabrice Niessen
#+EMAIL: fniessen@pirilampo.org
#+EMAIL: (concat "fniessen" at-sign "pirilampo.org")
#+DESCRIPTION: Org mode syntax example
#+KEYWORDS: org-mode, syntax, quick reference, cheat sheet, recommended practices, latex, beamer, html
#+LANGUAGE: en
@ -12,9 +12,7 @@
# #+SETUPFILE: ~/src/org-html-themes/setup/theme-readtheorg-local-abs.setup
#+SETUPFILE: ~/src/org-html-themes/setup/theme-readtheorg.setup
#+PROPERTY: eval yes
#+PROPERTY: exports both
#+PROPERTY: results replace
#+PROPERTY: header-args :eval yes :exports both :results replace
# #+MACRO: longtext this is a very very long text to include
@ -535,9 +533,6 @@ See http://www.pirilampo.org (automatic!) and the
[[http://orgmode.org/][Org mode Web site]].
#+end_src
# Clicking on the image [[http://orgmode.org/][file:images/org-mode-unicorn.png]] leads to the Org mode
# home page.
*** Relative links
#+begin_src org
@ -550,6 +545,15 @@ See http://www.pirilampo.org (automatic!) and the
[[mailto:john.doe@example.com][email John Doe]]
#+end_src
*** Image links
To get image links, put a link to a file in the description.
#+begin_src org
Clicking on the image [[http://orgmode.org/][file:images/org-mode-unicorn.png]]
leads to the Org mode home page.
#+end_src
** Internal links
:PROPERTIES:
:ID: 0d2b0cb2-116c-4a61-a076-4c641faf4346
@ -1088,6 +1092,11 @@ The Greek letters \alpha, \beta, and \gamma are used to denote angles.
- Suits: \clubs \spades
#+end_src
#+begin_note
You can insert a real "zero-width space" Unicode character by pressing
~C-x 8 RET zero width space RET~ or ~C-x 8 RET 200b RET~.
#+end_note
* Source code
** Inline code