From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: org-special-blocks.el is now part of the core Date: Mon, 03 Jan 2011 20:21:47 +0100 Message-ID: <87sjx9eqt0.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from [140.186.70.92] (port=48159 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PZpyl-00008V-Vg for emacs-orgmode@gnu.org; Mon, 03 Jan 2011 14:22:04 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PZpyk-0000ya-RW for emacs-orgmode@gnu.org; Mon, 03 Jan 2011 14:22:03 -0500 Received: from mail-wy0-f169.google.com ([74.125.82.169]:65499) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PZpyk-0000y0-Ko for emacs-orgmode@gnu.org; Mon, 03 Jan 2011 14:22:02 -0500 Received: by wyj26 with SMTP id 26so14215655wyj.0 for ; Mon, 03 Jan 2011 11:22:01 -0800 (PST) List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org Cc: Chris Gray Hi all, Carsten received the completed FSF assignment of Chris Gray, author of org-special-blocks.el. I just moved this contrib from contrib/lisp/ into the core (lisp/), it will be part of the next Emacs release. Here is a summary of what org-special-blocks.el does: ;; This package generalizes the #+begin_foo and #+end_foo tokens. ;; To use, put the following in your init file: ;; ;; (require 'org-special-blocks) ;; The tokens #+begin_center, #+begin_verse, etc. existed previously. ;; This package generalizes them (at least for the LaTeX and html ;; exporters). When a #+begin_foo token is encountered by the LaTeX ;; exporter, it is expanded into \begin{foo}. The text inside the ;; environment is not protected, as text inside environments generally ;; is. When #+begin_foo is encountered by the html exporter, a div ;; with class foo is inserted into the HTML file. It is up to the ;; user to add this class to his or her stylesheet if this div is to ;; mean anything. Thanks Chris! -- Bastien