Re: [O] Org-mode and koma-script

2018-08-28 Thread gmx
Thank you very much for that very complete answer and advice. This will allow me to learn better how to use emacs (and org-mode). Frédéric Le 29/08/2018 à 00:38, Tim Cross a écrit : Just a few comments. While none will solve your immediate issue, they may help track it down. - it looks like

Re: [O] Org-mode and koma-script

2018-08-28 Thread Tim Cross
Just a few comments. While none will solve your immediate issue, they may help track it down. - it looks like your running as root! This is a very bad idea, especially if your inexperienced and still trying to work things out. Highly recommend you create a normal account (possibly with app

Re: [O] Org-mode and koma-script

2018-08-28 Thread gmx
Oh, oh. I've opening a new emacs file, and this message waits me : Warning (initialization): An error occurred while loading ‘/home/frederic/.emacs’: Symbol's value as variable is void: + To ensure normal operation, you should investigate and remove the cause of the error in your initializati

Re: [O] Org-mode and koma-script

2018-08-28 Thread Nick Dokos
gmx writes: > Hello, > > I'm trying to use the koma class. I found a configuration of the.emacs > file, in the manual and in a Stack Exchange post > (https://tex.stackexchange.com/questions/364914/using-koma-script-article-with-org-mode). > > > > I open a new .org file, and I declare: > > #+T

Re: [O] Org-mode and koma-script

2018-08-28 Thread Nick Dokos
Tim Cross writes: > If that is a copy of what is in your .emacs or init.el file, then I > think you have a number of errors. Try running emacs -q and see if emacs > reports errors in your init file. > Did you mean `emacs --debug-init'? `emacs -q' will skip the user file. > Tim > > gmx writes:

Re: [O] Org-mode and koma-script

2018-08-28 Thread gmx
Le 28/08/2018 à 18:04, Tim Cross a écrit : Sorry, I was in a rush before work and sent you the wrong command! No problem. Thank you for giving me your time. What you need to do is run emacs --debug-init rather than emacs -q. Well. And the answer is... too long (many, many lines) : are read

Re: [O] Org-mode and koma-script

2018-08-28 Thread Tim Cross
Sorry, I was in a rush before work and sent you the wrong command! What you need to do is run emacs --debug-init rather than emacs -q. Your emacs init is either in the file .emacs in your home directory or the file init.el in the .emacs.d directory (assuming your not using something like spacem

Re: [O] Org-mode and koma-script

2018-08-27 Thread gmx
Thanks a lot for your answer, Tim. I entered the emacs -q command, which started emacs. The only message from the Terminal (before launching emacs) is this: (emacs:3687): GConf-WARNING **: Client failed to connect to the D-BUS daemon: Did not receive a reply. Possible causes include: the remot

Re: [O] Org-mode and koma-script

2018-08-27 Thread Tim Cross
If that is a copy of what is in your .emacs or init.el file, then I think you have a number of errors. Try running emacs -q and see if emacs reports errors in your init file. Tim gmx writes: > I forgot the > > Le 27/08/2018 à 21:51, gmx a écrit: >> Hello, >> >> I'm trying to use the koma cla

Re: [O] Org-mode and koma-script

2018-08-27 Thread gmx
I forgot the Le 27/08/2018 à 21:51, gmx a écrit : Hello, I'm trying to use the koma class. I found a configuration of the.emacs file, in the manual and in a Stack Exchange post (https://tex.stackexchange.com/questions/364914/using-koma-script-article-with-org-mode). I open a new .org fi

[O] Org-mode and koma-script

2018-08-27 Thread gmx
Hello, I'm trying to use the koma class. I found a configuration of the.emacs file, in the manual and in a Stack Exchange post (https://tex.stackexchange.com/questions/364914/using-koma-script-article-with-org-mode). I open a new .org file, and I declare: #+TITLE: MyTitle #+DATE: date #+LAN