Re: Publish to PDF on Linux: An impossible task?

2019-11-11 Thread Diego Zamboni
Hi Nate, As others have said, your problem sounds more like a broken TeXlive install, I would highly recommend installing the official distribution. However, even with a proper working LaTeX install, the output from the plain LaTeX exporter can be underwhelming, particularly if you want things to

Re: Truncate lines option on file startup

2019-11-11 Thread Dmitrii Korobeinikov
> # -*- truncate-lines: t; -*- This works nicely, thank you! Never knew about these. By the way, I got the STARTUP to function. Turns out it's enough to set truncate-lines variable and the change is picked up automatically (docs say: "Calls these functions when changed: (#)"). Here is the code sh

Re: Truncate lines option on file startup

2019-11-11 Thread Dmitrii Korobeinikov
> beware that it can also cause interference. > Here is the code shall someone need it: And just not to leave the bad code be, here is a different, better way: (setq my/org-truncate-option nil) (eval-after-load 'org (lambda () (push (list "truncate" 'my/org-truncate-option 1) org-startup-op

Set heading text from elisp?

2019-11-11 Thread Tim Visher
I'm wondering if there's builtin support for editing components of the heading? I'm trying to set the text component (i.e. `(nth 4 (org-heading-components))`) without altering anything else and while I can obviously achieve this with generic elisp I wanted to be sure I had to. The cleanest elisp I

Re: Using Org and eev together - problem with source blocks

2019-11-11 Thread Eduardo Ochs
Perfect! I've added several mentions to ":results output" to the tutorial: http://angg.twu.net/eev-intros/find-org-intro.html Thanks a lot! =) Eduardo http://angg.twu.net/#eev On Sun, 10 Nov 2019 at 14:13, Ken Mankoff wrote: > > On 2019-11-10 at 15:36 +01, Eduardo Ochs wrote... > > Cha

Display problems

2019-11-11 Thread Fabrice Popineau
Hi, I noticed a couple of problems recently: - with global-hl-line-mode: the cursor disappears on empty lines, quite disturbing in my opinion [image: image.png] [image: image.png] - with org-hide-emphasis-markers: when at the end of a line as above, if turned on, then you can't go past the marker

Bug: dealine-up sorting strategy does not work [9.2.6 (9.2.6-dist @ c:/Users/wlin/.emacs-lisp/org/lisp/)]

2019-11-11 Thread Wanrong Lin
If I call this: (let ((org-agenda-sorting-strategy '((agenda deadline-up (call-interactively 'org-agenda-list)) entries with deadline are at the bottom, after currently scheduled and past scheduled items. I think instead entries with deadlines should be at the top, before all other items

Re: Publish to PDF on Linux: An impossible task?

2019-11-11 Thread Jack Kamm
John Hendy writes: > By "LaTeX" I mean "that which is necessary to have a functioning latex > system." If by lower-level you mean the ecosystem itself vs. compiling > errors, completely agree. Clearly some core components are missing. > For example, the texmf.cnf file is provided by the arch pack

Re: Publish to PDF on Linux: An impossible task?

2019-11-11 Thread Alan E. Davis
Arch linux has a package, aside from any arch directly installed individualized texlive packages, that just installs the texlive network install script, and directs the user to run the script that is located in /opt . This piece of magic is "texlive-installer", available in the Arch Users Reposi

Re: Publish to PDF on Linux: An impossible task?

2019-11-11 Thread Alan Tyree
I don't know if this helps, but I am running Manjaro, using the repository packages and have no problem with export. The installed texlive packages are: texlive-bin texlive-core texlive-humanities texlive-latexextra I have no problems with either org export or any pandoc conversions. Cheers, Ala

Re: Display problems

2019-11-11 Thread Fraga, Eric
On Monday, 11 Nov 2019 at 17:12, Fabrice Popineau wrote: > - with global-hl-line-mode: the cursor disappears on empty lines, > quite disturbing in my opinion Known problem in latest versions of Emacs with extended faces (hl-line face is one such face). If you customize the face and remove the :ex