0
0
Fork 1
mirror of https://git.savannah.gnu.org/git/emacs/org-mode.git synced 2024-07-17 03:06:26 +00:00

Minor edits

This commit is contained in:
Carsten Dominik 2010-10-28 14:20:11 +02:00
parent 2c446537f7
commit 44287a8ce9

View file

@ -207,7 +207,8 @@ Thanks to Lukasz Setmann for a patch to this effect.
In HTML export, table fields are now properly aligned in accord
with automatic alignment in org, or as set by the =<r>=, =<l>=, and
=<c>= cookies. The =<c>= cookie is new and has no effect in
Org, but it does do the right thing in HTML export.
Org, but it does do the right thing in HTML export. A LaTeX export
implementation will follow, but is currently still missing.
*** Update freemind converter to include body text
@ -254,6 +255,16 @@ As soon as MobilOrg 1.5 hits the Apple's AppStore, you can
encrypt your org files on public servers. Please see the
documentation of MobileOrg and Appendix B of the manual for more
details.
*** MobileOrg: Do not force to insert IDs
If you dislike the property of MobileOrg to insert ID properties
for in all entries being part of an agenda view, you can now turn
this off using the variable
=org-mobile-force-id-on-agenda-items=. When this variable is set
to =nil=, MobileOrg will use outline paths to identify entries.
Note that this may fail if several entries have identical outline
paths.
*** LaTeX minted package for fontified source code export
Patch by Dan Davison.
@ -271,16 +282,6 @@ In addition, it is neccessary to install
pygments (http://pygments.org), and to configure
`org-latex-to-pdf-process' so that the -shell-escape option is
passed to pdflatex.
*** MobileOrg: Do not force to insert IDs
If you dislike the property of MobileOrg to insert ID properties
for in all entries being part of an agenda view, you can now turn
this off using the variable
=org-mobile-force-id-on-agenda-items=. When this variable is set
to =nil=, MobileOrg will use outline paths to identify entries.
Note that this may fail if several entries have identical outline
paths.
*** Allow to use texi2dvi or rubber for processing LaTeX to pdf