all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: thorne <thorne@timbral.net>
To: help-gnu-emacs@gnu.org
Subject: Re: Is there a mod-emacs?
Date: Mon, 07 Jan 2008 14:29:45 -0700	[thread overview]
Message-ID: <86tzlpxr1y.fsf@timbral.net> (raw)
In-Reply-To: 87hchpv2ei.fsf@W0053328.mgh.harvard.edu

jadamson@partners.org (Joel J. Adamson) writes:

> Good idea: this would be a great way to keep up my schedule without
> ferrying my org files from machine to machine.  However...
>
> Did you get real checkboxes on org export to html?  I've been
> considering trying to patch the code to do that.  My currently loaded
> version of org-mode produces just "- [ ]" instead of an html checkbox.
> Is there any discussion of changing the behavior?

Actually a generalized html generation library (or xml) might be a nice
thing for Emacs (maybe it already has one...?).  I am not sure about Org
mode, but i am pretty sure Emacs Muse uses regexp substitution on a
buffer to generate html--which is great (i use Muse for my web page) but
it might also be nice to have something like Common Lisp's lml2 for
creating html from lisp code.  I hacked up the beginning of something
for my own use using Common Lisp macros once and it wasn't that hard to
do.  The syntax ended up something like:

(html
 (head
  (title "Foo"))
 (body
  (h1 "Snee")
  (p "This is a paragraph, etc...")
  (p "So's this!")))

Of course you need to handle xml attributes and a few things like
that.... Though now that i write this, it occurs to me that there has to
be something like this already around somewhere.

-- 
Theron Ttlåx

  reply	other threads:[~2008-01-07 21:29 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-01-03 16:37 Is there a mod-emacs? rustom
2008-01-03 21:06 ` Bastien
2008-01-06  9:35 ` Tim X
2008-01-06 10:01   ` thorne
2008-01-07  5:56     ` Tim X
2008-01-07 16:55       ` Mathias Dahl
2008-01-08  1:11         ` Mike Mattie
2008-01-08  1:16         ` Tim X
     [not found] ` <mailman.5676.1199394418.18990.help-gnu-emacs@gnu.org>
2008-01-07 19:52   ` Joel J. Adamson
2008-01-07 21:29     ` thorne [this message]
2008-01-08  1:05     ` Tim X
2008-01-08 15:56       ` Joel J. Adamson

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

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=86tzlpxr1y.fsf@timbral.net \
    --to=thorne@timbral.net \
    --cc=help-gnu-emacs@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 external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.