diff options
| -rw-r--r-- | lisp/ChangeLog | 6 | ||||
| -rw-r--r-- | lisp/textmodes/org.el | 6 |
2 files changed, 9 insertions, 3 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 0bcec517918..d4350ba813d 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,9 @@ | |||
| 1 | 2007-06-07 Juanma Barranquero <lekktu@gmail.com> | ||
| 2 | |||
| 3 | * progmodes/ebrowse.el (ebrowse-member-table): | ||
| 4 | * textmodes/org.el (org-export-ascii-bullets, org-batch-agenda) | ||
| 5 | (org-batch-agenda-csv): Fix typos in docstrings. | ||
| 6 | |||
| 1 | 2007-06-06 Juanma Barranquero <lekktu@gmail.com> | 7 | 2007-06-06 Juanma Barranquero <lekktu@gmail.com> |
| 2 | 8 | ||
| 3 | * pgg.el (pgg-sign-region, pgg-sign): | 9 | * pgg.el (pgg-sign-region, pgg-sign): |
diff --git a/lisp/textmodes/org.el b/lisp/textmodes/org.el index 9a6ab7f6ea4..03b42addcdc 100644 --- a/lisp/textmodes/org.el +++ b/lisp/textmodes/org.el | |||
| @@ -2682,7 +2682,7 @@ In the given sequence, these characters will be used for level 1, 2, ..." | |||
| 2682 | 2682 | ||
| 2683 | (defcustom org-export-ascii-bullets '(?* ?+ ?-) | 2683 | (defcustom org-export-ascii-bullets '(?* ?+ ?-) |
| 2684 | "Bullet characters for headlines converted to lists in ASCII export. | 2684 | "Bullet characters for headlines converted to lists in ASCII export. |
| 2685 | The first character is is used for the first lest level generated in this | 2685 | The first character is used for the first lest level generated in this |
| 2686 | way, and so on. If there are more levels than characters given here, | 2686 | way, and so on. If there are more levels than characters given here, |
| 2687 | the list will be repeated. | 2687 | the list will be repeated. |
| 2688 | Note that plain lists will keep the same bullets as the have in the | 2688 | Note that plain lists will keep the same bullets as the have in the |
| @@ -14477,7 +14477,7 @@ L Timeline for current buffer # List stuck projects (!=configure) | |||
| 14477 | "Run an agenda command in batch mode and send the result to STDOUT. | 14477 | "Run an agenda command in batch mode and send the result to STDOUT. |
| 14478 | If CMD-KEY is a string of length 1, it is used as a key in | 14478 | If CMD-KEY is a string of length 1, it is used as a key in |
| 14479 | `org-agenda-custom-commands' and triggers this command. If it is a | 14479 | `org-agenda-custom-commands' and triggers this command. If it is a |
| 14480 | longer string is is used as a tags/todo match string. | 14480 | longer string it is used as a tags/todo match string. |
| 14481 | Paramters are alternating variable names and values that will be bound | 14481 | Paramters are alternating variable names and values that will be bound |
| 14482 | before running the agenda command." | 14482 | before running the agenda command." |
| 14483 | (let (pars) | 14483 | (let (pars) |
| @@ -14503,7 +14503,7 @@ before running the agenda command." | |||
| 14503 | "Run an agenda command in batch mode and send the result to STDOUT. | 14503 | "Run an agenda command in batch mode and send the result to STDOUT. |
| 14504 | If CMD-KEY is a string of length 1, it is used as a key in | 14504 | If CMD-KEY is a string of length 1, it is used as a key in |
| 14505 | `org-agenda-custom-commands' and triggers this command. If it is a | 14505 | `org-agenda-custom-commands' and triggers this command. If it is a |
| 14506 | longer string is is used as a tags/todo match string. | 14506 | longer string it is used as a tags/todo match string. |
| 14507 | Paramters are alternating variable names and values that will be bound | 14507 | Paramters are alternating variable names and values that will be bound |
| 14508 | before running the agenda command. | 14508 | before running the agenda command. |
| 14509 | 14509 | ||