diff options
Diffstat (limited to 'lisp/org')
| -rw-r--r-- | lisp/org/ChangeLog | 34 | ||||
| -rw-r--r-- | lisp/org/org-list.el | 4 | ||||
| -rw-r--r-- | lisp/org/org-plot.el | 2 |
3 files changed, 22 insertions, 18 deletions
diff --git a/lisp/org/ChangeLog b/lisp/org/ChangeLog index ae150621dc0..f6bd1ffa2d4 100644 --- a/lisp/org/ChangeLog +++ b/lisp/org/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2011-11-11 Juanma Barranquero <lekktu@gmail.com> | ||
| 2 | |||
| 3 | * org-plot.el (org-plot/gnuplot-to-grid-data): Fix typo in docstring. | ||
| 4 | |||
| 1 | 2011-09-27 Eli Zaretskii <eliz@gnu.org> | 5 | 2011-09-27 Eli Zaretskii <eliz@gnu.org> |
| 2 | 6 | ||
| 3 | * org.el (org-mode): Force left-to-right paragraphs in Org | 7 | * org.el (org-mode): Force left-to-right paragraphs in Org |
| @@ -1965,7 +1969,7 @@ | |||
| 1965 | 1969 | ||
| 1966 | 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com> | 1970 | 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com> |
| 1967 | 1971 | ||
| 1968 | * org-latex.el (org-export-latex-preprocess): Protect index string | 1972 | * org-latex.el (org-export-latex-preprocess): Protect index string. |
| 1969 | 1973 | ||
| 1970 | 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com> | 1974 | 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com> |
| 1971 | 1975 | ||
| @@ -2119,11 +2123,11 @@ | |||
| 2119 | (org-bibtex-headline): Make use of new | 2123 | (org-bibtex-headline): Make use of new |
| 2120 | `org-bibtex-export-arbitrary-fields' and `org-bibtex-key-property' | 2124 | `org-bibtex-export-arbitrary-fields' and `org-bibtex-key-property' |
| 2121 | variables. | 2125 | variables. |
| 2122 | (org-bibtex-autokey): Make use of new `org-bibtex-key-property' | 2126 | (org-bibtex-autokey): Make use of new `org-bibtex-key-property' |
| 2123 | variable. | 2127 | variable. |
| 2124 | (org-bibtex-fleshout): Make use of new `org-bibtex-key-property' | 2128 | (org-bibtex-fleshout): Make use of new `org-bibtex-key-property' |
| 2125 | variable. | 2129 | variable. |
| 2126 | (org-bibtex-write): Make use of new `org-bibtex-key-property' | 2130 | (org-bibtex-write): Make use of new `org-bibtex-key-property' |
| 2127 | variable. | 2131 | variable. |
| 2128 | 2132 | ||
| 2129 | 2011-07-28 Eric Schulte <schulte.eric@gmail.com> | 2133 | 2011-07-28 Eric Schulte <schulte.eric@gmail.com> |
| @@ -2247,7 +2251,7 @@ | |||
| 2247 | 2011-07-28 Manuel Giraud <manuel.giraud@univ-nantes.fr> | 2251 | 2011-07-28 Manuel Giraud <manuel.giraud@univ-nantes.fr> |
| 2248 | 2252 | ||
| 2249 | * org-html.el (org-html-handle-links): Add an alternate for inline | 2253 | * org-html.el (org-html-handle-links): Add an alternate for inline |
| 2250 | images | 2254 | images. |
| 2251 | 2255 | ||
| 2252 | 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com> | 2256 | 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com> |
| 2253 | 2257 | ||
| @@ -2293,7 +2297,7 @@ | |||
| 2293 | 2297 | ||
| 2294 | * ob-python.el (org-babel-python-evaluate-external-process): Allow | 2298 | * ob-python.el (org-babel-python-evaluate-external-process): Allow |
| 2295 | parsing as a table in the case of ":results output table". | 2299 | parsing as a table in the case of ":results output table". |
| 2296 | (org-babel-python-evaluate-session): Allow parsing as a table in | 2300 | (org-babel-python-evaluate-session): Allow parsing as a table in |
| 2297 | the case of ":results output table". | 2301 | the case of ":results output table". |
| 2298 | 2302 | ||
| 2299 | 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com> | 2303 | 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com> |
| @@ -2343,7 +2347,7 @@ | |||
| 2343 | 2347 | ||
| 2344 | * org.el (org-set-font-lock-defaults): Be more strict when | 2348 | * org.el (org-set-font-lock-defaults): Be more strict when |
| 2345 | recognizing description items, and do not fontify wrong cases | 2349 | recognizing description items, and do not fontify wrong cases |
| 2346 | like: "- term ::description" or "1. term :: description" | 2350 | like: "- term ::description" or "1. term :: description". |
| 2347 | 2351 | ||
| 2348 | 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com> | 2352 | 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com> |
| 2349 | 2353 | ||
| @@ -2894,12 +2898,12 @@ | |||
| 2894 | 2011-07-28 Bernt Hansen <bernt@norang.ca> | 2898 | 2011-07-28 Bernt Hansen <bernt@norang.ca> |
| 2895 | 2899 | ||
| 2896 | * org-clock.el (org-clock-in): Allow clocking in new tasks | 2900 | * org-clock.el (org-clock-in): Allow clocking in new tasks |
| 2897 | inserted before the current clocking task | 2901 | inserted before the current clocking task. |
| 2898 | 2902 | ||
| 2899 | 2011-07-28 Bernt Hansen <bernt@norang.ca> | 2903 | 2011-07-28 Bernt Hansen <bernt@norang.ca> |
| 2900 | 2904 | ||
| 2901 | * org-clock.el (org-clock-in): Set default clocking task when | 2905 | * org-clock.el (org-clock-in): Set default clocking task when |
| 2902 | already clocking the task | 2906 | already clocking the task. |
| 2903 | 2907 | ||
| 2904 | 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com> | 2908 | 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com> |
| 2905 | 2909 | ||
| @@ -3045,7 +3049,7 @@ | |||
| 3045 | 2011-07-28 Bastien Guerry <bzg@gnu.org> | 3049 | 2011-07-28 Bastien Guerry <bzg@gnu.org> |
| 3046 | 3050 | ||
| 3047 | * org.el (org-refile-get-targets): Rename from | 3051 | * org.el (org-refile-get-targets): Rename from |
| 3048 | `org-get-refile-targets.' | 3052 | `org-get-refile-targets'. |
| 3049 | 3053 | ||
| 3050 | 2011-07-28 Bastien Guerry <bzg@gnu.org> | 3054 | 2011-07-28 Bastien Guerry <bzg@gnu.org> |
| 3051 | 3055 | ||
| @@ -3727,7 +3731,7 @@ | |||
| 3727 | (org-in-item-p,org-list-struct,org-list-parse-list): Apply change. | 3731 | (org-in-item-p,org-list-struct,org-list-parse-list): Apply change. |
| 3728 | 3732 | ||
| 3729 | * org-exp.el (org-export-mark-list-end) | 3733 | * org-exp.el (org-export-mark-list-end) |
| 3730 | (org-export-mark-list-properties): Apply change | 3734 | (org-export-mark-list-properties): Apply change. |
| 3731 | 3735 | ||
| 3732 | * org-latex.el (org-export-latex-lists): Apply change. Also | 3736 | * org-latex.el (org-export-latex-lists): Apply change. Also |
| 3733 | prevent items with org-example property to be considered as real | 3737 | prevent items with org-example property to be considered as real |
| @@ -4774,7 +4778,7 @@ | |||
| 4774 | * ob-tangle.el (org-babel-spec-to-string): Adding "noweb" as a | 4778 | * ob-tangle.el (org-babel-spec-to-string): Adding "noweb" as a |
| 4775 | linking comment type | 4779 | linking comment type |
| 4776 | (org-babel-tangle-comment-links): Returns comment links for the | 4780 | (org-babel-tangle-comment-links): Returns comment links for the |
| 4777 | source code block at point | 4781 | source code block at point. |
| 4778 | 4782 | ||
| 4779 | 2011-07-28 Bastien Guerry <bzg@gnu.org> | 4783 | 2011-07-28 Bastien Guerry <bzg@gnu.org> |
| 4780 | 4784 | ||
| @@ -4855,7 +4859,7 @@ | |||
| 4855 | 4859 | ||
| 4856 | * org-capture.el (org-capture-templates): Add %f and %F escapes | 4860 | * org-capture.el (org-capture-templates): Add %f and %F escapes |
| 4857 | (org-capture): Add more information to capture property list | 4861 | (org-capture): Add more information to capture property list |
| 4858 | (org-capture-fill-template): Handle %f and %F escapes | 4862 | (org-capture-fill-template): Handle %f and %F escapes. |
| 4859 | 4863 | ||
| 4860 | 2011-07-28 David Maus <dmaus@ictsoc.de> | 4864 | 2011-07-28 David Maus <dmaus@ictsoc.de> |
| 4861 | 4865 | ||
| @@ -5003,7 +5007,7 @@ | |||
| 5003 | output file. | 5007 | output file. |
| 5004 | 5008 | ||
| 5005 | * ob-sass.el (org-babel-execute:sass): Return nil if result has | 5009 | * ob-sass.el (org-babel-execute:sass): Return nil if result has |
| 5006 | been written to file | 5010 | been written to file. |
| 5007 | 5011 | ||
| 5008 | 2011-07-28 Dan Davison <dandavison7@gmail.com> | 5012 | 2011-07-28 Dan Davison <dandavison7@gmail.com> |
| 5009 | 5013 | ||
| @@ -16833,7 +16837,7 @@ | |||
| 16833 | 16837 | ||
| 16834 | * org-agenda.el (org-format-agenda-item) | 16838 | * org-agenda.el (org-format-agenda-item) |
| 16835 | (org-agenda-filter-make-matcher): Make sure tags are stored and | 16839 | (org-agenda-filter-make-matcher): Make sure tags are stored and |
| 16836 | compared donwcased. | 16840 | compared downcased. |
| 16837 | 16841 | ||
| 16838 | 2008-10-26 Carsten Dominik <dominik@science.uva.nl> | 16842 | 2008-10-26 Carsten Dominik <dominik@science.uva.nl> |
| 16839 | 16843 | ||
diff --git a/lisp/org/org-list.el b/lisp/org/org-list.el index d3c5dd99aa6..866176e4e8f 100644 --- a/lisp/org/org-list.el +++ b/lisp/org/org-list.el | |||
| @@ -70,12 +70,12 @@ | |||
| 70 | ;; (a few thousand lines long). Thus, code should follow the rule : | 70 | ;; (a few thousand lines long). Thus, code should follow the rule : |
| 71 | ;; "collect once, use many". As a corollary, it is usally a bad idea | 71 | ;; "collect once, use many". As a corollary, it is usally a bad idea |
| 72 | ;; to use directly an interactive function inside the code, as those, | 72 | ;; to use directly an interactive function inside the code, as those, |
| 73 | ;; being independant entities, read the whole list structure another | 73 | ;; being independent entities, read the whole list structure another |
| 74 | ;; time. | 74 | ;; time. |
| 75 | 75 | ||
| 76 | ;;; Code: | 76 | ;;; Code: |
| 77 | 77 | ||
| 78 | (eval-when-compile | 78 | (eval-when-compile |
| 79 | (require 'cl)) | 79 | (require 'cl)) |
| 80 | (require 'org-macs) | 80 | (require 'org-macs) |
| 81 | (require 'org-compat) | 81 | (require 'org-compat) |
diff --git a/lisp/org/org-plot.el b/lisp/org/org-plot.el index b90c248eb6d..419467226c9 100644 --- a/lisp/org/org-plot.el +++ b/lisp/org/org-plot.el | |||
| @@ -136,7 +136,7 @@ Pass PARAMS through to `orgtbl-to-generic' when exporting TABLE." | |||
| 136 | "Export the data in TABLE to DATA-FILE for gnuplot. | 136 | "Export the data in TABLE to DATA-FILE for gnuplot. |
| 137 | This means in a format appropriate for grid plotting by gnuplot. | 137 | This means in a format appropriate for grid plotting by gnuplot. |
| 138 | PARAMS specifies which columns of TABLE should be plotted as independent | 138 | PARAMS specifies which columns of TABLE should be plotted as independent |
| 139 | and dependant variables." | 139 | and dependent variables." |
| 140 | (interactive) | 140 | (interactive) |
| 141 | (let* ((ind (- (plist-get params :ind) 1)) | 141 | (let* ((ind (- (plist-get params :ind) 1)) |
| 142 | (deps (if (plist-member params :deps) | 142 | (deps (if (plist-member params :deps) |