List of commits:
Subject Hash Author Date (UTC)
verse quote center f804fc1d89fd99065e09ea5e35ad99869d3f77e4 cmc 2021-07-22 01:35:03
example export markdown d34e52ab8142d59c5b8ab34f9af52781ededac23 cmc 2021-07-22 01:21:59
add log.org 1dff101d25864baeaec1dbf3cf2c4ca1bf8c00cb cmc 2021-07-21 10:30:24
Initial commit 520fa46c255626389cb78c41b8e57f507ba3daeb cmc 2021-07-20 09:53:27
Commit f804fc1d89fd99065e09ea5e35ad99869d3f77e4 - verse quote center
Author: cmc
Author date (UTC): 2021-07-22 01:35
Committer name: cmc
Committer date (UTC): 2021-07-22 01:35
Parent(s): d34e52ab8142d59c5b8ab34f9af52781ededac23
Signing key:
Tree: c3185f805322b512bcb0ec57567ef2a9c3d4519e
File Lines added Lines deleted
log.md 57 3
log.org 53 1
File log.md changed (mode: 100644) (index ba9ef71..79b1b0b)
1 1
2 2 # Table of Contents # Table of Contents
3 3
4 1. [example](#org1b498bc)
4 1. [#+BEGIN<sub>EXAMPLE</sub>](#orga9905cf)
5 2. [#+BEGIN<sub>VERSE</sub> #+BEGIN<sub>QUOTE</sub>](#org349f206)
5 6
6 7
7 <a id="org1b498bc"></a>
8 <a id="orga9905cf"></a>
8 9
9 # example
10 # #+BEGIN<sub>EXAMPLE</sub>
10 11
11 12 Some example from a text file. Some example from a text file.
12 13
 
20 21
21 22 <https://orgmode.org/manual/Literal-Examples.html> <https://orgmode.org/manual/Literal-Examples.html>
22 23
24
25 <a id="org349f206"></a>
26
27 # #+BEGIN<sub>VERSE</sub> #+BEGIN<sub>QUOTE</sub>
28
29 <p class="verse">
30 Great clouds overhead<br />
31 Tiny black birds rise and fall<br />
32 Snow covers Emacs<br />
33 <br />
34 &#xa0;&#xa0;&#xa0;&#x2014;AlexSchroeder<br />
35 <br />
36 <br />
37 &#xa0;dategen/<br />
38 &#xa0;├── dategen/<br />
39 &#xa0;├── test/<br />
40 &#xa0;├── LICENSE<br />
41 &#xa0;├── README.md<br />
42 &#xa0;├── log.org<br />
43 &#xa0;└──<br />
44 <br />
45 </p>
46
47 > Everything should be made as simple as possible,
48 > but not any simpler &#x2014;Albert Einstein
49 >
50 > dategen/
51 > ├── dategen/
52 > ├── test/
53 > ├── LICENSE
54 > ├── README.md
55 > ├── log.org
56 > └──
57
58 <div class="org-center">
59 <p>
60 Everything should be made as simple as possible, <br />
61 but not any simpler
62 </p>
63
64 <p>
65 dategen/
66 ├── dategen/
67 ├── test/
68 ├── LICENSE
69 ├── README.md
70 ├── log.org
71 └──
72 </p>
73 </div>
74
75 <https://orgmode.org/manual/Paragraphs.html>
76
File log.org changed (mode: 100644) (index cab6156..dbb16c2)
1 1
2 2 * export markdown * export markdown
3 3
4 ** example
4 ** #+BEGIN_EXAMPLE
5 5
6 6 #+BEGIN_EXAMPLE #+BEGIN_EXAMPLE
7 7 Some example from a text file. Some example from a text file.
 
18 18 https://orgmode.org/manual/Literal-Examples.html https://orgmode.org/manual/Literal-Examples.html
19 19
20 20
21 ** #+BEGIN_VERSE #+BEGIN_QUOTE
22
23 #+BEGIN_VERSE
24 Great clouds overhead
25 Tiny black birds rise and fall
26 Snow covers Emacs
27
28 ---AlexSchroeder
29
30
31 dategen/
32 ├── dategen/
33 ├── test/
34 ├── LICENSE
35 ├── README.md
36 ├── log.org
37 └──
38
39 #+END_VERSE
40
41 #+BEGIN_QUOTE
42 Everything should be made as simple as possible,
43 but not any simpler ---Albert Einstein
44
45 dategen/
46 ├── dategen/
47 ├── test/
48 ├── LICENSE
49 ├── README.md
50 ├── log.org
51 └──
52
53 #+END_QUOTE
54
55
56 #+BEGIN_CENTER
57 Everything should be made as simple as possible, \\
58 but not any simpler
59
60 dategen/
61 ├── dategen/
62 ├── test/
63 ├── LICENSE
64 ├── README.md
65 ├── log.org
66 └──
67 #+END_CENTER
68
69 https://orgmode.org/manual/Paragraphs.html
70
71
72
21 73 * logs * logs
22 74
23 75 ** export markdown [2021-07-22 Thu 07:59] ** export markdown [2021-07-22 Thu 07:59]
Hints:
Before first commit, do not forget to setup your git environment:
git config --global user.name "your_name_here"
git config --global user.email "your@email_here"

Clone this repository using HTTP(S):
git clone https://rocketgit.com/user/cmc/dategen

Clone this repository using ssh (do not forget to upload a key first):
git clone ssh://rocketgit@ssh.rocketgit.com/user/cmc/dategen

Clone this repository using git:
git clone git://git.rocketgit.com/user/cmc/dategen

You are allowed to anonymously push to this repository.
This means that your pushed commits will automatically be transformed into a merge request:
... clone the repository ...
... make some changes and some commits ...
git push origin main