Skip to content

Files

Latest commit

c1c58cd · Sep 15, 2015

History

History
148 lines (135 loc) · 4.38 KB

todo.org

File metadata and controls

148 lines (135 loc) · 4.38 KB

ioslide–define-attribute-inserter :class

  • State “TODO” from “” [2015-09-16 水 01:26]
If multiple :class is specified in a single object (HTML element), it should be merged in one line. e.g.
#+ATTR_HTML: :class float-right 
#+ATTR_HTML: :class z-index-999

 ============merge============>
#+ATTR_HTML: :class float-right z-index-999

Otherwise, only one class will be applied in browser!

Click on image to open & navigate.

  • State “TODO” from “” [2015-01-21 水 13:23]

Beautify quote block

  • State “TODO” from “” [2015-01-26 月 16:53]

MathJax

  • State “DONE” from “STARTED” [2015-01-18 日 21:49]
  • State “STARTED” from “” [2015-01-18 日 04:55]
  • [ ] Shrink the size.

Numerated list

  • State “DONE” from “” [2015-01-19 月 01:52]

Blockquote support

  • State “DONE” from “STARTED” [2015-01-19 月 22:33]
  • State “STARTED” from “” [2015-01-19 月 03:01]

“Build” list

  • State “DONE” from “” [2015-01-19 月 22:33]
<ul> build <li> to-build

<ul> build fade <li> to-build fade

Highlighted table cons.

  • State “DONE” from “” [2015-01-20 火 02:08]
<td class=”highlight”>格子</td>

Footnote -> footer

  • State “DONE” from “STARTED” [2015-01-20 火 21:20]
  • State “STARTED” from “” [2015-01-20 火 02:47]

http://orgmode.org/manual/Tables.html#Tables

<footer class="source">
  <p>
    <a href="http://orgmode.org/worg/org-tutorials/org4beginners.html">http://orgmode.org/worg/org-tutorials/org4beginners.html</a>
  </p>
</footer>

Make <q></q> in Segue more conveniently

  • State “DONE” from “STARTED” [2015-01-24 土 06:41]
  • State “STARTED” from “TODO” [2015-01-23 金 15:11]
  • State “TODO” from “APPT” [2015-01-20 火 02:09]
  • State “APPT” from “” [2015-01-20 火 00:00]
Convert quote-block into <q>…</q> in Segue page.

CANCELLED Highlight Code (h)

  • State “TODO” from “” [2015-01-21 水 02:18]
wrapped in <b>

Speaker Notes (p)

  • State “DONE” from “TODO” [2015-01-24 土 08:02]
  • State “TODO” from “” [2015-01-21 水 02:16]

Show #+GITHUB in page

  • State “DONE” from “TODO” [2015-01-26 月 16:42]
  • State “TODO” from “” [2015-01-21 水 16:22]

Wrong:

<slide id="sec-22" class=" thank-you-slide segue nobackground" style="background-image: url(nil)">
  <aside class="gdbar right"><img src="images/emacs-icon.png"></aside>
  <h2>
    <p>
       Thank You ˊ・ω・
    </p>
  </h2>

  <br>

  <p class="auto-fadein" data-config-contact><article class="flexbox vleft auto-fadein" id="text-22">
    </article>
</slide>

Correct:

<slide id="sec-8" class=" thank-you-slide segue nobackground" style="background-image: url(nil)">
  <aside class="gdbar right"><img src="picts/org-mode_icon.png"></aside>

  <article class="flexbox vleft auto-fadein" id="text-8">

    <h2>
      <p>
        &lt;Thank you&gt;
      </p>
    </h2>

    <br>
    <p class="auto-fadein" data-config-contact> </p>


  </article>

</slide>

Functions to make inserting properties easier

  • State “DONE” from “TODO” [2015-02-12 木 01:39]
  • State “TODO” from “” [2015-01-21 水 02:50]

CANCELLED Rewrite Readme.old.org in ox-ioslide.el

We use make README.md to generate README.md from ox-ioslide.el