bbatsov / emacs-lisp-style-guide

A community-driven Emacs Lisp style guide
1.08k stars 53 forks source link

org-mode? #49

Closed easbarba closed 4 years ago

easbarba commented 6 years ago

Hey, I kinda feel this guide would serve emacs users better in a format that would require no additional package as dependency!

Just a thought. :)

Fuco1 commented 6 years ago

I'm sorry but I don't understand what the issue is here? Can you elaborate?

AloisJanicek commented 6 years ago
  1. install emacs
  2. download elisp style guide
  3. install 3rd party package for markdown
  4. still no syntax highlighting, no advanced navigation, etc. like in org files

    The information itself presented in document is superb and useful.

Even so useful that reader would like to clone this repo for quick access and reference without going through additional steps like converting it with pandoc to org document format, tweaking source block headers to get syntax highlighted code examples and doing those steps every time when there are updates.

(fact that those steps can be automated and done under 1 sec isn't IMHO supporting argument for not providing this document (also) in org file format.)

Fuco1 commented 6 years ago

What package did you install for markdown? Everything works great with the markdown-mode I am using.

andreyorst commented 4 years ago

Still it would be nicer to convert this document to native Emacs format which org mode kinda is. Or texinfo could be used, but org is much better.

bbatsov commented 4 years ago

Is someone wants to tackle the conversion that'd be fine by me. I'm not a big fan of Markdown myself.