Skip to content

Instantly share code, notes, and snippets.

@novoid
Created May 16, 2019 10:44
Show Gist options
  • Save novoid/7e112dff53f83b81e9001ad96ffa5e00 to your computer and use it in GitHub Desktop.
Save novoid/7e112dff53f83b81e9001ad96ffa5e00 to your computer and use it in GitHub Desktop.
Org mode collaborative editing

This is a test file to play around with Org mode syntax based files and collaborative editing of them.

Feel free to modify this file.

This Is A Heading

This Is A Sub-Heading

And A Sub-Sub-Heading

Paragraphs are separated by at least one empty line.

bold italic underlined strikethrough monospaced Link description http://Karl-Voit.at → link without description

  • list item
  • another item
    • sub-item
      1. also enumerated
      2. if you like
  • [ ] yet to be done
  • [X] item which is done
Simple pre-formatted text such as for source code.
This also respects the line breaks. *bold* is not bold here.
myresult = 42 * 23
print('Hello Europe! ' + str(myresult))
My Column 1My Column 2Last Column
42foobar
23bazabcdefg
65
@novoid
Copy link
Author

novoid commented Jul 4, 2019

Still no modification? ;-) Well, I'm going to ask around at different occasions then ...

@Jasper35
Copy link

Hi Karl
Great idea, but I'm such a noobie. I can only fork this and cannot modify it. Do you need to authorize me in some way?

@novoid
Copy link
Author

novoid commented May 30, 2022

The idea is that you fork on GitHub, modify your own copy and create a pull request I may apply if I do want to modify my copy.

@Jasper35
Copy link

Okay. I get that is the normal github behaviour. But is not the better solution for collaborative org-mode - a wiki like solution whereby collaborators trust each other but can roll back mistakes. Is there a github way of behaving like Google Docs for collaborators?

@Jasper35
Copy link

Thank you so much. Org is a supported wikki format in Github. This is so good. I am but a humble follower.

@novoid
Copy link
Author

novoid commented May 30, 2022

@Jasper35
Copy link

Jasper35 commented May 30, 2022

Very interesting. I'll will start using this immediately. Thank you.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment