From mboxrd@z Thu Jan 1 00:00:00 1970 From: Uwe Brauer Subject: custom: no utf8 or latin1 for '(org-structure-template-alist Date: Wed, 05 Dec 2018 18:00:35 +0100 Message-ID: <875zw7di30.fsf@mat.ucm.es> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:39829) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gUalZ-0006ll-U0 for emacs-orgmode@gnu.org; Wed, 05 Dec 2018 12:15:18 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gUaXU-0003ou-Io for emacs-orgmode@gnu.org; Wed, 05 Dec 2018 12:00:49 -0500 Received: from [195.159.176.226] (port=36851 helo=blaine.gmane.org) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1gUaXU-0003kZ-6r for emacs-orgmode@gnu.org; Wed, 05 Dec 2018 12:00:44 -0500 Received: from list by blaine.gmane.org with local (Exim 4.84_2) (envelope-from ) id 1gUaVK-0001Q7-Mz for emacs-orgmode@gnu.org; Wed, 05 Dec 2018 17:58:30 +0100 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 Hi I wanted to set (custom-set-variables '(org-structure-template-alist '( ("c" "* Comentarios Hoja ? | Documentación código | Explicación código | fichero MLX | Impresión | |----------------------+--------------------+-------------+-----------| | | | | | ")))) But emacs tell me that I cannot have ó in a unibyte buffer. Any advice? Uwe Brauer