From mboxrd@z Thu Jan 1 00:00:00 1970 From: Philip Rooke Subject: Re: [PATCH] New function org-find-timestamps Date: Sun, 21 Aug 2011 13:32:35 +0100 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([140.186.70.92]:39281) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Qv7Cm-0008RX-0Y for emacs-orgmode@gnu.org; Sun, 21 Aug 2011 08:32:44 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Qv7Ck-0004AI-UE for emacs-orgmode@gnu.org; Sun, 21 Aug 2011 08:32:43 -0400 Received: from mail-wy0-f169.google.com ([74.125.82.169]:42231) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Qv7Ck-0004A4-J6 for emacs-orgmode@gnu.org; Sun, 21 Aug 2011 08:32:42 -0400 Received: by wyi11 with SMTP id 11so3455839wyi.0 for ; Sun, 21 Aug 2011 05:32:40 -0700 (PDT) In-Reply-To: (Marc-Oliver Ihm's message of "Sat, 20 Aug 2011 19:30:23 +0200") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Marc-Oliver Ihm Cc: emacs-orgmode@gnu.org Marc-Oliver Ihm writes: > By the way: There are surely official documentation standards, that I > could adhere for this. However, at present I cannot find them. Could > anyone provide me a pointer please ? Does the file doc/Documentation_Standards.org in the source distribution help at all? Failing that the Documentation node in the Elisp info manual has more general advice. There is also M-x checkdoc which can help check elisp doc strings. Phil