Carsten Dominik
aaf0e2d6bb
Get rid of some compiler warnings
...
* Makefile (lisp/org-special-blocks.elc): Add dependency on org-compat.el
* lisp/ob-ref.el (org-at-item-p): Declare function.
* lisp/org-agenda.el (diary-time-regexp): defvar.
* lisp/org-archive.el (org-archive-subtree): Bind local variable `infile-p'.
* lisp/org-capture.el (org-capture-insert-template-here): Get template
text from property list, to avoid byte compiler message.
* lisp/org-latex.el (org-export-latex-tables): Bind local variable `width'.
* lisp/org-special-blocks.el (org-compat): Add require statement.
* lisp/org-table.el (orgtbl-ctrl-c-ctrl-c): Bind local variable `const-str'.
* lisp/org.el (org-eval): Moved function here from org-agenda.el.
2011-03-01 07:24:14 +01:00
Bastien Guerry
045214f9d2
org-special-blocks.el: mention that backend is dynamically scoped.
2011-02-16 11:40:53 +01:00
Bastien Guerry
d03d3575cb
Code cleanup: always use 'backend instead of htmlp, latexp, etc.
2011-02-16 10:58:04 +01:00
Carsten Dominik
00b59ec005
Add some additional stuff needed after moving org-special-blocks.el
...
* Makefile (LISPF): Add org-special-blocks to the list of Lisp files
* lisp/org-special-blocks.el (htmlp):
(latexp):
(line): Add defvars for dynamically scoped variables.
* lisp/org.el (org-modules): Move org-special-blocks into
the core modules section.
2011-01-03 22:08:10 +01:00
Bastien Guerry
57144fea1e
Move org-special-blocks.el from contrib/lisp/ to lisp/
...
Carsten received the completed assignment of Chris Grays,
org-special-blocks.el author's.
2011-01-03 20:17:14 +01:00