Minor fixes.
This commit is contained in:
parent
f26330fdc5
commit
a5cd6cffb7
4
Makefile
4
Makefile
|
@ -195,6 +195,7 @@ card: doc/orgcard.pdf doc/orgcard.ps doc/orgcard_letter.pdf doc/orgcard_letter.p
|
|||
distfile:
|
||||
@if [ "X$(TAG)" = "X" ]; then echo "*** No tag ***"; exit 1; fi
|
||||
touch doc/org.texi doc/orgcard.tex # force update
|
||||
make cleancontrib
|
||||
make info
|
||||
make doc
|
||||
make lisp/org-install.el
|
||||
|
@ -243,6 +244,9 @@ relup:
|
|||
db:
|
||||
grep -e '(debug)' lisp/*el
|
||||
|
||||
cleancontrib:
|
||||
find contrib -name \*~ -exec rm {} \;
|
||||
|
||||
cleanelc:
|
||||
rm -f $(ELCFILES)
|
||||
cleandoc:
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
\input texinfo
|
||||
925\input texinfo
|
||||
@c %**start of header
|
||||
@setfilename ../../info/org
|
||||
@settitle The Org Manual
|
||||
|
@ -4922,7 +4922,7 @@ insertion of content:
|
|||
%^L @r{Like @code{%^C}, but insert as link.}
|
||||
%^g @r{prompt for tags, with completion on tags in target file.}
|
||||
%^G @r{prompt for tags, with completion all tags in all agenda files.}
|
||||
%^{prop}p @r{Prompt the user for a value for property @code{prop}}
|
||||
%^@{prop@}p @r{Prompt the user for a value for property @code{prop}}
|
||||
%:keyword @r{specific information for certain link types, see below}
|
||||
%[pathname] @r{insert the contents of the file given by @code{pathname}}
|
||||
%(sexp) @r{evaluate elisp @code{(sexp)} and replace with the result}
|
||||
|
|
Loading…
Reference in New Issue