diff --git a/demo/org-mode-syntax.html b/demo/org-mode-syntax.html index f78828d..baa1bd2 100755 --- a/demo/org-mode-syntax.html +++ b/demo/org-mode-syntax.html @@ -72,10 +72,10 @@
  • Useful extensions
  • Graphs with Graphviz
  • Graphs with R
  • -
  • Index
  • -
  • Bibliography
  • -
  • Citations
  • -
  • Glossary
  • +
  • Index
  • +
  • Bibliography
  • +
  • Citations
  • +
  • Glossary
  • @@ -2861,28 +2861,9 @@ It uses directly the R command to process R language.
    -

    Text

    +

    Example

    -A one-liner result: -

    - -
    - -
    date +"%Y-%m-%d"
    -
    -
    - -
    -2015-03-06
    -
    -
    -
    - -
    -

    Example

    -
    -

    Data to be charted:

    @@ -2974,12 +2955,7 @@ Code: legend("bottom", legend=c("Degrees"), col=c("#ABD249"), pch=c(19))
    -
    - -
    -

    Graph

    -

    The resulting chart:

    @@ -2991,55 +2967,32 @@ The resulting chart:
    - -
    -

    R code block

    -
    -
    - -
    library(ggplot2)
    -summary(cars)
    -
    -

    -Plot: -

    - -
    - -
    library(ggplot2)
    -qplot(speed, dist, data = cars) + geom_smooth()
    -
    -
    -
    -
    - - -
    -

    Index

    -
    +
    +

    Index

    +

    Index (or list of acronyms).

    -
    -

    Bibliography

    +
    +

    Bibliography

    -
    -

    Citations

    -
    +
    +

    Citations

    +

    Cross-referenced to bibliography.

    -
    -

    Glossary

    +
    +

    Glossary

    Footnotes:

    diff --git a/demo/org-mode-syntax.org b/demo/org-mode-syntax.org index d0eeae7..8f71499 100755 --- a/demo/org-mode-syntax.org +++ b/demo/org-mode-syntax.org @@ -1304,32 +1304,6 @@ the ~org-babel-load-languages~ variable. It uses directly the ~R~ command to process R language. -** Text - -A one-liner result: - -#+begin_src shell :exports both :results verbatim -date +"%Y-%m-%d" -#+end_src - -#+results: -: 2014-03-15 - -# A multiple-line result: -# -# #+name: list-of-styles -# #+begin_src shell :exports both :results verbatim -# # output all styles, but the default one (if any) -# ls styles | grep -v "default" -# #+end_src -# -# #+results: list-of-styles -# #+begin_example -# bigblow -# leuven -# maunakea -# #+end_example - ** Example Data to be charted: @@ -1359,29 +1333,11 @@ grid(nx=NULL, ny=NULL, col=c("#E8E8E8"), lwd=1) legend("bottom", legend=c("Degrees"), col=c("#ABD249"), pch=c(19)) #+end_src -** Graph - The resulting chart: #+results: R-plot [[file:images/Rplot.png]] -** R code block - -#+begin_src R -library(ggplot2) -summary(cars) -#+end_src - -#+results: - -Plot: - -#+begin_src R -library(ggplot2) -qplot(speed, dist, data = cars) + geom_smooth() -#+end_src - * Index Index (or list of acronyms).