From a5cd6cffb77368e5a96106dec870c64bbf255adf Mon Sep 17 00:00:00 2001 From: Carsten Dominik Date: Mon, 22 Sep 2008 12:15:33 +0200 Subject: [PATCH] Minor fixes. --- Makefile | 4 ++++ doc/org.texi | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 27bb9e984..95c6b10fe 100644 --- a/Makefile +++ b/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: diff --git a/doc/org.texi b/doc/org.texi index 41947fab3..10fb22ddf 100644 --- a/doc/org.texi +++ b/doc/org.texi @@ -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} -- 2.11.4.GIT