name changes
This commit is contained in:
parent
a61495e594
commit
953ca12a93
@ -1,5 +1,9 @@
|
|||||||
(open bullets with TAB)
|
(open bullets with TAB)
|
||||||
* emacs org mode
|
* proto
|
||||||
|
|
||||||
|
The purpose of proto is to document a workflow for projex, etc. The first step is emacs / pandoc / git.
|
||||||
|
|
||||||
|
** emacs org mode
|
||||||
So I want this to be a very brief overview of features etc. so people can get started using it the way we want, but it's not finished...
|
So I want this to be a very brief overview of features etc. so people can get started using it the way we want, but it's not finished...
|
||||||
|
|
||||||
the point is that org mode has a simple syntax that can be converted very easily w/ pandoc to html with no garbage. it also makes things easy to organize.
|
the point is that org mode has a simple syntax that can be converted very easily w/ pandoc to html with no garbage. it also makes things easy to organize.
|
||||||
@ -8,7 +12,7 @@ for example, C-x C-f proto.org
|
|||||||
|
|
||||||
proto.org = wget --no-check-certificate https://irc.anarchyplanet.org/pad/p/projex, and then added some bullets in like 5 minutes ... the organization still needs work but it's relatively easy. My goal is to org-mode organize the projex pad and then copy-paste it back into the pad, cleaned up. And then also to pandoc convert it to html.
|
proto.org = wget --no-check-certificate https://irc.anarchyplanet.org/pad/p/projex, and then added some bullets in like 5 minutes ... the organization still needs work but it's relatively easy. My goal is to org-mode organize the projex pad and then copy-paste it back into the pad, cleaned up. And then also to pandoc convert it to html.
|
||||||
|
|
||||||
** Bullets
|
*** Bullets
|
||||||
|
|
||||||
- headers are organized with *
|
- headers are organized with *
|
||||||
- M-<enter> to add new heading
|
- M-<enter> to add new heading
|
||||||
@ -17,6 +21,7 @@ proto.org = wget --no-check-certificate https://irc.anarchyplanet.org/pad/p/proj
|
|||||||
|
|
||||||
** TODOs
|
** TODOs
|
||||||
*** DONE demo emacs org mode to data
|
*** DONE demo emacs org mode to data
|
||||||
|
*** TODO enable line wrap as default
|
||||||
*** TODO demo TODOs to data - link?
|
*** TODO demo TODOs to data - link?
|
||||||
*** TODO re-write projex in org mode style
|
*** TODO re-write projex in org mode style
|
||||||
- proto.org is the test run of this.
|
- proto.org is the test run of this.
|
||||||
@ -24,7 +29,7 @@ proto.org = wget --no-check-certificate https://irc.anarchyplanet.org/pad/p/proj
|
|||||||
- git home = serge:srv/git <-- not sure if this is perfectly correct
|
- git home = serge:srv/git <-- not sure if this is perfectly correct
|
||||||
- mkdir projex/repo.git && cd repo.git && git init --bare
|
- mkdir projex/repo.git && cd repo.git && git init --bare
|
||||||
- torsocks git clone git@w2ja5hhrcjc2wnxe.onion:projex/repo.git
|
- torsocks git clone git@w2ja5hhrcjc2wnxe.onion:projex/repo.git
|
||||||
- this requires that you have a pubkey added to /srv/git/.ssh/authorized_keys
|
- this requires that you have a pubkey added to srv/git/.ssh/authorized_keys
|
||||||
- see /var/www/irc.anarchyplanet.org/dox for an example of this locally
|
- see /var/www/irc.anarchyplanet.org/dox for an example of this locally
|
||||||
(git remote -v)
|
(git remote -v)
|
||||||
- you will clone an empty repo... make changes locally and then push
|
- you will clone an empty repo... make changes locally and then push
|
Loading…
Reference in New Issue
Block a user