From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marc-Oliver Ihm Subject: Re: [PATCH] New function org-find-timestamps Date: Mon, 22 Aug 2011 21:07:51 +0200 Message-ID: <4E52A907.8010201@online.de> References: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([140.186.70.92]:50354) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QvZqy-0001Xz-Qh for emacs-orgmode@gnu.org; Mon, 22 Aug 2011 15:08:09 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QvZqx-0002PP-Pt for emacs-orgmode@gnu.org; Mon, 22 Aug 2011 15:08:08 -0400 Received: from lo.gmane.org ([80.91.229.12]:41888) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QvZqx-0002PJ-De for emacs-orgmode@gnu.org; Mon, 22 Aug 2011 15:08:07 -0400 Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1QvZqu-0005zt-KY for emacs-orgmode@gnu.org; Mon, 22 Aug 2011 21:08:04 +0200 Received: from p54a88245.dip0.t-ipconnect.de ([84.168.130.69]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 22 Aug 2011 21:08:04 +0200 Received: from marc-oliver.ihm by p54a88245.dip0.t-ipconnect.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 22 Aug 2011 21:08:04 +0200 In-Reply-To: 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: emacs-orgmode@gnu.org Am 21.08.2011 14:32, schrieb Philip Rooke: > 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 > > Hi Phil, I have read the first document you mentioned, and its good. It seems that texinfo is the primary format to use and so I will go for that and the other references you have will probably help me in the process. Thanx ! with kind regards, Marc