From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Th. Rikl" Subject: org-tempo missing (require 'org) Date: Fri, 30 Mar 2018 13:18:59 +0200 Message-ID: <7a01ae9e-ab26-40fb-c3ae-f0d4aa73b211@googlemail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:40018) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1f1s3m-00026n-Fs for emacs-orgmode@gnu.org; Fri, 30 Mar 2018 07:19:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1f1s3j-0005ap-Co for emacs-orgmode@gnu.org; Fri, 30 Mar 2018 07:19:06 -0400 Received: from mail-wr0-x229.google.com ([2a00:1450:400c:c0c::229]:46075) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1f1s3j-0005aX-6M for emacs-orgmode@gnu.org; Fri, 30 Mar 2018 07:19:03 -0400 Received: by mail-wr0-x229.google.com with SMTP id u11so7764050wri.12 for ; Fri, 30 Mar 2018 04:19:02 -0700 (PDT) Received: from [192.168.58.73] (dslb-088-069-006-153.088.069.pools.vodafone-ip.de. [88.69.6.153]) by smtp.googlemail.com with ESMTPSA id u127sm4098418wmd.30.2018.03.30.04.19.00 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 30 Mar 2018 04:19:00 -0700 (PDT) Content-Language: de_DE 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" To: emacs-orgmode@gnu.org org-tempo only works with loaded org as stated short before the (provide ... in a comment in the org-tempo file. So IMHO the (require 'org) in the first lines is missing. In 99% of uses it may work without this clause because org is even loaded for other reasons.