Re: Emacs on the beach?

2022-06-15 Thread Martin Schöön
No idea. Your subject made me think of an opera by Philip Glass: https://en.wikipedia.org/wiki/Einstein_on_the_Beach :-) /Martin On Wed, 15 Jun 2022 at 20:07, ypuntot wrote: > If you wanted to play with Emacs on the beach or sitting in front of your > home, what would be your emacser setup? >

Re: after installing python3.6 on Ubuntu 16.04, org files open with errors

2021-11-13 Thread Martin Schöön
I learned the hard way not to mix distro installed Python with pip installed Python. I now always use "pip install --user " to keep things sane. /Martin On Sat, 13 Nov 2021 at 03:29, Tim Cross wrote: > > Uwe Brauer writes: > > > Hi > > > > I am running Ubuntu 16.04 and I installed python3.6 (

Re: In-Buffer LaTeX previews in org-mode

2021-01-12 Thread Martin Schöön
Fragtog? https://github.com/io12/org-fragtog Disclaimer: I have not managed to get it to work but then I have not tried very hard. /Martin

Re: Website revamp?

2020-09-05 Thread Martin Schöön
nk to the documentation is a one-way link. I have to use the 'back' functionality of my browser to get back to the main site. That's all for now. I have not had time for anything ambitious such as proof reading the text. -- Martin Schöön http://hem.bredband.net/b262106/index.html

Re: Asynchronous LaTeX Preview

2020-05-27 Thread Martin Schöön
org-fragtog maybe? https://github.com/io12/org-fragtog (I have not managed to make it work myself but I haven't tried hard.) /Martin On Wed, 27 May 2020 at 08:21, Faye Jackson wrote: > Hi! > > I think the subject of the post says it all. While using org-mode I often > have a lot of LaTeX fragme

Re: [O] best ways to generate simple diagrams?

2019-05-07 Thread Martin Schöön
Maybe missing a "\usepackage{tikz}"? (That caught me out) -- Martin Schöön

Re: [O] Python with org-mode

2019-03-30 Thread Martin Schöön
how to use pip properly. -- Martin Schöön

Re: [O] Help with sharing emacs-org presentation

2018-10-30 Thread Martin Schöön
I have already learned some cool org-mode features by looking at your .org file :-) My own mantra for preparing slide-packs is to minimize text. I want the audience to listen to me rather than reading text on my slides. My 2 cents... -- Martin Schöön

Re: [O] Org mode + Solid = collaborative, privacy-respecting future

2018-09-30 Thread Martin Schöön
It looks like perfect solution to one of my org-mode uses. Disclaimer: I have spent just a couple of minutes browsing those Solid-web pages. -- Martin Schöön http://hem.bredband.net/b262106/index.html

[O] No agenda view at work, need guidance

2017-02-15 Thread Martin Schöön
ernet search for the error message I get a host of hits. So far this one is the only one that seems relevant: http://tonyballantyne.com/tech/elpa-org-mode-and-invalid-function-org-with-silent-modifications/ Am I on the right track if I try this? (I am at home now, otherwise I would have tried r

Re: [O] Best diagram, image software?

2016-10-06 Thread Martin Schöön
from graphs: http://markummitchell.github.io/engauge-digitizer/ -- Martin Schöön

Re: [O] A book produced using Org

2015-09-20 Thread Martin Schöön
et MinionPro into LaTeX? -- Martin Schöön http://hem.bredband.net/b262106/index.html

[O] [OT] djvu?

2015-05-31 Thread Martin Schöön
Anyone using djvu? http://en.wikipedia.org/wiki/DjVu http://www.djvu.org/ Just curious. -- Martin Schöön http://hem.bredband.net/b262106/index.html

Re: [O] Cooperating with oneself using the cloud?

2014-09-16 Thread Martin Schöön
-perfect-home-server -- Martin Schöön http://hem.bredband.net/b262106/index.html

[O] Cooperating with oneself using the cloud?

2014-09-15 Thread Martin Schöön
rrent Sync work really well but only if both computers run simultaneous which is not the case. Other options? Dropboxish services that keep prying eyes at bay? -- Martin Schöön http://hem.bredband.net/b262106/index.html

Re: [O] An Org centric research lab: Goodbye MS word, excel, and powerpoint

2014-07-10 Thread Martin Schöön
Python is widely used in industry and these days many CAD/CAE tools use Python for scripting... -- Martin Schöön http://hem.bredband.net/b262106/index.html

Re: [O] LaTex export questions

2014-05-31 Thread Martin Schöön
I am concerned :-) Now I feel tempted (inspired) to create a small DIY book binding introduction. I have experimented with this a bit and find you can do decent paperbacks with very limited resources. -- Martin Schöön http://hem.bredband.net/b262106/index.html

[O] Fwd: Advice needed: Cant find a decent way to autosync my work TODO org file between laptop and work pc

2014-05-25 Thread Martin Schöön
Your mileage on this may differ depending on your company, where you live and the service provider. -- Martin Schöön http://hem.bredband.net/b262106/index.html

Re: [O] Using KOMA and Memoir?

2014-05-09 Thread Martin Schöön
First of all: sorry for the previous, empty post. I misclicked. Further comments below. On 9 May 2014 12:58, Suvayu Ali wrote: > On Fri, May 09, 2014 at 09:46:15AM +0100, Eric S Fraga wrote: > > On Thursday, 8 May 2014 at 22:17, Martin Schöön wrote: > > > > which is wh

Re: [O] Using KOMA and Memoir?

2014-05-09 Thread Martin Schöön
On 9 May 2014 12:58, Suvayu Ali wrote: > On Fri, May 09, 2014 at 09:46:15AM +0100, Eric S Fraga wrote: > > On Thursday, 8 May 2014 at 22:17, Martin Schöön wrote: > > > > which is what several of us have been trying to get across! At the very > > least, you need:

Re: [O] Using KOMA and Memoir?

2014-05-08 Thread Martin Schöön
\documentclass{scrartcl}" ; ("\\section{%s}" . "\\section*{%s}") ; ("\\subsection{%s}" . "\\subsection*{%s}") ; ("\\subsubsection{%s}" . "\\subsubsection*{%s}") ; ("\\paragraph{%s}" . "\\paragraph*{%s}") ; ("\\subparagraph{%s}" . "\\subparagraph*{%s}"))) ;;; So much for Thursday evening. -- Martin Schöön http://hem.bredband.net/b262106/index.html

Re: [O] Using KOMA and Memoir?

2014-05-07 Thread Martin Schöön
On 8 May 2014 00:29, Suvayu Ali wrote: > On Wed, May 07, 2014 at 11:19:07PM +0200, Martin Schöön wrote: > > Quick up-date before bed-time: I commented out the (add-to-list > > 'org-latex-classes stuff > > and restarted emacs: No rerror message and still no org-latex-

Re: [O] Using KOMA and Memoir?

2014-05-07 Thread Martin Schöön
Quick up-date before bed-time: I commented out the (add-to-list 'org-latex-classes stuff and restarted emacs: No rerror message and still no org-latex-classes variable found when trying out C-h v org-latex-classes. -- Martin Schöön http://hem.bredband.net/b262106/index.html

Re: [O] Using KOMA and Memoir?

2014-05-07 Thread Martin Schöön
On 7 May 2014 22:44, Nick Dokos wrote: > Martin Schöön writes: > > > On 7 May 2014 09:38, Eric S Fraga wrote: > > > > Note that you probably want > > to have that customisation *after* loading org and ox-latex in > particular. > > > >

Re: [O] Using KOMA and Memoir?

2014-05-07 Thread Martin Schöön
s long as I stay away from KOMA. My emacs installation is what comes with Debian stable: 23.4.1 My org-mode version is 8.2.5h. -- Martin Schöön http://hem.bredband.net/b262106/index.html

Re: [O] Using KOMA and Memoir?

2014-05-07 Thread Martin Schöön
e and works just fine. -- Martin Schöön http://hem.bredband.net/b262106/index.html

Re: [O] Using KOMA and Memoir?

2014-05-06 Thread Martin Schöön
On 6 May 2014 23:28, Suvayu Ali wrote: > On Tue, May 06, 2014 at 09:41:27PM +0200, Martin Schöön wrote: > > > I the altered #+latex_class: article to #+latex_class: komaarticle in my > > org-file. > > Whe trying to export it I am told komaarticle is not a known Latex cl

Re: [O] Using KOMA and Memoir?

2014-05-06 Thread Martin Schöön
On 6 May 2014 09:34, Eric S Fraga wrote: > On Monday, 5 May 2014 at 22:23, Martin Schöön wrote: > > [...] > > > Thanks Eric, that was quick. I will try it but not tonight, too > > tired. And > > I hope it works for you. Let us know how you get on. > No luck

Re: [O] Using KOMA and Memoir?

2014-05-05 Thread Martin Schöön
On 5 May 2014 20:31, Eric S Fraga wrote: > On Monday, 5 May 2014 at 19:36, Martin Schöön wrote: > > I have tried to get KOMA and Memoir work in Org-mode. In short: I only > get > > error messages telling me they are unknown LaTeX classes. > > It would help to know what

[O] Using KOMA and Memoir?

2014-05-05 Thread Martin Schöön
in the middle of a small project for which I think KOMA's article class is a better choice than the ordinary article class. How do I make it work? Is it even possible? This hobby, not work, so don't drop everything you are doing to help me. -- Martin Schöön http://hem.bredband.n

Re: [O] First attempt at exporting to PDF.

2014-05-03 Thread Martin Schöön
Here is how my first org-mode file for export to pdf using LaTeX starts: #+LATEX_CLASS: article #+LATEX_CLASS_OPTIONS: [a4paper] #+OPTIONS: toc:nil #+OPTIONS: ^:{} #+TITLE: Ett första försök att blanda in LaTeX i en Org-mod fil #+AUTHOR: Martin Schöön The first two rows should be self explaining

Re: [O] setting left margin in PDF output of ORG file

2014-04-25 Thread Martin Schöön
> Tom > Both Koma and Memoir are great but their manuals are not even close to any of the books I listed. -- Martin Schöön http://hem.bredband.net/b262106/index.html

Re: [O] setting left margin in PDF output of ORG file

2014-04-25 Thread Martin Schöön
doing! The ease with which the user can meddle with typography is one of the reasons word-processors such as MS Word and OpenOffice Write should be banned :-) -- Martin Schöön http://hem.bredband.net/b262106/index.html

Re: [O] Trouble with Tables and Python

2014-04-16 Thread Martin Schöön
Thanks for the explanations and guiding. Now this works the way I want it to. -- Martin Schöön http://hem.bredband.net/b262106/index.html

[O] Trouble with Tables and Python

2014-04-15 Thread Martin Schöön
tements of examples 2 and 3 look very similar. (But, the first things that go blind are the eyes... probably something blatantly obvious once pointed out to me.) OS: #! Linux (Based on Debian stable, 64-bit) Emacs: 23.4.1 Org-mode: 8.2.5h Python: 2.7.3 TIA, -- Martin Schöön http://hem.bredba