org-mode/lisp
Jambunathan K 2512637fce org-odt.el: Support for anchoring an image to a page
* etc/styles/OrgOdtStyles.xml(OrgPageImage)
(OrgPageImageCaptionFrame): New styles for anchoring an image
centrally on a page.

* lisp/org-odt.el (org-odt-entity-frame-styles): Accommodate new
frame styles: \"OrgPageImage\" and \"OrgPageImageCaptionFrame\".
(org-export-odt-format-image): Handle frame-related :anchor,
:style and :attributes options attached to images as shown
below:
		[[./image.png]]
(org-odt-merge-frame-params): New. Auxiliary routine to merge
the default frame params and user-specified frame params.
(org-odt-format-entity): Use the above
`org-odt-merge-frame-params'.

Jérémy Compostella <jeremy.compostella@gmail.com> writes:
  I need to add pictures that are anchored to the \"page\" and not
  to the \"paragraph\". This is very useful to get a \"floating
  picture\" on an entire page without text breaks.

He also adds:
  Sometimes, you want to add a picture but you don't want a page
  break. For example, you want to add a big illustration. To
  render correctly, the picture needs its own page but you don't
  want to break the page. In this case you need to anchor the
  picture to the \"page\".

http://lists.gnu.org/archive/html/emacs-orgmode/2011-11/msg00869.html
2011-12-26 16:03:25 +05:30
..
ob-asymptote.el ob-asymptote: silence byte-compiler 2011-09-25 16:19:27 +02:00
ob-awk.el ob-awk: safer variable expansion 2011-08-28 09:03:19 -06:00
ob-C.el replacing usage of characterp with integerp (which should work w/Emacs22) 2011-09-17 14:52:29 -06:00
ob-calc.el Fix compiler warnings. 2011-10-28 17:26:22 +02:00
ob-clojure.el
ob-comint.el
ob-css.el
ob-ditaa.el
ob-dot.el Remove the "Version" header in Org libraries (leave it in org.el). 2011-08-17 14:42:34 +02:00
ob-emacs-lisp.el
ob-eval.el
ob-exp.el org-babel-exp-lob-one-liners should not parse the entire buffer. 2011-11-25 09:32:11 -07:00
ob-fortran.el Update website to show 7.8.02 as current release 2011-12-13 00:34:34 +00:00
ob-gnuplot.el gnuplot, don't quote file names on Windows systems 2011-09-29 06:54:49 -06:00
ob-haskell.el
ob-java.el
ob-js.el
ob-keys.el binding new code block header argument helper function to C-c C-v h 2011-10-08 16:38:32 -06:00
ob-latex.el Revert "Revert "new babel latex feature :imagemagick -- By Andreas Leha"" 2011-11-22 06:59:58 -07:00
ob-ledger.el
ob-lilypond.el Remove the "Version" header in Org libraries (leave it in org.el). 2011-08-17 14:42:34 +02:00
ob-lisp.el fix typo 2011-11-15 08:56:25 -07:00
ob-lob.el move `org-babel-lob-one-liner-regexp' into ob.el to fix autoloading error 2011-12-17 09:04:20 -07:00
ob-matlab.el
ob-maxima.el fix whitespace errors 2011-11-08 13:52:11 -07:00
ob-mscgen.el
ob-ocaml.el
ob-octave.el ob-octave.el: Add graphical output 2011-12-17 09:04:20 -07:00
ob-org.el
ob-perl.el
ob-picolisp.el fix compiler warnings in ob-picolisp 2011-11-29 09:16:14 -07:00
ob-plantuml.el
ob-python.el
ob-R.el * lisp/ob-R.el: Added tikzDevice support. 2011-11-28 00:07:46 -07:00
ob-ref.el fixed bug in parsing of arguments to code block references 2011-12-12 17:19:40 -07:00
ob-ruby.el ob-ruby: No longer require inf-ruby when no session evaluation takes place 2011-08-19 08:58:24 -06:00
ob-sass.el
ob-scheme.el
ob-screen.el
ob-sh.el
ob-shen.el ob-shen: fix two compilation errors 2011-10-24 20:00:02 -06:00
ob-sql.el adding list of SQL specific header argument names which should be inherited 2011-10-26 06:20:12 -06:00
ob-sqlite.el
ob-table.el Standardized code block keywords 2011-11-15 08:56:24 -07:00
ob-tangle.el better delimiting of Org-mode text preceding a code block 2011-09-16 09:52:34 -06:00
ob.el move `org-babel-lob-one-liner-regexp' into ob.el to fix autoloading error 2011-12-17 09:04:20 -07:00
org-agenda.el `org-agenda-do-tree-to-indirect-buffer': rewrite of the docstring. 2011-12-12 17:40:34 +01:00
org-archive.el Provide more consistent regexps for headlines 2011-10-23 09:30:13 +02:00
org-ascii.el Provide more consistent regexps for headlines 2011-10-23 09:30:13 +02:00
org-attach.el
org-bbdb.el
org-beamer.el org-beamer.el: Also recognize \lstinline and \verb as commands that make a frame fragile. 2011-12-20 23:06:39 +01:00
org-bibtex.el improved warnings of bibtex errors during multi-headline export 2011-11-29 08:56:55 -07:00
org-capture.el Fix bug in org-capture file+datetree+promt target type 2011-12-06 09:00:27 +01:00
org-clock.el org-clock.el: Check the clock buffer is existing when clocking out. 2011-12-11 18:25:58 +01:00
org-colview-xemacs.el Provide more consistent regexps for headlines 2011-10-23 09:30:13 +02:00
org-colview.el Fix typos fixed in Emacs trunk. 2011-11-28 15:11:52 +01:00
org-compat.el Maintain XEmacs compatibility 2011-10-21 22:36:53 +02:00
org-crypt.el org-crypt: when running org-decrypt-entry', only run auto-save-mode' check if on an encrypted entry 2011-10-08 18:10:37 +02:00
org-ctags.el Replace org-mode-p with usual (eq major-mode 'org-mode) check 2011-10-22 11:29:24 +02:00
org-datetree.el
org-docbook.el Fix compiler warnings. 2011-10-28 17:26:22 +02:00
org-docview.el Remove the "Version" header in Org libraries (leave it in org.el). 2011-08-17 14:42:34 +02:00
org-entities.el
org-eshell.el Move org-eshell.el by Konrad Hinsen to Org's core. 2011-12-21 09:43:48 +01:00
org-exp-blocks.el org-exp-blocks.el: Fix regexp for matching the end of a block. 2011-12-23 17:40:37 +01:00
org-exp.el Avoid erroneous normalization of bracket link parts 2011-12-11 10:53:14 +01:00
org-faces.el Use the default face instead of fancy colors. 2011-12-12 14:49:54 +01:00
org-feed.el
org-footnote.el org-footnote: Remove opportunity to have inline footnotes at beginning of line 2011-11-06 14:14:36 +01:00
org-freemind.el Fix typos fixed in Emacs trunk. 2011-11-28 15:11:52 +01:00
org-gnus.el
org-habit.el New vars: org-habit-today-glyph, org-habit-completed-glyph 2011-09-21 04:09:49 -05:00
org-html.el org-html.el: fix docstrings and the pre/postamble inserting. 2011-12-13 00:10:00 +01:00
org-icalendar.el icalendar: Make alarm duration RFC5545 compliant 2011-08-25 16:39:35 +02:00
org-id.el Replace org-mode-p with usual (eq major-mode 'org-mode) check 2011-10-22 11:29:24 +02:00
org-indent.el Replace org-mode-p with usual (eq major-mode 'org-mode) check 2011-10-22 11:29:24 +02:00
org-info.el
org-inlinetask.el org-inlinetask: Small refactoring 2011-09-01 08:49:28 +02:00
org-irc.el Remove the "Version" header in Org libraries (leave it in org.el). 2011-08-17 14:42:34 +02:00
org-jsinfo.el
org-latex.el org-latex.el: Allow "/" character in the #+LaTeX_CLASS option. 2011-10-29 14:43:52 +02:00
org-list.el Better handling of ill-formed lists 2011-10-02 23:17:11 +02:00
org-lparse.el org-lparse.el: don't need to be executable. 2011-12-12 17:24:21 +01:00
org-mac-message.el
org-macs.el Replace org-mode-p with usual (eq major-mode 'org-mode) check 2011-10-22 11:29:24 +02:00
org-mew.el
org-mhe.el
org-mks.el
org-mobile.el
org-mouse.el Provide more consistent regexps for headlines 2011-10-23 09:30:13 +02:00
org-odt.el org-odt.el: Support for anchoring an image to a page 2011-12-26 16:03:25 +05:30
org-pcomplete.el
org-plot.el
org-protocol.el org-protocol.el: Fix spelling mistake. 2011-12-15 09:37:30 +01:00
org-publish.el Use theindex.inc and theindex.org as described in the manual. 2011-12-17 15:55:18 +01:00
org-remember.el Replace org-mode-p with usual (eq major-mode 'org-mode) check 2011-10-22 11:29:24 +02:00
org-rmail.el
org-special-blocks.el Silent a few byte-compiler warnings. 2011-12-12 18:04:15 +01:00
org-src.el * org-src.el (org-edit-src-code): Fix typo-bug. 2011-10-22 15:26:36 +02:00
org-table.el * org-table.el (org-table-transpose-table-at-point): Don't use ̀remove-if-not'. 2011-12-11 18:38:45 +01:00
org-taskjuggler.el taskjuggler export: take buffer local variables into account 2011-09-07 15:45:14 +02:00
org-timer.el Replace org-mode-p with usual (eq major-mode 'org-mode) check 2011-10-22 11:29:24 +02:00
org-vm.el
org-w3m.el
org-wl.el
org-xoxo.el
org.el Escape link path only if path contains space or non-ascii character 2011-12-20 23:53:39 +01:00