Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
7316fa39
Commit
7316fa39
authored
Jun 07, 2007
by
Juanma Barranquero
Browse files
(org-export-ascii-bullets, org-batch-agenda, org-batch-agenda-csv):
Fix typos in docstrings.
parent
7edcc554
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
3 deletions
+9
-3
lisp/ChangeLog
lisp/ChangeLog
+6
-0
lisp/textmodes/org.el
lisp/textmodes/org.el
+3
-3
No files found.
lisp/ChangeLog
View file @
7316fa39
2007-06-07 Juanma Barranquero <lekktu@gmail.com>
* progmodes/ebrowse.el (ebrowse-member-table):
* textmodes/org.el (org-export-ascii-bullets, org-batch-agenda)
(org-batch-agenda-csv): Fix typos in docstrings.
2007-06-06 Juanma Barranquero <lekktu@gmail.com>
* pgg.el (pgg-sign-region, pgg-sign):
...
...
lisp/textmodes/org.el
View file @
7316fa39
...
...
@@ -2682,7 +2682,7 @@ In the given sequence, these characters will be used for level 1, 2, ..."
(defcustom org-export-ascii-bullets '(?* ?+ ?-)
"Bullet characters for headlines converted to lists in ASCII export.
The first character is
is
used for the first lest level generated in this
The first character is used for the first lest level generated in this
way, and so on. If there are more levels than characters given here,
the list will be repeated.
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)
"Run an agenda command in batch mode and send the result to STDOUT.
If CMD-KEY is a string of length 1, it is used as a key in
`org-agenda-custom-commands' and triggers this command. If it is a
longer string i
s
is used as a tags/todo match string.
longer string i
t
is used as a tags/todo match string.
Paramters are alternating variable names and values that will be bound
before running the agenda command."
(let (pars)
...
...
@@ -14503,7 +14503,7 @@ before running the agenda command."
"Run an agenda command in batch mode and send the result to STDOUT.
If CMD-KEY is a string of length 1, it is used as a key in
`org-agenda-custom-commands' and triggers this command. If it is a
longer string i
s
is used as a tags/todo match string.
longer string i
t
is used as a tags/todo match string.
Paramters are alternating variable names and values that will be bound
before running the agenda command.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment