comparison lisp/org/org-exp-blocks.el @ 111880:a7740098b594

Update to Org mode 7.4
author Carsten Dominik <carsten.dominik@gmail.com>
date Sat, 11 Dec 2010 17:42:53 +0100
parents 5cb272c831e8
children 417b1e4d63cd
comparison
equal deleted inserted replaced
111879:4a0faa1cecc2 111880:a7740098b594
2 2
3 ;; Copyright (C) 2009, 2010 3 ;; Copyright (C) 2009, 2010
4 ;; Free Software Foundation, Inc. 4 ;; Free Software Foundation, Inc.
5 5
6 ;; Author: Eric Schulte 6 ;; Author: Eric Schulte
7 ;; Version: 7.3 7 ;; Version: 7.4
8 8
9 ;; This file is part of GNU Emacs. 9 ;; This file is part of GNU Emacs.
10 ;; 10 ;;
11 ;; GNU Emacs is free software: you can redistribute it and/or modify 11 ;; GNU Emacs is free software: you can redistribute it and/or modify
12 ;; it under the terms of the GNU General Public License as published by 12 ;; it under the terms of the GNU General Public License as published by
198 (indent-code-rigidly 198 (indent-code-rigidly
199 (match-beginning 0) (match-end 0) indentation))))) 199 (match-beginning 0) (match-end 0) indentation)))))
200 (setq start (match-end 0))) 200 (setq start (match-end 0)))
201 (interblock start (point-max)) 201 (interblock start (point-max))
202 (run-hooks 'org-export-blocks-postblock-hook))))) 202 (run-hooks 'org-export-blocks-postblock-hook)))))
203
204 (add-hook 'org-export-preprocess-after-include-files-hook
205 'org-export-blocks-preprocess)
206 203
207 ;;================================================================================ 204 ;;================================================================================
208 ;; type specific functions 205 ;; type specific functions
209 206
210 ;;-------------------------------------------------------------------------------- 207 ;;--------------------------------------------------------------------------------