* org mode and utf8/latin-1 in a custom file org-structure-template-alist
@ 2018-12-05 17:01 Uwe Brauer
2018-12-05 17:42 ` Tassilo Horn
0 siblings, 1 reply; 2+ messages in thread
From: Uwe Brauer @ 2018-12-05 17:01 UTC (permalink / raw)
To: emacs-devel
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
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: org mode and utf8/latin-1 in a custom file org-structure-template-alist
2018-12-05 17:01 org mode and utf8/latin-1 in a custom file org-structure-template-alist Uwe Brauer
@ 2018-12-05 17:42 ` Tassilo Horn
0 siblings, 0 replies; 2+ messages in thread
From: Tassilo Horn @ 2018-12-05 17:42 UTC (permalink / raw)
To: emacs-devel
Hi Uwe,
> (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?
What is the buffer in question? Either your `custom-file' is in some
unibyte encoding so you cannot write the custom value to it or you've
expanded the template in an org file which happens to use some unibyte
encoding, and now you cannot save that.
Bye,
Tassilo
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2018-12-05 17:42 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-12-05 17:01 org mode and utf8/latin-1 in a custom file org-structure-template-alist Uwe Brauer
2018-12-05 17:42 ` Tassilo Horn
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.