add lisp packages
This commit is contained in:
9
lisp/org/testing/examples/pub/a.org
Normal file
9
lisp/org/testing/examples/pub/a.org
Normal file
@@ -0,0 +1,9 @@
|
||||
#+title: A
|
||||
#+date: <2014-03-04 Tue>
|
||||
|
||||
* Headline1
|
||||
:PROPERTIES:
|
||||
:CUSTOM_ID: a1
|
||||
:END:
|
||||
|
||||
[[file:b.org::*Headline1]]
|
||||
9
lisp/org/testing/examples/pub/b.org
Normal file
9
lisp/org/testing/examples/pub/b.org
Normal file
@@ -0,0 +1,9 @@
|
||||
#+title: b
|
||||
#+date: <2012-03-29 Thu>
|
||||
|
||||
* Headline1
|
||||
:PROPERTIES:
|
||||
:CUSTOM_ID: b1
|
||||
:END:
|
||||
|
||||
[[file:a.org::#a1]]
|
||||
1
lisp/org/testing/examples/pub/file.txt
Normal file
1
lisp/org/testing/examples/pub/file.txt
Normal file
@@ -0,0 +1 @@
|
||||
Text
|
||||
1
lisp/org/testing/examples/pub/link
Symbolic link
1
lisp/org/testing/examples/pub/link
Symbolic link
@@ -0,0 +1 @@
|
||||
../pub-symlink
|
||||
1
lisp/org/testing/examples/pub/noextension
Normal file
1
lisp/org/testing/examples/pub/noextension
Normal file
@@ -0,0 +1 @@
|
||||
No extension
|
||||
2
lisp/org/testing/examples/pub/sub/c.org
Normal file
2
lisp/org/testing/examples/pub/sub/c.org
Normal file
@@ -0,0 +1,2 @@
|
||||
#+title: C
|
||||
#+date: <2013-03-20 Wed>
|
||||
Reference in New Issue
Block a user