Re: [O] How to avoid \title{} and \date{} in latex export

2019-04-10 Thread Nick Dokos
Flavio Leonardo Cavalcanti de Moura writes: > Hi Jilius,  > > Thank you very much for your reply. It is a good idea, but the latex > class I am using (entcs) has its own \title and \date, and by > renewing the command I overwrite both...  > > I am removing these lines by hand from the tex file ge

Re: [O] How to avoid \title{} and \date{} in latex export

2019-04-10 Thread Leslie Watter
Hi Flavio, If you export the whole file directly #+TITLE: should solve your problem. But if you export the subsection only, you'll better add the following to your properties drawer: --- * My Section :PROPERTIES: :EXPORT_FILE_NAME: my-filename-that-has-a-different-name-than-the-section.pdf

Re: [O] How to avoid \title{} and \date{} in latex export

2019-04-10 Thread Flavio Leonardo Cavalcanti de Moura
Hi Jilius, Thank you very much for your reply. It is a good idea, but the latex class I am using (entcs) has its own \title and \date, and by renewing the command I overwrite both... I am removing these lines by hand from the tex file generated by the export engine... but it is not nice. Any help

[O] Will org-num be included in the distribution

2019-04-10 Thread Martin Stemplinger
Hello, A while back Nicolas posted org-num.el which adds numbered Level to the different headings. I find it very useful and reliable so I wonder why it’s only included in git but not in the distribution or package. Any insight? Thanks, Martin

[O] Shrinking columns after formula recalculation

2019-04-10 Thread Nick Dokos
I have a table with column width cookies. I shrink the columns with C-u C-c TAB and then I recalculate with C-c C-c on the #TBLFM line. The columns then get expanded and I have to do the C-u C-c TAB again after every recalculation. Is there a way to have the columns stay shrunk? Example: An unsolv

Re: [O] How to avoid \title{} and \date{} in latex export

2019-04-10 Thread Julius Dittmar
Hi  Flávio, perhaps you could add something like (untested) #+LATEX_HEADER: \renewcommand{\title}[1]{} \renewcommand{\date}[1]{} to your org-file? It's not exactly what you asked for, but it might alleviate your problem. HTH, Julius Am 10.04.19 um 18:10 schrieb Flavio Leonardo Cavalcanti de Mo

[O] How to avoid \title{} and \date{} in latex export

2019-04-10 Thread Flavio Leonardo Cavalcanti de Moura
Hello, My org file uses a latex class that, after exporting, is in conflict with the lines \date{} and \title{} automatically generated by orgmode latex export. I already tried the following headings for the org file: 1. #+TITLE: #+DATE: 2. #+TITLE: #+option: date:nil 3. #+option: title:nil da

Re: [O] BUG: org-archive-subtree LOSES DATA when run on unsaved buffer

2019-04-10 Thread Nicolas Goaziou
Hello, "Cook, Malcolm" writes: > I never use org's archiving capabilities. > > So imaging my surprise when I accidently invoked org-archive-subtree from its > key-binding and I lost a whole subtree of a new buffer which (alas) I had not > yet saved to disk > > Further alas, I was so alarmed no

Re: [O] [ISSUE] links navigation not consistent behavior

2019-04-10 Thread Nicolas Goaziou
Hello, stardiviner writes: > #+begin_src org > https://www.bing.com > > ,* link in properties drawer > :PROPERTIES: > :URL: http://www.google.com > :END: > > https://www.bing.com > > ,* http(s) url in content of headline > > https://www.baidu.com > #+end_src > In upper example,

Re: [O] org-notmuch: Improved tree support

2019-04-10 Thread Pierre Neidhardt
Thanks! -- Pierre Neidhardt https://ambrevar.xyz/ signature.asc Description: PGP signature

Re: [O] org-notmuch: Improved tree support

2019-04-10 Thread Nicolas Goaziou
Hello, Pierre Neidhardt writes: > Patch attached. > I'm just not sure about what the version number should be for > deprecation. Applied. I fixed the version number. Thank you. Regards, -- Nicolas Goaziou