From: Thorsten Jolitz <tjolitz@gmail.com>
To: emacs-orgmode@gnu.org
Subject: Re: Other editors supporting Org-Mode
Date: Wed, 08 Oct 2014 19:30:35 +0200 [thread overview]
Message-ID: <87a956a2pw.fsf@gmail.com> (raw)
In-Reply-To: m13qaf$2qm$1@ger.gmane.org
hymie@lactose.homelinux.net (hymie!) writes:
> In our last episode, the evil Dr. Lacto had captured our hero,
> Manuel Schneckenreither
> <manuel.schneckenreither@student.uibk.ac.at>, who said:
>>Hi fellows,
>>
>>I couldn't find anything on the web about it. Therefore, I like to ask
>>you if anyone knows a program (another editor) which supports Org mode.
>
> I would suggest, rather than adapting more editors to support Org,
> creating a stand-alone program that "compiles" and manages Org functions
> separate from the act of editing them.
but that program does exist already and is called Emacs, right?
I'm writing this email in Emacs instance
#+BEGIN_SRC emacs-lisp
(emacs-pid)
#+END_SRC
#+results:
: 275
but external program PicoLisp can use another Emacs instance as
standalone program to execute Emacs Lisp (and thus all of Org-mode's
functionality):
#+BEGIN_SRC picolisp :results pp
(de emx (Exe . @)
(in
(list 'emacs "--no-site-file" "--batch"
(extract
'((X)
(cond
((num? (car (info X)))
(pack "--load=" X) )
((= `(char "(") (char X))
(pack "--eval=" X) ) ) )
(rest) ) )
(eval Exe) ) )
(emx '(read) "(princ (emacs-pid))")
#+END_SRC
#+results:
: 1388
Instead of (princ (emacs-pid)) you could just as well load org-mode and
then call (org-element-parse-buffer ...) or whatever.
PicoLisp is no editor, and there is no editor written in this
language, but assume Java or JS programs can do the same - how would
that help editing Org-mode syntax in editors that are written in that
languages?
Just curious, I would like to find a way to make editing Org syntax
easier for the masses (of non Emacs users).
--
cheers,
Thorsten
next prev parent reply other threads:[~2014-10-08 17:31 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-10-08 13:49 Other editors supporting Org-Mode Manuel Schneckenreither
2014-10-08 14:21 ` Albert Krewinkel
2014-10-08 16:36 ` Thorsten Jolitz
2014-10-08 16:55 ` hymie!
2014-10-08 17:30 ` Thorsten Jolitz [this message]
2014-10-08 18:43 ` Jorge A. Alfaro-Murillo
2014-10-08 19:53 ` Thorsten Jolitz
2014-10-08 20:29 ` gregory mitchell
2014-10-08 20:46 ` Thorsten Jolitz
2014-10-12 8:38 ` Manuel Schneckenreither
2014-10-08 17:01 ` Stefan Blaschke
2014-10-08 19:14 ` Paul Rudin
2014-10-10 0:27 ` Paul Rankin
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://www.orgmode.org/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=87a956a2pw.fsf@gmail.com \
--to=tjolitz@gmail.com \
--cc=emacs-orgmode@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).