From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Jambunathan K Newsgroups: gmane.emacs.help Subject: Re: o-blog (helpwith autocompletions) Date: Sat, 31 Aug 2013 06:42:39 +0530 Message-ID: <87a9jyoe7s.fsf@gmail.com> References: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1377911447 6044 80.91.229.3 (31 Aug 2013 01:10:47 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 31 Aug 2013 01:10:47 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: Catonano Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sat Aug 31 03:10:51 2013 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1VFZiF-0003rm-4C for geh-help-gnu-emacs@m.gmane.org; Sat, 31 Aug 2013 03:10:51 +0200 Original-Received: from localhost ([::1]:52916 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VFZiE-0001L0-J7 for geh-help-gnu-emacs@m.gmane.org; Fri, 30 Aug 2013 21:10:50 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:43221) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VFZhw-0001Kn-Fc for help-gnu-emacs@gnu.org; Fri, 30 Aug 2013 21:10:36 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VFZhs-0003q5-7m for help-gnu-emacs@gnu.org; Fri, 30 Aug 2013 21:10:32 -0400 Original-Received: from mail-pd0-x236.google.com ([2607:f8b0:400e:c02::236]:52963) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VFZhr-0003pm-Vj for help-gnu-emacs@gnu.org; Fri, 30 Aug 2013 21:10:28 -0400 Original-Received: by mail-pd0-f182.google.com with SMTP id r10so2516812pdi.27 for ; Fri, 30 Aug 2013 18:10:27 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:in-reply-to:references:user-agent:date :message-id:mime-version:content-type; bh=2so8q3hubPYiFL65/hUWYMvDRCL1G3+CsaDMpZBjKts=; b=iqoPw3B1u+ss5ROycyZZdMQYleQHnZD1evGnHl9yuiPQIA5eNJVih1zi4H2ZrYNFDz 5KhQeBhrAxiktq9VJJT83UwSV0N1oPiY25zocr9nj3X76sXw9C52aoBBeA7V3Rqvcrro E8SfB1/uAW2CAxO0665/hHGDkfcMnIOswRZAtB3BMvQ6tj+n56yfdVWenXPU+ahcymuN pA18L8U/X+E7bb/VSxowM0bHIPL5inyF5lCJuy0iIvevpIh7lz1M7OIclTUiZ07CAm0i xip5Q9CH4hnNBunXxqFNnIdgPEnQAcclozmF7oRJlbCwtqyqVT2jhWgTfHBgtBMRAk2D Nu/w== X-Received: by 10.68.244.200 with SMTP id xi8mr12803901pbc.156.1377911427061; Fri, 30 Aug 2013 18:10:27 -0700 (PDT) Original-Received: from porunai ([101.63.191.18]) by mx.google.com with ESMTPSA id ha10sm691834pbc.23.1969.12.31.16.00.00 (version=TLSv1.1 cipher=RC4-SHA bits=128/128); Fri, 30 Aug 2013 18:10:26 -0700 (PDT) In-Reply-To: (catonano@gmail.com's message of "Sat, 31 Aug 2013 00:27:14 +0200") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2607:f8b0:400e:c02::236 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:93182 Archived-At: Orgmode postings will get better respons in emacs-orgmode's mailing lists. Btw, there is an Org-mode add on to Oddmuse called Oddmuse. If you don't want Babel and Todo stuff just plain Org-compatible markup you can use Oddmuse both as a wiki and a blog (much like what Oddmuse can do.) http://www.oddmuse.org/wiki/Org_Markup_Extension Catonano writes: > Hello people, > > I'm playing with o-blog (on top of org mode) and I'm editing the file " > sample.org" (here > https://github.com/renard/o-blog/blob/master/example/sample.org ) > > I tried to let the thing autocomplete this partial word > > #+o_blog > > then I hit C-M i (for calling the autocompletion) and I was informed that > no completion was available for that symbol > > So I wonder: how is the set of possible completions calculated ? > > Why the keys related to o-blog aren't there ? > > Can I improve this situation ? How ? > > Thanks