Re: How to avoid settings at the start of the file.

2023-02-19 Thread Ihor Radchenko
Ypo  writes:

> Is there a way to not having these kind of settings in the head of 
> org-buffers?

You can use top-level drawer.

> #+export_file_name: borrar
> #+SETUPFILE: ~\export.setup
> #+HTML_HEAD:  href="./export/latex-css/style.css" />

-- begin document --
:PROPERTIES:
:export_file_name: borrar
:export_html_head:  
href="./export/latex-css/style.css" /> 
:END:
#+SETUPFILE: ~\export.setup

Not SETUPFILE though.

> Could it be possible to add them in the .init file? Or to have them 
> inside a headline?

.init is also possible, but only for html_head -- see org-html-head.

-- 
Ihor Radchenko // yantar92,
Org mode contributor,
Learn more about Org mode at .
Support Org development at ,
or support my work at 



Re: How to avoid settings at the start of the file.

2023-02-19 Thread Thomas S. Dye



Ypo  writes:


Hi

Is there a way to not having these kind of settings in the head 
of org-buffers?


#+export_file_name: borrar
#+SETUPFILE: ~\export.setup
#+HTML_HEAD: href="./export/latex-css/style.css" />


Could it be possible to add them in the .init file? Or to have 
them inside a headline?


The upper part of a buffer is very important to me, and I don't 
like to see those lines there...


I put my configuration under a heading at the bottom of the file.

hth,
Tom

--
Thomas S. Dye
https://tsdye.online/tsdye



How to avoid settings at the start of the file.

2023-02-19 Thread Ypo

Hi

Is there a way to not having these kind of settings in the head of 
org-buffers?


#+export_file_name: borrar
#+SETUPFILE: ~\export.setup
#+HTML_HEAD: href="./export/latex-css/style.css" />



Could it be possible to add them in the .init file? Or to have them 
inside a headline?


The upper part of a buffer is very important to me, and I don't like to 
see those lines there...


Best regards!