From mboxrd@z Thu Jan 1 00:00:00 1970 From: Catonano Subject: o-blog (help with autocompletions) Date: Thu, 12 Sep 2013 12:16:33 +0200 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:58894) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VK3wz-0008Vk-7y for emacs-orgmode@gnu.org; Thu, 12 Sep 2013 06:16:38 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VK3ww-0005Ut-Rw for emacs-orgmode@gnu.org; Thu, 12 Sep 2013 06:16:37 -0400 Received: from mail-ie0-x22e.google.com ([2607:f8b0:4001:c03::22e]:46991) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VK3ww-0005Uf-NI for emacs-orgmode@gnu.org; Thu, 12 Sep 2013 06:16:34 -0400 Received: by mail-ie0-f174.google.com with SMTP id u16so657745iet.33 for ; Thu, 12 Sep 2013 03:16:33 -0700 (PDT) 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 Hello people, I'm using the org mode that comes bundled with the Emacs installation in Fedora 19, I think it's Emacs 24.2.x (I'm writing from another machine) 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 ) On the base of what I read here http://orgmode.org/manual/Completion.html#Completion 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