Org-mode test

This is before the first section heading

This is my latest book

This should be italics and this should be bold. This is a verbatim text, and this is code. Here is strike through and underlined.

This is a
fixed width area

\enlargethispage{2\baselineskip}

srcR{cat("Hello World!")}

Be sure to look at https://orgmode.org.

<<TARGET>>

FN Test

The Org website1 now looks a lot better than it used to.

Here is an inline-footnote2.

Lord of the Rings

My favorite scenes are (in this order)

  1. The attack of the Rohirrim
  2. Eowyn's fight with the witch king

    • this was already my favorite scene in the book
    • I really like Miranda Otto.
  3. Peter Jackson being shot by Legolas

    • on DVD only

    He makes a really funny face when it happens.

  4. <favorite scenes 4 to 8 are skipped for brevity>

But in the end, no individual scenes matter but the film as a whole.

Important actors in this film are:

Elijah Wood
He plays Frodo
Sean Astin
He plays Sam, Frodo's friend. I still remember him very well from his role as Mikey Walsh in The Goonies.

This is a section

This is a test.

Energy is $e$, mass $m$, speed of light is $c$.

$$e = mc^2$$

$$ a < b < c $$

Subsection

Something something

Martin's Website

Let's test some tables

Name Phone Age
Peter 1234 17
Anna 4321 25
N N2 N3 N4 sqrt(n) sqrt[4](N)
1 1 1 1 1 1
2 4 8 16 1.4142 1.1892
3 9 27 81 1.7321 1.3161
N N2 N3 N4 sqrt(n) sqrt[4](N)
/ < > <l> <l18>
1 1 1 1 1 1
2 4 8 16 1.4142 1.1892
3 9 27 81 1.7321 1.3161

This is a headline

Still outside the drawer

TOGGLE

This is inside the drawer.

After the drawer.

Great clouds overhead Tiny black birds rise and fall Snow covers Emacs ---AlexSchroeder

Everything should be made as simple as possible, but not any simpler ---Albert Einstein

Everything should be made as simple as possible,
but not any simpler

The radius of the sun is Rsun = 6.96 x 108 m. On the other hand, the radius of Alpha Centauri is RAlpha Centauri = 1.28 x Rsun.

\begin{equation} x=\sqrt{b} \end{equation}

If $a^2=b$ and $b=2$, then the solution must be either $a=+\sqrt{2}$ or $a=-\sqrt{2}$.

\begin{align*} 2x - 5y &= 8 \\ 3x + 9y &= -12 \end{align*}
ctl <- c(4.17,5.58,5.18,6.11,4.50,4.61,5.17,4.53,5.33,5.14)
trt <- c(4.81,4.17,4.41,3.59,5.87,3.83,6.03,4.89,4.32,4.69)
group <- gl(2, 10, 20, labels = c("Ctl","Trt"))
weight <- c(ctl, trt)
lm.D9 <- lm(weight ~ group)
summary(lm.D9)

Call:
lm(formula = weight ~ group)

Residuals:
    Min      1Q  Median      3Q     Max 
-1.0710 -0.4938  0.0685  0.2462  1.3690 

Coefficients:
            Estimate Std. Error t value Pr(>|t|)    
(Intercept)   5.0320     0.2202  22.850 9.55e-15 ***
groupTrt     -0.3710     0.3114  -1.191    0.249    
---
Signif. codes:  0 '***' 0.001 '**' 0.01 '*' 0.05 '.' 0.1 ' ' 1

Residual standard error: 0.6964 on 18 degrees of freedom
Multiple R-squared:  0.07308,	Adjusted R-squared:  0.02158 
F-statistic: 1.419 on 1 and 18 DF,  p-value: 0.249
par(mfrow=c(2,2))
plot(lm.D9)

PROPERTIES

:ID: abc

Something here ...

Something there ...

All lines between these markers are exported literally

Content of a dynamic block - keyword elements are dropped.

  • item
  • set to three
  • transtag

    item contents

    • item, note whitespace in front
  1. item 1
  2. ☒ item 2

    some tag
    item 2.1
  • ☐ Todo
  • ☒ Done
properties

:CUSTOMID: someid

[2024-10-12] <2024-10-12>

1¢. 1.5em space:   here, all three spaces in =   = constitute the entity name.

CD collection

Classic

Goldberg Variations

TODO Urgent task!


  1. The link is: https://orgmode.org ↩︎

  2. This is the definition of this inline-footnote↩︎

t3