From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jambunathan K Subject: Re: Experimental media-wiki export Date: Sat, 28 May 2011 13:51:37 +0530 Message-ID: <81y61r44mm.fsf@gmail.com> References: <4DE000FC.8070906@mozilla.com> <817h9b5je4.fsf@gmail.com> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="=-=-=" Return-path: Received: from eggs.gnu.org ([140.186.70.92]:55501) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QQEmD-0004Mk-DM for emacs-orgmode@gnu.org; Sat, 28 May 2011 04:21:47 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QQEm9-0006cd-5f for emacs-orgmode@gnu.org; Sat, 28 May 2011 04:21:41 -0400 Received: from mail-px0-f179.google.com ([209.85.212.179]:57913) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QQEm8-0006cO-I9 for emacs-orgmode@gnu.org; Sat, 28 May 2011 04:21:37 -0400 Received: by pxi2 with SMTP id 2so1413413pxi.38 for ; Sat, 28 May 2011 01:21:35 -0700 (PDT) In-Reply-To: <817h9b5je4.fsf@gmail.com> (Jambunathan K.'s message of "Sat, 28 May 2011 13:45:06 +0530") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: David Mason Cc: emacs-orgmode@gnu.org --=-=-= Content-Type: text/plain The attachment didn't come through. I am attaching it here. > I am attaching test org file and the corresponding mediawiki export > (generated via the html backend). I am not sure how good the mediawiki > export is. --=-=-= Content-Type: text/plain Content-Disposition: attachment; filename=test.org Content-Description: test.org #+TITLE: Testfile for OpenDocumentText Exporter #+AUTHOR: Jambunathan K #+EMAIL: kjambunathan@gmail.com #+DATE: 2011-04-04 Mon #+DESCRIPTION: #+KEYWORDS: #+LANGUAGE: en #+OPTIONS: H:4 num:t toc:t \n:nil @:t ::t |:t ^:t -:t f:t *:t <:t #+OPTIONS: TeX:t LaTeX:verbatim skip:nil d:nil todo:t pri:nil tags:not-in-toc #+EXPORT_SELECT_TAGS: export #+EXPORT_EXCLUDE_TAGS: noexport #+LINK_UP: #+LINK_HOME: #+XSLT: #+STARTUP: overview # Use C-c C-e O or C-c C-e o to export this buffer to OpenDocumentText * ODT Exporter :project:hacking: ** Online References - [[http://docs.oasis-open.org/office/v1.1/OS/OpenDocument-v1.1-html/OpenDocument-v1.1.html][ODF Specification]] - [[http://books.evc-cit.info/odbook/book.html][OASIS OpenDocument Essentials (Book)]] - [[http://wiki.services.openoffice.org/wiki/Documentation/OOo3_User_Guides/Writer_Guide][OpenOffice.org's Writer Guide]] Downloadable pdf version are available [[http://wiki.services.openoffice.org/wiki/Documentation/OOo3_User_Guides/Chapters][here]] ** Validation tools - [[http://docs.oasis-open.org/office/v1.1/OS/OpenDocument-schema-v1.1.rng][OpenDocument-schema-v1.1.rng]] - Use [[http://www.thaiopensource.com/relaxng/trang.html][Trang]] to generate .rnc file from .rng file. ** org-odt.el Bugs and Pending Items *** TODO Links to Listified Headlines are not generated Export this documen with H:3 and note that link references under [[References]] are broken. To circumvent this issue change default settings from H:3 to H:4 for now. *** TODO Cleanup on crash When odt exporter throws an error the xml files are content.xml, styles.xml etc are left staying around. Need to clean these up using unwind-protect? *** TODO Fix all interactive commands org-export-region-as-odt, org-export-as-odt-to-buffer etc. #+begin_src sh emacs --batch -L "~/src/org-jambu/lisp" --eval "(progn (require 'org-odt) (setq org-export-headline-levels 3) (toggle-debug-on-error))" --visit=draftcopy.org --funcall org-export-as-odt-batch #+end_src *** TODO Fix issues reported by Christian Moe (first post) SCHEDULED: <2011-01-31 Mon> See [[http://lists.gnu.org/archive/html/emacs-orgmode/2011-01/msg01293.html][this post]]. - Fix cross references to Tables, Images etc. Ability to choose other types names, like Chart, Figure, etc. - Paragraphs were frequently split up, mid-sentence, by unwanted paragraph breaks. Not sure whether this problem still exists with the latest release of org-odt. *** TODO Fix issues reported by Christian Moe (second post) SCHEDULED: <2011-03-21 Mon> See [[http://lists.gnu.org/archive/html/emacs-orgmode/2011-03/msg01379.html][this post]] **** TODO Syntax highlighting of source code blocks - Use htmlfontify.el maybe **** TODO OrgVerse can be aesthetically more pleasing? **** TODO Export of test.org with LaTeX:verbatim option Equations under [[LaTeX Fragments]] go invisible **** TODO Broken link within [[References to Dedicated Target]] *** TODO Support for MathML [2011-03-29 Tue] MathToWeb could be used for this. See [[http://lists.gnu.org/archive/html/emacs-orgmode/2011-03/msg01755.html][following post]]. *** TODO Validation failures with =HTML_CONTAINER_CLASS= [2011-04-02 Sat] :PROPERTIES: :HTML_CONTAINER_CLASS: custom :END: This section introduces two issues. - A text:span element cannot occur within text:bookmark-ref. How to handle this. - text:style-name attribute for text:section cannot have spaces. Explore styling of section in OpenOffice. *** TODO Tables within a list-item :noexport: Tables cannot occur as list-item. OpenOffice Writer seems to handle this scenario as follows: While encountering a table terminate the top-level list. Insert formatted Table with the same indentation as if it were a list-item of the original list. Once the table is inserted, re-open the list and start emitting the following list-items at the right nested level. Fixing this bug would require that the list callbacks provide information on the indentation level of the current list. Not sure how to set the Table indentation properties? - L1.1 - L1.2 - L2.1 - L2.2 | | formula debugger label | processing stage | | / | < | <> | |---+------------------------+----------------------------| | | Result: | output of Calc | | | Format: | reformatting with =printf= | - L2.3 - L1.3 *** DONE Support for Custom Styles CLOSED: <2011-03-24 Thu> :LOGBOOK: - CLOSING NOTE <2011-03-24 Thu> :END: See following [[http://lists.gnu.org/archive/html/emacs-orgmode/2011-03/msg01512.html][post]] *** TODO Emit Table Of Contents in Native Format *** TODO Pull Changes from Master Branch SCHEDULED: <2011-04-02 Sat .+21d> *** TODO Merge with Master branch [0/3] - [ ] Synchronize with Master branch - [ ] Update Org's Info Manual - [ ] Fix Byte-compilation, Docstrings, Copyright, license text etc etc * Sample Content (Proof Of Concept) ** Character Styles *** Bold *This is bold text* *** Italic /This is an italicized text/ *** Underline _This is an underlined text_ *** Code =This is a code text= *** Verbatim ~This is a verbatim text~ *** Strikethrough +This is a strikethorugh text+ *** Super and Subscripts Y = a_{0}X^{2}+a_{1}X^{1}+a_{2} ** Miscellaneous Here is a ndash --, a mdash ---, an ellipsis .... and a horizontal line --------------------- ** Paragraph Styles *** Quotation **** Style1 #+BEGIN_QUOTE Everything should be made as simple as possible, but not any simpler -- Albert Einstein #+END_QUOTE **** QUOTE Style2 Everything should be made as simple as possible, but not any simpler -- Albert Einstein *** Verse #+BEGIN_VERSE Great clouds overhead Tiny black birds rise and fall Snow covers Emacs -- AlexSchroeder #+END_VERSE *** Centered #+BEGIN_CENTER This is a centered paragraph. #+END_CENTER *** Example **** Example Style 1 #+begin_example First line of the example. Second line of the example. #+end_example **** Example Style 2 : First line of the example. : Second line of the example. *** Source Block **** Emacs Lisp Block #+begin_src emacs-lisp (defun helloworld () "" (message "hello world")) #+end_src **** Org Source Block #+begin_src org ,* Some Appointment , SCHEDULED: <2010-11-17 Wed> #+end_src **** Advanced Source Blocks Advanced source blocks takes the following options - [-+]n: restart or continue numbering - r: remove labels - k: keep - i: preserve indentation - t: text area - w: width - h: height #+BEGIN_SRC emacs-lisp -n (save-excursion (ref:sc) (ignore) (goto-char (point-min)) (ref:jump) #+END_SRC In line [[(sc)]] we remember the current position. [[(jump)][Line (jump)]] jumps to point-min. **** Text Areas in HTML export #+BEGIN_EXAMPLE -t -w 40 (defun org-xor (a b) "Exclusive or." (if a (not b) b)) #+END_EXAMPLE ** Native HTML and ODT *** Handcrafted Para #+begin_html

This is a handwritten html para

#+end_html #+begin_odt This is a handwritten odt para #+end_odt #+HTML:
*English Alphabets* - A - B - C *Greek Alphabets* - Alpha - Beta - Gamma #+html:
#+html:
*Reversed English Alphabets* - C - B - A *Reversed Greek Alphabets* - Gamma - Beta - Alpha #+HTML:
*** An Equation as Embeded MathML A trigonometric equation embedded in *MathML* #+begin_odt sin ( A + B ) = sin ACos B + cos A sin B sin (A+B) = sin ACos B + cos A sin B #+end_odt ** Lists *** Simple Lists **** Numbered List This is a numbered list. 1. L1N1 2. L1N2 3. L1N3 **** Bulleted List This is a bulleted list. - L1B1 - L1B2 - L1B3 **** Description List There is a nested description list down below - Term-1 :: This is a definition for Term-1 which wraps around to the next line - Term-2 :: This is a definition for Term-2 which wraps around to the next line - Term-2.1 :: Definition for Term-2.1 - Term-2.2 :: Definition for Term-2.2 **** A Complex List 1. L1N1 1. L2N2 2. L2N3 2. L1N4 * L2B1 * L2B2 - L3B3 First paragraph. Second paragraph. - L3B4 3. L1N5 1. L2N6 1. L3N7 *** A Very Complex List **** Lord of the Rings My favorite scenes are (in this order) 1. The attack of the Rohirrim 2. Eowyn's fight with the witch king + this was already my favorite scene in the book + I really like Miranda Otto. - Definition-1 :: Description-1 - Definition-2 :: Description-2 3. Peter Jackson being shot by Legolas He makes a really funny face when it happens. - on DVD only But in the end, no individual scenes matter but the film as a whole. Important actors in this film are: - Elijah Wood :: He plays Frodo - Sean Austin :: He plays Sam, Frodo's friend. I still remember him very well from his role as Mikey Walsh in The Goonies - Embedded Definition 1 :: Embedded Description 1 - Embedded Definition 2 :: Embedded Description 2 ** Images *** Image URLs See the You can see the official logo of Orgmode here: [[http://orgmode.org/img/org-mode-unicorn.png]] *** Inlined Images **** A simple inlined image [[./org-mode-unicorn.png]] **** A simple image with caption and label #+CAPTION: Unicorn Logo #+LABEL: fig:1024 [[./org-mode-unicorn.png]] **** An image that is explicitly sized #+CAPTION: Unicorn Logo #+LABEL: fig:1025 #+ATTR_ODT: (:width 10 :height 10) [[./org-mode-unicorn.png]] **** An image that is scaled #+ATTR_ODT: (:scale 0.5) [[./org-mode-unicorn.png]] *** Thumbnails This is a clickable image [[http://orgmode.org][./org-mode-unicorn.png]] *** Reference to an Image Please refer to \ref{fig:1024} for further information. *** LaTeX Fragments **** LaTeX Fragment1 # See org-format-latex-options There is a equation down below. \begin{equation} e = \frac{1}{2}mv^2 \end{equation} **** LaTeX Fragment2 \begin{equation} x=\sqrt{b} \end{equation} If $a^2=b$ and \( b=2 \), then the solution must be either $$ a=+\sqrt{2} $$ or \[ a=-\sqrt{2} \]. ** File URLs *** Relative URL [[../../../lisp/org-html.el][This is a relative link to org-html.el]] *** Absolute URL [[file:~/src/orgmode.org/contrib/odt/OrgOdtStyles.xml][This is an absolute link to styles file]] ** Links *** Targets **** Fuzzy Target **** Target with CUSTOMID :PROPERTIES: :CUSTOM_ID: aabbccddeeff :END: **** Dedicated Target Style1 # <> **** Dedicated Target Style2 There is a dedicated target at the end of this sentence - <>. **** <<>> *** References **** References to Fuzzy Target This is a link to [[Fuzzy Target]]. **** References to CUSTOMID links This is a link to [[#aabbccddeeff][Target with CUSTOMID]]. This is nodesc link to [[#aabbccddeeff]]. **** References to Dedicated Target There is a link to nodesc [[Dedicated Target]] here. There is a link to [[Dedicated%20Target][Jump to Dedicated Target]] here. There is a link to [[Dedicated%20Target1][Dedicated Target1]] here. **** References to Radioed Links This section has references to Radioed Target. One more reference to Radioed Target. ** Tables *** A simple Orgmode Table | EST | New York | -5:00 | | IST | Madras | +5:30 | | AST | Bahrain | +3:00 | *** A formatted Orgmode Table #+CAPTION: An Example Table #+LABEL: table:10 | Labels | C1 | C2 | C3 | |------------+-------------+---------------+--------------| | / | < | > | <> | | | | | | | R1 (Right) | R1C1 (Left) | R1C2 (Center) | R1C3 (Right) | | R2 | R2C1 | R2C2 | R2C3 | |------------+-------------+---------------+--------------| | R3 | R3C1 | R3C2 | R3C3 | | R4 | R4C1 | R4C2 | R4C3 | |------------+-------------+---------------+--------------| | R5 | R5C1 | R5C2 | R5C3 | | R6 | R6C1 | R6C2 | R6C3 | | R7 | R7C1 | R7C2 | R7C3 | |------------+-------------+---------------+--------------| *** Table.el Table with no Spanning # See org-export-prefer-native-exporter-for-tables +---------------+---------------+ |Term |Percentage | +---------------+---------------+ |Quarter |25% | |One-Fourth | | +---------------+---------------+ |Half |50% | |One-by-Two | | +---------------+---------------+ |Three-Quarters |75% | |Three-Fourths | | +---------------+---------------+ |Full |100% | |Whole | | +---------------+---------------+ *** Table.el Table with Spanning +----------+---------------------+----------+ |Name |cmd calls |Percentage| +----------+ +----------+ |rgb |93 534 |46% | +----------+ +----------+ |Xah |82 090 |40% | +----------+ +----------+ |total |203 118 |100% | +----------+---------------------+----------+ *** Another Table.el Table with Spanning +-----------+----------+ | R1C1 | R1C2 | +-----------+----------+ | R2C1 R2C2 | +-----------+----------+ | R3C1 | R3C2 | | +----------+ | R4C1 | R4C2 | +-----------+----------+ ** Table Referenced Please refer to \ref{table:10} for further information. ** Footnote Definitions (Part 1) [fn:XYZ] There is a link to [[http://Orgmode.org][Orgmode.org]]. ** Footnote Usage *** Plain Footnotes This paragraph has multiple references to the same footnote. This is the first reference to a footnote [1]. This is a second reference to the same footnote [1]. *** Named Footnotes Footnote named XYZ [fn:XYZ]. *** Inlined Footnote Inlined footnote [fn:: inline definition] *** Named and Inlined Footnote Named and Inlined footnote [fn:name: named definition] # Footnote Definitions (Part 2) [1] Quick brown fox jumps over the lazy dog. Quick brown fox jumps ove the lazy dog. ** About Orgmode Org is a mode for keeping notes, maintaining TODO lists, and doing project planning with a fast and effective plain-text system. Org develops organizational tasks around NOTES files that contain lists or information about projects as plain text. Org is implemented on top of Outline mode, which makes it possible to keep the content of large files well structured. Visibility cycling and structure editing help to work with the tree. Tables are easily created with a built-in table editor. Org supports TODO items, deadlines, timestamps, and scheduling. It dynamically compiles entries into an agenda that utilizes and smoothly integrates much of the Emacs calendar and diary. Plain text URL-like links connect to websites, emails, Usenet messages, BBDB entries, and any files related to the projects. For printing and sharing of notes, an Org file can be exported as a structured ASCII file, as HTML, or (TODO and agenda items only) as an iCalendar file. It can also serve as a publishing tool for a set of linked web pages. As a project planning environment, Org works by adding metadata to outline nodes. Based on this data, specific entries can be extracted in queries and create dynamic agenda views. Org mode contains the Org Babel environment which allows you to work with embedded source code blocks in a file, to facilitate code evaluation, documentation, and tangling. Org's automatic, context-sensitive table editor with spreadsheet capabilities can be integrated into any major mode by activating the minor Orgtbl mode. Using a translation step, it can be used to maintain tables in arbitrary file types, for example in LaTeX. The structure editing and list creation capabilities can be used outside Org with the minor Orgstruct mode. Org keeps simple things simple. When first fired up, it should feel like a straightforward, easy to use outliner. Complexity is not imposed, but a large amount of functionality is available when you need it. Org is a toolbox and can be used in different ways and for different ends, for example: - an outline extension with visibility cycling and structure editing - an ASCII system and table editor for taking structured notes - a TODO list editor - a full agenda and planner with deadlines and work scheduling - an environment in which to implement David Allen's GTD system - a simple hypertext system, with HTML and LaTeX export - a publishing tool to create a set of interlinked webpages - an environment for literate programming There is a website for Org which provides links to the newest version of Org, as well as additional information, frequently asked questions (FAQ), links to tutorials, etc. This page is located at http://orgmode.org. --=-=-= Content-Type: text/plain; charset=utf-8 Content-Disposition: attachment; filename=test.txt Content-Transfer-Encoding: quoted-printable Content-Description: test.mediawiki
'''Testfile for OpenDocumentText Exporter'''
=3D=3D Table o= f Contents =3D=3D * [#sec-1 1 ODT Exporter]=20 ** [#sec-1_1 1.1 Online References ] ** [#sec-1_2 1.2 Validation tools ] ** [#sec-1_3 1.3 org-odt.el Bugs and Pending Items ] *** [#sec-1_3_1 1.3.1 Links to Listified Headlines are not generated ] *** [#sec-1_3_2 1.3.2 Cleanup on crash ] *** [#sec-1_3_3 1.3.3 Fix all interactive commands ] *** [#sec-1_3_4 1.3.4 Fix issues reported by Christian Moe (first post) ] *** [#sec-1_3_5 1.3.5 Fix issues reported by Christian Moe (second post) ] **** [#sec-1_3_5_1 1.3.5.1 Syntax highlighting of source code blocks ] **** [#sec-1_3_5_2 1.3.5.2 OrgVerse can be aesthetically more pleasing? ] **** [#sec-1_3_5_3 1.3.5.3 Export of test.org with LaTeX:verbatim option ] **** [#sec-1_3_5_4 1.3.5.4 Broken link within References to Dedicated Targe= t ] *** [#sec-1_3_6 1.3.6 Support for MathML ] *** [#sec-1_3_7 1.3.7 Validation failures with ][#sec-1_3_7 HTML_CONTAINER_= CLASS][#sec-1_3_7 ] *** [#sec-1_3_8 1.3.8 Support for Custom Styles ] *** [#sec-1_3_9 1.3.9 Emit Table Of Contents in Native Format ] *** [#sec-1_3_10 1.3.10 Pull Changes from Master Branch ] *** [#sec-1_3_11 1.3.11 Merge with Master branch [0/3] ] * [#sec-2 2 Sample Content (Proof Of Concept) ] ** [#sec-2_1 2.1 Character Styles ] *** [#sec-2_1_1 2.1.1 Bold ] *** [#sec-2_1_2 2.1.2 Italic ] *** [#sec-2_1_3 2.1.3 Underline ] *** [#sec-2_1_4 2.1.4 Code ] *** [#sec-2_1_5 2.1.5 Verbatim ] *** [#sec-2_1_6 2.1.6 Strikethrough ] *** [#sec-2_1_7 2.1.7 Super and Subscripts ] ** [#sec-2_2 2.2 Miscellaneous ] ** [#sec-2_3 2.3 Paragraph Styles ] *** [#sec-2_3_1 2.3.1 Quotation ] **** [#sec-2_3_1_1 2.3.1.1 Style1 ] **** [#sec-2_3_1_2 2.3.1.2 Style2 ] *** [#sec-2_3_2 2.3.2 Verse ] *** [#sec-2_3_3 2.3.3 Centered ] *** [#sec-2_3_4 2.3.4 Example ] **** [#sec-2_3_4_1 2.3.4.1 Example Style 1 ] **** [#sec-2_3_4_2 2.3.4.2 Example Style 2 ] *** [#sec-2_3_5 2.3.5 Source Block ] **** [#sec-2_3_5_1 2.3.5.1 Emacs Lisp Block ] **** [#sec-2_3_5_2 2.3.5.2 Org Source Block ] **** [#sec-2_3_5_3 2.3.5.3 Advanced Source Blocks ] **** [#sec-2_3_5_4 2.3.5.4 Text Areas in HTML export ] ** [#sec-2_4 2.4 Native HTML and ODT ] *** [#sec-2_4_1 2.4.1 Handcrafted Para ] *** [#sec-2_4_2 2.4.2 An Equation as Embeded MathML ] ** [#sec-2_5 2.5 Lists ] *** [#sec-2_5_1 2.5.1 Simple Lists ] **** [#sec-2_5_1_1 2.5.1.1 Numbered List ] **** [#sec-2_5_1_2 2.5.1.2 Bulleted List ] **** [#sec-2_5_1_3 2.5.1.3 Description List ] **** [#sec-2_5_1_4 2.5.1.4 A Complex List ] *** [#sec-2_5_2 2.5.2 A Very Complex List ] **** [#sec-2_5_2_1 2.5.2.1 Lord of the Rings ] ** [#sec-2_6 2.6 Images ] *** [#sec-2_6_1 2.6.1 Image URLs ] *** [#sec-2_6_2 2.6.2 Inlined Images ] **** [#sec-2_6_2_1 2.6.2.1 A simple inlined image ] **** [#sec-2_6_2_2 2.6.2.2 A simple image with caption and label ] **** [#sec-2_6_2_3 2.6.2.3 An image that is explicitly sized ] **** [#sec-2_6_2_4 2.6.2.4 An image that is scaled ] *** [#sec-2_6_3 2.6.3 Thumbnails ] *** [#sec-2_6_4 2.6.4 Reference to an Image ] *** [#sec-2_6_5 2.6.5 LaTeX Fragments ] **** [#sec-2_6_5_1 2.6.5.1 LaTeX Fragment1 ] **** [#sec-2_6_5_2 2.6.5.2 LaTeX Fragment2 ] ** [#sec-2_7 2.7 File URLs ] *** [#sec-2_7_1 2.7.1 Relative URL ] *** [#sec-2_7_2 2.7.2 Absolute URL ] ** [#sec-2_8 2.8 Links ] *** [#sec-2_8_1 2.8.1 Targets ] **** [#sec-2_8_1_1 2.8.1.1 Fuzzy Target ] **** [#aabbccddeeff 2.8.1.2 Target with CUSTOMID ] **** [#sec-2_8_1_3 2.8.1.3 Dedicated Target Style1 ] **** [#sec-2_8_1_4 2.8.1.4 Dedicated Target Style2 ] **** [#sec-2_8_1_5 2.8.1.5 Radioed Target ] *** [#sec-2_8_2 2.8.2 References ] **** [#sec-2_8_2_1 2.8.2.1 References to Fuzzy Target ] **** [#sec-2_8_2_2 2.8.2.2 References to CUSTOMID links ] **** [#sec-2_8_2_3 2.8.2.3 References to Dedicated Target ] **** [#sec-2_8_2_4 2.8.2.4 References to Radioed Links ] ** [#sec-2_9 2.9 Tables ] *** [#sec-2_9_1 2.9.1 A simple Orgmode Table ] *** [#sec-2_9_2 2.9.2 A formatted Orgmode Table ] *** [#sec-2_9_3 2.9.3 Table.el Table with no Spanning ] *** [#sec-2_9_4 2.9.4 Table.el Table with Spanning ] *** [#sec-2_9_5 2.9.5 Another Table.el Table with Spanning ] ** [#sec-2_10 2.10 Table Referenced ] ** [#sec-2_11 2.11 Footnote Definitions (Part 1) ] ** [#sec-2_12 2.12 Footnote Usage ] *** [#sec-2_12_1 2.12.1 Plain Footnotes ] *** [#sec-2_12_2 2.12.2 Named Footnotes ] *** [#sec-2_12_3 2.12.3 Inlined Footnote ] *** [#sec-2_12_4 2.12.4 Named and Inlined Footnote ] ** [#sec-2_13 2.13 About Orgmode ] =3D=3D 1 ODT Exporter =C2=A0=C2=A0=C2=A0project=C2=A0hacking =3D=3D =3D=3D=3D 1.1 Online References =3D=3D=3D * [http://docs.oasis-open.org/office/v1.1/OS/OpenDocument-v1.1-html/OpenDoc= ument-v1.1.html ODF Specification]=20 * [http://books.evc-cit.info/odbook/book.html OASIS OpenDocument Essentials= (Book)]=20 * [http://wiki.services.openoffice.org/wiki/Documentation/OOo3_User_Guides/= Writer_Guide OpenOffice.org's Writer Guide] Downloadable pdf version are av= ailable [http://wiki.services.openoffice.org/wiki/Documentation/OOo3_User_G= uides/Chapters here]=20 =3D=3D=3D 1.2 Validation tools =3D=3D=3D * [http://docs.oasis-open.org/office/v1.1/OS/OpenDocument-schema-v1.1.rng O= penDocument-schema-v1.1.rng]=20 * Use [http://www.thaiopensource.com/relaxng/trang.html Trang] to generate = .rnc file from .rng file.=20 =3D=3D=3D 1.3 org-odt.el Bugs and Pending Items =3D=3D=3D =3D=3D=3D=3D 1.3.1 TODO Links to Listified Headlines are not generated =3D= =3D=3D=3D Export this documen with H:3 and note that link references under [#sec-2_8_= 2 References] are broken. To circumvent this issue change default settings = from H:3 to H:4 for now. =3D=3D=3D=3D 1.3.2 TODO Cleanup on crash =3D=3D= =3D=3D When odt exporter throws an error the xml files are content.xml, styles.xml= etc are left staying around. Need to clean these up using unwind-protect? = =3D=3D=3D=3D 1.3.3 TODO Fix all interactive commands =3D=3D=3D=3D org-export-region-as-odt, org-export-as-odt-to-buffer etc.=20 emacs --batch -L "~/src/org-jambu/lisp" --eval "(progn (require 'org-odt) (= setq org-export-headline-levels 3) (toggle-debug-on-error))" --visit=3Ddraf= tcopy.org --funcall org-export-as-odt-batch=3D=3D=3D=3D 1.3.4 TODO Fix issu= es reported by Christian Moe (first post) =3D=3D=3D=3D SCHEDULED:2011-01-31 Mon See [http://lists.gnu.org/archive/html/emacs-orgmo= de/2011-01/msg01293.html this post].=20 * Fix cross references to Tables, Images etc. Ability to choose other types= names, like Chart, Figure, etc.=20 * Paragraphs were frequently split up, mid-sentence, by unwanted paragraph = breaks. Not sure whether this problem still exists with the latest release = of org-odt.=20 =3D=3D=3D=3D 1.3.5 TODO Fix issues reported by Christian Moe (second post) = =3D=3D=3D=3D SCHEDULED:2011-03-21 Mon See [http://lists.gnu.org/archive/html/emacs-orgmo= de/2011-03/msg01379.html this post] =3D=3D=3D=3D=3D 1.3.5.1 TODO Syntax hig= hlighting of source code blocks =3D=3D=3D=3D=3D * Use htmlfontify.el maybe=20 =3D=3D=3D=3D=3D 1.3.5.2 TODO OrgVerse can be aesthetically more pleasing? = =3D=3D=3D=3D=3D =3D=3D=3D=3D=3D 1.3.5.3 TODO Export of test.org with LaTeX:verbatim option = =3D=3D=3D=3D=3D Equations under [#sec-2_6_5 LaTeX Fragments] go invisible =3D=3D=3D=3D=3D 1= .3.5.4 TODO Broken link within [#sec-2_8_2_3 References to Dedicated Target= ] =3D=3D=3D=3D=3D =3D=3D=3D=3D 1.3.6 TODO Support for MathML =3D=3D=3D=3D 2011-03-29 Tue MathToWeb could be used for this. See [http://lists.gnu.org/= archive/html/emacs-orgmode/2011-03/msg01755.html following post]. =3D=3D=3D= =3D 1.3.7 TODO Validation failures with HTML_CONTAINER_CLASS =3D=3D=3D=3D 2011-04-02 Sat=20 This section introduces two issues.=20 * A text:span element cannot occur within text:bookmark-ref. How to handle = this.=20 * text:style-name attribute for text:section cannot have spaces. Explore st= yling of section in OpenOffice.=20 =3D=3D=3D=3D 1.3.8 DONE Support for Custom Styles =3D=3D=3D=3D CLOSED:2011-03-24 Thu=20 See following [http://lists.gnu.org/archive/html/emacs-orgmode/2011-03/msg0= 1512.html post] =3D=3D=3D=3D 1.3.9 TODO Emit Table Of Contents in Native Fo= rmat =3D=3D=3D=3D =3D=3D=3D=3D 1.3.10 TODO Pull Changes from Master Branch =3D=3D=3D=3D SCHEDULED:2011-04-02 Sat .+21d =3D=3D=3D=3D 1.3.11 TODO Merge with Master b= ranch [0/3] =3D=3D=3D=3D * [ ] Synchronize with Master branch=20 * [ ] Update Org's Info Manual=20 * [ ] Fix Byte-compilation, Docstrings, Copy= right, license text etc etc=20 =3D=3D 2 Sample Content (Proof Of Concept) =3D=3D =3D=3D=3D 2.1 Character Styles =3D=3D=3D =3D=3D=3D=3D 2.1.1 Bold =3D=3D=3D=3D '''This is bold text''' =3D=3D=3D=3D 2.1.2 Italic =3D=3D=3D=3D ''This is an italicized text'' =3D=3D=3D=3D 2.1.3 Underline =3D=3D=3D=3D This is an underlined text =3D=3D=3D=3D 2.1.4 Code =3D=3D=3D=3D This is a code text =3D=3D=3D=3D 2.1.5 Verbatim =3D=3D=3D=3D This is a verbatim text =3D=3D=3D=3D 2.1.6 Strikethrough =3D=3D= =3D=3D This is a strikethorugh text =3D=3D=3D=3D 2.1.7 Super and Subscripts =3D= =3D=3D=3D Y =3D a0X2+a1X1+a2 =3D=3D=3D 2.2 Miscellaneous =3D=3D=3D Here is a ndash =E2=80=93, a mdash =E2=80=94, an ellipsis =E2=80=A6.=20 and a horizontal line =3D=3D=3D 2.3 Paragraph Styles =3D=3D=3D =3D=3D=3D=3D 2.3.1 Quotation =3D=3D=3D=3D =3D=3D=3D=3D=3D 2.3.1.1 Style1 =3D=3D=3D=3D=3D Everything should be made as simple as possible, but not any simpler =E2=80= =93 Albert Einstein =3D=3D=3D=3D=3D 2.3.1.2 Style2 =3D=3D=3D=3D=3D Everything should be made as simple as possible, but not any simpler -- Albert Einstein =3D=3D=3D=3D 2.3.2 Verse =3D=3D=3D=3D Great clouds overhead Tiny black birds rise and fall Snow covers Emacs &nbs= p;           =E2=80=93 AlexSch= roeder =3D=3D=3D=3D 2.3.3 Centered =3D=3D=3D=3D
This is a centered paragraph.
=3D=3D=3D=3D 2.3.4 Example = =3D=3D=3D=3D =3D=3D=3D=3D=3D 2.3.4.1 Example Style 1 =3D=3D=3D=3D=3D First line of the example. Second line of the example.=3D=3D=3D=3D=3D 2.3.4.2 Example Style 2 =3D=3D= =3D=3D=3D First line of the example. Second line of the example.=3D=3D=3D=3D 2.3.5 Source Block =3D=3D=3D=3D =3D=3D=3D=3D=3D 2.3.5.1 Emacs Lisp Block =3D=3D=3D=3D=3D (defun helloworld ()=20 "" (message "hello world"))=3D=3D=3D=3D=3D 2.3.5.2 Org Source Block =3D=3D=3D= =3D=3D * Some Appointment SCHEDULED: <2010-11-17 Wed>=3D=3D=3D=3D=3D 2.3.5.3 Advance= d Source Blocks =3D=3D=3D=3D=3D Advanced source blocks takes the following options=20 * [-+]n: restart or continue numbering * r: remove labels=20 * k: keep=20 * i: preserve indentation=20 * t: text area=20 * w: width=20 * h: height=20 1: (save-excursion (sc) 2: (ignore) 3: (goto-char (point-min)) (jump) In line [#coderef-sc (sc)] we remember the current position. [#coderef-jump= Line (jump)] jumps to point-min. =3D=3D=3D=3D=3D 2.3.5.4 Text Areas in HTM= L export =3D=3D=3D=3D=3D (defun org-xor (a b) "Exclusive or." (if a (not b) b)) =3D=3D=3D 2.4 Native= HTML and ODT =3D=3D=3D =3D=3D=3D=3D 2.4.1 Handcrafted Para =3D=3D=3D=3D This is a handwritten html para=20 '''English Alphabets'''=20 * A=20 * B=20 * C=20 '''Greek Alphabets'''=20 * Alpha=20 * Beta=20 * Gamma=20 '''Reversed English Alphabets'''=20 * C=20 * B=20 * A=20 '''Reversed Greek Alphabets'''=20 * Gamma=20 * Beta=20 * Alpha=20 =3D=3D=3D=3D 2.4.2 An Equation as Embeded MathML =3D=3D=3D=3D A trigonometric equation embedded in '''MathML''' =3D=3D=3D 2.5 Lists =3D= =3D=3D =3D=3D=3D=3D 2.5.1 Simple Lists =3D=3D=3D=3D =3D=3D=3D=3D=3D 2.5.1.1 Numbered List =3D=3D=3D=3D=3D This is a numbered list.=20 # L1N1=20 # L1N2=20 # L1N3=20 =3D=3D=3D=3D=3D 2.5.1.2 Bulleted List =3D=3D=3D=3D=3D This is a bulleted list.=20 * L1B1=20 * L1B2=20 * L1B3=20 =3D=3D=3D=3D=3D 2.5.1.3 Description List =3D=3D=3D=3D=3D There is a nested description list down below=20 '''Term-1 ''' This is a definition for Term-1 which wraps around to the next line=20 '''Term-2 ''' This is a definition for Term-2 which wraps around to the next line=20 '''Term-2.1 ''' Definition for Term-2.1=20 '''Term-2.2 ''' Definition for Term-2.2 =3D=3D=3D=3D=3D 2.5.1.4 A Complex List =3D=3D=3D= =3D=3D # L1N1=20 ## L2N2=20 ## L2N3=20 # L1N4=20 ## L2B1=20 ## L2B2=20 ##* L3B3
First paragraph.
Second paragraph.=20 ##* L3B4=20 # L1N5=20 ## L2N6=20 ##* L3N7=20 =3D=3D=3D=3D 2.5.2 A Very Complex List =3D=3D=3D=3D =3D=3D=3D=3D=3D 2.5.2.1 Lord of the Rings =3D=3D=3D=3D=3D My favorite scenes are (in this order)=20 # The attack of the Rohirrim=20 # Eowyn's fight with the witch king=20 #* this was already my favorite scene in the book=20 #* I really like Miranda Otto.
'''Definition-1 '''
Description-1=
'''Definition-2 '''
Description-2=20 # Peter Jackson being shot by Legolas He makes a really funny face when it = happens.=20 #* on DVD only=20 But in the end, no individual scenes matter but the film as a whole. Import= ant actors in this film are:=20 '''Elijah Wood ''' He plays Frodo=20 '''Sean Austin ''' He plays Sam, Frodo's friend. I still remember him very well from his role = as Mikey Walsh in The Goonies=20 '''Embedded Definition 1 ''' Embedded Description 1=20 '''Embedded Definition 2 ''' Embedded Description 2 =3D=3D=3D 2.6 Images =3D=3D=3D =3D=3D=3D=3D 2.6.1 Image URLs =3D=3D=3D=3D See the You can see the official logo of Orgmode here: [[Image:org-mode-uni= corn.png]] =3D=3D=3D=3D 2.6.2 Inlined Images =3D=3D=3D=3D =3D=3D=3D=3D=3D 2.6.2.1 A simple inlined image =3D=3D=3D=3D=3D [[Image:org-mode-unicorn.png]] =3D=3D=3D=3D=3D 2.6.2.2 A simple image with = caption and label =3D=3D=3D=3D=3D [[Image:org-mode-unicorn.png]]Unicorn Logo=3D=3D=3D=3D=3D 2.6.2.3 An image = that is explicitly sized =3D=3D=3D=3D=3D [[Image:org-mode-unicorn.png]]Unicorn Logo=3D=3D=3D=3D=3D 2.6.2.4 An image = that is scaled =3D=3D=3D=3D=3D [[Image:org-mode-unicorn.png]] =3D=3D=3D=3D 2.6.3 Thumbnails =3D=3D=3D=3D This is a clickable image [[Image:org-mode-unicorn.png]] =3D=3D=3D=3D 2.6.4= Reference to an Image =3D=3D=3D=3D Please refer to [#fig-1024 1024] for further information. =3D=3D=3D=3D 2.6.= 5 LaTeX Fragments =3D=3D=3D=3D =3D=3D=3D=3D=3D 2.6.5.1 LaTeX Fragment1 =3D=3D=3D=3D=3D There is a equation down below.=20 \begin{equation} e =3D \frac{1}{2}mv^2 \end{equation} =3D=3D=3D=3D=3D 2.6.5= .2 LaTeX Fragment2 =3D=3D=3D=3D=3D \begin{equation} x=3D\sqrt{b} \end{equation}=20 If $a^2=3Db$ and \( b=3D2 \), then the solution must be either $$ a= =3D+\sqrt{2} $$ or \[ a=3D-\sqrt{2} \]. =3D=3D=3D 2.7 File URLs = =3D=3D=3D =3D=3D=3D=3D 2.7.1 Relative URL =3D=3D=3D=3D [../../../lisp/org-html.el This is a relative link to org-html.el] =3D=3D= =3D=3D 2.7.2 Absolute URL =3D=3D=3D=3D This is an absolute link to styles file =3D=3D=3D 2.8 Links =3D=3D=3D =3D=3D=3D=3D 2.8.1 Targets =3D=3D=3D=3D =3D=3D=3D=3D=3D 2.8.1.1 Fuzzy Target =3D=3D=3D=3D=3D =3D=3D=3D=3D=3D 2.8.1.2 Target with CUSTOMID =3D=3D=3D=3D=3D =3D=3D=3D=3D=3D 2.8.1.3 Dedicated Target Style1 =3D=3D=3D=3D=3D =3D=3D=3D=3D=3D 2.8.1.4 Dedicated Target Style2 =3D=3D=3D=3D=3D There is a dedicated target at the end of this sentence - Dedicated Target1= . =3D=3D=3D=3D=3D 2.8.1.5 Radioed Target =3D=3D=3D=3D=3D =3D=3D=3D=3D 2.8.2 References =3D=3D=3D=3D =3D=3D=3D=3D=3D 2.8.2.1 References to Fuzzy Target =3D=3D=3D=3D=3D This is a link to [#sec-2_8_1_1 Fuzzy Target]. =3D=3D=3D=3D=3D 2.8.2.2 Refe= rences to CUSTOMID links =3D=3D=3D=3D=3D This is a link to [#aabbccddeeff Target with CUSTOMID]. This is nodesc link= to [#aabbccddeeff #aabbccddeeff]. =3D=3D=3D=3D=3D 2.8.2.3 References to De= dicated Target =3D=3D=3D=3D=3D There is a link to nodesc [#sec-2_8_1_3 Dedicated Target] here. There is a = link to [#sec-2_8_1_3 Jump to Dedicated Target] here.=20 There is a link to [#Dedicated-Target1 Dedicated Target1] here. =3D=3D=3D= =3D=3D 2.8.2.4 References to Radioed Links =3D=3D=3D=3D=3D This section has references to [#sec-2_8_1_5 Radioed Target]. One more refe= rence to [#sec-2_8_1_5 Radioed Target]. =3D=3D=3D 2.9 Tables =3D=3D=3D =3D=3D=3D=3D 2.9.1 A simple Orgmode Table =3D=3D=3D=3D {| style=3D"border-spacing:0;" | style=3D"border-top:0.035cm solid #808080;border-bottom:none;border-left:= none;border-right:none;padding:0.159cm;"| '''EST''' | style=3D"border-top:0.035cm solid #808080;border-bottom:none;border-left:= none;border-right:none;padding:0.159cm;"| New York | style=3D"border-top:0.035cm solid #808080;border-bottom:none;border-left:= none;border-right:none;padding:0.159cm;"|
-5:00
|- | style=3D"border:none;padding:0.159cm;"| '''IST''' | style=3D"border:none;padding:0.159cm;"| Madras | style=3D"border:none;padding:0.159cm;"|
+5:30
|- | style=3D"border-top:none;border-bottom:0.035cm solid #808080;border-left:= none;border-right:none;padding:0.159cm;"| '''AST''' | style=3D"border-top:none;border-bottom:0.035cm solid #808080;border-left:= none;border-right:none;padding:0.159cm;"| Bahrain | style=3D"border-top:none;border-bottom:0.035cm solid #808080;border-left:= none;border-right:none;padding:0.159cm;"|
+3:00
|} =3D=3D=3D=3D 2.9.2 A formatted Orgmode Table =3D=3D=3D=3D
An Example Table
{| style=3D"border-spacing:0;" !
Labels
! C1 !
C2
!
C3
|- | style=3D"border:none;padding:0.159cm;"|
'''R1 (Right= )'''
| style=3D"border-top:none;border-bottom:none;border-left:0.035cm solid #80= 8080;border-right:none;padding:0.159cm;"| R1C1 (Left) | style=3D"border:none;padding:0.159cm;"|
R1C2 (Center)
| style=3D"border-top:none;border-bottom:none;border-left:0.035cm solid #80= 8080;border-right:none;padding:0.159cm;"|
R1C3 (Right)=
|- | style=3D"border-top:none;border-bottom:0.035cm solid #808080;border-left:= none;border-right:none;padding:0.159cm;"|
'''R2''' | style=3D"border-top:none;border-bottom:0.035cm solid #808080;border-left:= 0.035cm solid #808080;border-right:none;padding:0.159cm;"| R2C1 | style=3D"border-top:none;border-bottom:0.035cm solid #808080;border-left:= none;border-right:none;padding:0.159cm;"|
R2C2
| style=3D"border-top:none;border-bottom:0.035cm solid #808080;border-left:= 0.035cm solid #808080;border-right:none;padding:0.159cm;"|
R2C3
|- | style=3D"border:none;padding:0.159cm;"|
'''R3''' | style=3D"border-top:none;border-bottom:none;border-left:0.035cm solid #80= 8080;border-right:none;padding:0.159cm;"| R3C1 | style=3D"border:none;padding:0.159cm;"|
R3C2
| style=3D"border-top:none;border-bottom:none;border-left:0.035cm solid #80= 8080;border-right:none;padding:0.159cm;"|
R3C3
|- | style=3D"border-top:none;border-bottom:0.035cm solid #808080;border-left:= none;border-right:none;padding:0.159cm;"|
'''R4''' | style=3D"border-top:none;border-bottom:0.035cm solid #808080;border-left:= 0.035cm solid #808080;border-right:none;padding:0.159cm;"| R4C1 | style=3D"border-top:none;border-bottom:0.035cm solid #808080;border-left:= none;border-right:none;padding:0.159cm;"|
R4C2
| style=3D"border-top:none;border-bottom:0.035cm solid #808080;border-left:= 0.035cm solid #808080;border-right:none;padding:0.159cm;"|
R4C3
|- | style=3D"border:none;padding:0.159cm;"|
'''R5''' | style=3D"border-top:none;border-bottom:none;border-left:0.035cm solid #80= 8080;border-right:none;padding:0.159cm;"| R5C1 | style=3D"border:none;padding:0.159cm;"|
R5C2
| style=3D"border-top:none;border-bottom:none;border-left:0.035cm solid #80= 8080;border-right:none;padding:0.159cm;"|
R5C3
|- | style=3D"border:none;padding:0.159cm;"|
'''R6''' | style=3D"border-top:none;border-bottom:none;border-left:0.035cm solid #80= 8080;border-right:none;padding:0.159cm;"| R6C1 | style=3D"border:none;padding:0.159cm;"|
R6C2
| style=3D"border-top:none;border-bottom:none;border-left:0.035cm solid #80= 8080;border-right:none;padding:0.159cm;"|
R6C3
|- | style=3D"border-top:none;border-bottom:0.035cm solid #808080;border-left:= none;border-right:none;padding:0.159cm;"|
'''R7''' | style=3D"border-top:none;border-bottom:0.035cm solid #808080;border-left:= 0.035cm solid #808080;border-right:none;padding:0.159cm;"| R7C1 | style=3D"border-top:none;border-bottom:0.035cm solid #808080;border-left:= none;border-right:none;padding:0.159cm;"|
R7C2
| style=3D"border-top:none;border-bottom:0.035cm solid #808080;border-left:= 0.035cm solid #808080;border-right:none;padding:0.159cm;"|
R7C3
|} =3D=3D=3D=3D 2.9.3 Table.el Table with no Spanning =3D=3D=3D=3D {| style=3D"border-spacing:0;" | style=3D"border-top:0.035cm solid #808080;border-bottom:none;border-left:= none;border-right:none;padding:0.159cm;"|
'''Term'''
| style=3D"border-top:0.035cm solid #808080;border-bottom:none;border-left:= none;border-right:none;padding:0.159cm;"|
'''Percentage'''
|- | style=3D"border:none;padding:0.159cm;"| QuarterOne-Fourth | style=3D"border:none;padding:0.159cm;"| 25% |- | style=3D"border:none;padding:0.159cm;"| HalfOne-by-Two | style=3D"border:none;padding:0.159cm;"| 50% |- | style=3D"border:none;padding:0.159cm;"| Three-QuartersThree-Fourths | style=3D"border:none;padding:0.159cm;"| 75% |- | style=3D"border-top:none;border-bottom:0.035cm solid #808080;border-left:= none;border-right:none;padding:0.159cm;"| FullWhole | style=3D"border-top:none;border-bottom:0.035cm solid #808080;border-left:= none;border-right:none;padding:0.159cm;"| 100% |} =3D=3D=3D=3D 2.9.4 Table.el Table with Spanning =3D=3D=3D=3D {| style=3D"border-spacing:0;" | style=3D"border-top:0.092cm double #808080;border-bottom:0.092cm double #= 808080;border-left:0.092cm double #808080;border-right:none;padding:0.049cm= ;"| This HTML table template is generated by emacs 24.0.50.1Name  = ;    =20 | style=3D"border-top:0.092cm double #808080;border-bottom:0.092cm double #= 808080;border-left:0.092cm double #808080;border-right:none;padding:0.049cm= ;"| cmd        calls  &nb= sp;            =            93 &= nbsp;       534    &= nbsp;           &nbs= p;           82 = ;        090    = ;            &n= bsp;           203&n= bsp;       118    &n= bsp;  =20 | style=3D"border:0.092cm double #808080;padding:0.049cm;"| Percentage=20 |- | style=3D"border-top:none;border-bottom:0.092cm double #808080;border-left= :0.092cm double #808080;border-right:none;padding:0.049cm;"| rgb  = ;     =20 | style=3D"border-top:none;border-bottom:0.092cm double #808080;border-left= :0.092cm double #808080;border-right:0.092cm double #808080;padding:0.049cm= ;"| 46%       =20 |- | style=3D"border-top:none;border-bottom:0.092cm double #808080;border-left= :0.092cm double #808080;border-right:none;padding:0.049cm;"| Xah  = ;     =20 | style=3D"border-top:none;border-bottom:0.092cm double #808080;border-left= :0.092cm double #808080;border-right:0.092cm double #808080;padding:0.049cm= ;"| 40%       =20 |- | style=3D"border-top:none;border-bottom:0.092cm double #808080;border-left= :0.092cm double #808080;border-right:none;padding:0.049cm;"| total &nb= sp;   =20 | style=3D"border-top:none;border-bottom:0.092cm double #808080;border-left= :0.092cm double #808080;border-right:0.092cm double #808080;padding:0.049cm= ;"| 100%      =20 |} =3D=3D=3D=3D 2.9.5 Another Table.el Table with Spanning =3D=3D=3D=3D {| style=3D"border-spacing:0;" | style=3D"border-top:0.092cm double #808080;border-bottom:0.092cm double #= 808080;border-left:0.092cm double #808080;border-right:none;padding:0.049cm= ;"|
This HTML table template is generated by emacs 24.0.50.= 1
   R1C1    
| style=3D"border:0.092cm double #808080;padding:0.049cm;"|
 &= nbsp; R1C2   
|- | colspan=3D"2" style=3D"border-top:none;border-bottom:0.092cm double #808= 080;border-left:0.092cm double #808080;border-right:0.092cm double #808080;= padding:0.049cm;"|
      R2C1 R2= C2       
|- | style=3D"border-top:none;border-bottom:0.092cm double #808080;border-left= :0.092cm double #808080;border-right:none;padding:0.049cm;"|
 =   R3C1          = ;        R4C1   &nbs= p;
| style=3D"border-top:none;border-bottom:0.092cm double #808080;border-left= :0.092cm double #808080;border-right:0.092cm double #808080;padding:0.049cm= ;"|
   R3C2   
|- | style=3D"border-top:none;border-bottom:0.092cm double #808080;border-left= :0.092cm double #808080;border-right:0.092cm double #808080;padding:0.049cm= ;"|
   R4C2   
|} =3D=3D=3D 2.10 Table Referenced =3D=3D=3D Please refer to [#table-10 10] for further information. =3D=3D=3D 2.11 Foot= note Definitions (Part 1) =3D=3D=3D =3D=3D=3D 2.12 Footnote Usage =3D=3D=3D =3D=3D=3D=3D 2.12.1 Plain Footnotes =3D=3D=3D=3D This paragraph has multiple references to the same footnote. This is the fi= rst reference to a footnote[#fn.1 1]. This is a second reference to the sam= e footnote[#fn.1 1]. =3D=3D=3D=3D 2.12.2 Named Footnotes =3D=3D=3D=3D Footnote named XYZ[#fn.2 2]. =3D=3D=3D=3D 2.12.3 Inlined Footnote =3D=3D= =3D=3D Inlined footnote[#fn.3 3] =3D=3D=3D=3D 2.12.4 Named and Inlined Footnote = =3D=3D=3D=3D Named and Inlined footnote[#fn.4 4] =3D=3D=3D 2.13 About Orgmode =3D=3D=3D Org is a mode for keeping notes, maintaining TODO lists, and doing project = planning with a fast and effective plain-text system.=20 Org develops organizational tasks around NOTES files that contain lists or = information about projects as plain text. Org is implemented on top of Outl= ine mode, which makes it possible to keep the content of large files well s= tructured. Visibility cycling and structure editing help to work with the t= ree. Tables are easily created with a built-in table editor. Org supports T= ODO items, deadlines, timestamps, and scheduling. It dynamically compiles e= ntries into an agenda that utilizes and smoothly integrates much of the Ema= cs calendar and diary. Plain text URL-like links connect to websites, email= s, Usenet messages, BBDB entries, and any files related to the projects. Fo= r printing and sharing of notes, an Org file can be exported as a structure= d ASCII file, as HTML, or (TODO and agenda items only) as an iCalendar file= . It can also serve as a publishing tool for a set of linked web pages.=20 As a project planning environment, Org works by adding metadata to outline = nodes. Based on this data, specific entries can be extracted in queries and= create dynamic agenda views.=20 Org mode contains the Org Babel environment which allows you to work with e= mbedded source code blocks in a file, to facilitate code evaluation, docume= ntation, and tangling.=20 Org's automatic, context-sensitive table editor with spreadsheet capabiliti= es can be integrated into any major mode by activating the minor Orgtbl mod= e. Using a translation step, it can be used to maintain tables in arbitrary= file types, for example in LaTeX. The structure editing and list creation = capabilities can be used outside Org with the minor Orgstruct mode.=20 Org keeps simple things simple. When first fired up, it should feel like a = straightforward, easy to use outliner. Complexity is not imposed, but a lar= ge amount of functionality is available when you need it. Org is a toolbox = and can be used in different ways and for different ends, for example:=20 * an outline extension with visibility cycling and structure editing=20 * an ASCII system and table editor for taking structured notes=20 * a TODO list editor=20 * a full agenda and planner with deadlines and work scheduling=20 * an environment in which to implement David Allen's GTD system=20 * a simple hypertext system, with HTML and LaTeX export=20 * a publishing tool to create a set of interlinked webpages=20 * an environment for literate programming=20 There is a website for Org which provides links to the newest version of Or= g, as well as additional information, frequently asked questions (FAQ), lin= ks to tutorials, etc. This page is located at [http://orgmode.org/ http://o= rgmode.org]. =3D=3D Footnotes: =3D=3D [#fnr.1 1] Quick brown fox jumps over the lazy dog. Quick brown fox jumps o= ve the lazy dog.=20 [#fnr.2 2] There is a link to [http://Orgmode.org/ Orgmode.org].=20 [#fnr.3 3] inline definition=20 [#fnr.4 4] named definition Date: 2011-04-04 Mon Author: Jambunathan K [mailto:kjambunathan@gmail.com kjambunathan@gmail.com] Org version 7.5 with Emacs version 24 [http://validator.w3.org/check?uri=3Dreferer Validate XHTML 1.0]=20 --=-=-=--