Re: "Full Block" character in example block not visible in Beamer PDF

2024-02-12 Thread Loris Bennett
Juan Manuel Macías writes: > Loris Bennett writes: > >> The blocks of the histogram are present in the PDF, but are white, like >> the background of the slides. I can see this by marking them with the >> mouse. >> >> Does anyone know what I need to do to make

"Full Block" character in example block not visible in Beamer PDF

2024-02-12 Thread Loris Bennett
Hi, I have a command line tool which generates an ASCII histogram. I would like to include the output in a PDF Beamer presentation. Currently I am using an 'example' block, thus: #+begin_example ... - CPU Efficiency (%) - 0.00 - 10.00 [

Stripping captured journal entries

2024-01-04 Thread Loris Bennett
Hi, I capture journal entries such as * 2024-01 January ** 2024-01-03 Wednesday *** Did this Added: [2024-01-03 Wed 10:35] - foo *** Did that Added: [2024-01-03 Wed 12:13] - bar ** 2024-01-04 Thursday *** Did something else Added: [2024-01-04 Thu 09:53]

Re: Preferred posting style

2023-11-01 Thread Loris Bennett
writes: > On Wed, Nov 01, 2023 at 08:32:44AM +0100, Loris Bennett wrote: > > [...] > >> Assuming the quoting of previous postings works (above there seems to be >> a discrepancy between '>>' and '> >', although Gnus seems to handle >> that), is there s

Re: Preferred posting style

2023-11-01 Thread Loris Bennett
writes: > On Tue, Oct 31, 2023 at 08:58:32PM -0700, David Masterson wrote: >> yaxp writes: >> >> > Hello, >> > >> > Which posting style is preferable in this list? >> > >> > Top or Bottom. >> >> A decades old argument. Top makes it easier for many mail readers to >> slice off all the

Re: the opposite of the noexport tag

2023-10-24 Thread Loris Bennett
Ihor Radchenko writes: > Uwe Brauer writes: > >>> Uwe Brauer writes: I recommend then to clarify this is in the manual: the expression in the manual is `("export")' >> >>> What about the attached patch? >> >> I added some lines, and run rediff and I hoper therefore the

Re: the opposite of the noexport tag

2023-10-23 Thread Loris Bennett
Hi, Below are some minor comma niggles. Cheers, Loris Uwe Brauer writes: "IR" == Ihor Radchenko writes: > >> Uwe Brauer writes: >>> I recommend then to clarify this is in the manual: the expression in the >>> manual is >>> `("export")' > >> What about the attached patch? > > I added

Restricting files for caldav sync

2023-05-26 Thread Loris Bennett
Hi, I have a lisp function for syncing my appointments from 'calendar.org' to a Nextcloud instance via Caldav. The variable org-caldav-inbox is set to 'calendar.org' and org-caldav-files is set to 'nil'. However, when I run the function, all the files which contain IDs are considered, five

Re: Change colour of hyperlinks in Beamer presentation

2023-05-24 Thread Loris Bennett
#+LATEX_HEADER: } That worked. Grazie mille! Loris > Il giorno lun 22 mag 2023 alle ore 14:43 Loris Bennett > ha scritto: > > Hi, > > In my Beamer presentation the hyperlinks, all URLs, appear as normal > text and can only be identified by the change in the curso

Change colour of hyperlinks in Beamer presentation

2023-05-22 Thread Loris Bennett
Hi, In my Beamer presentation the hyperlinks, all URLs, appear as normal text and can only be identified by the change in the cursor when the mouse moves over them. How can I change the colour of such links? I have already several lines such as #+LATEX_HEADER:

Re: [PATCH] org-manual.org: $n$-th is not math

2023-03-15 Thread Loris Bennett
Max Nikulin writes: [snip (17 lines)] > Detection of "$-" as closing math delimiters is broken since 2015 as a [snip (44 lines)] Detection of "$-" as closing math delimiters has been broken since 2015 as a -- This signature is currently under constuction.

Re: Supporting non-free SQL clients in ob-sql

2023-01-25 Thread Loris Bennett
Richard Stallman writes: > [[[ To any NSA and FBI agents reading my email: please consider]]] > [[[ whether defending the US Constitution against all enemies, ]]] > [[[ foreign or domestic, requires you to follow Snowden's example. ]]] > > > The 'support' is essentially specialised

Re: org-agenda-files: using variables

2023-01-17 Thread Loris Bennett
Hi Nick, Nick Dokos writes: > "Loris Bennett" writes: > >> Hi, >> >> I have >> >> (setq lb/org-directory "~/org/")) >> (setq lb/gtd-file (expand-file-name "gtd.org" lb/org-directory)) >> (setq lb/refile-file

org-agenda-files: using variables

2023-01-17 Thread Loris Bennett
Hi, I have (setq lb/org-directory "~/org/")) (setq lb/gtd-file (expand-file-name "gtd.org" lb/org-directory)) (setq lb/refile-file (expand-file-name "refile.org" lb/org-directory)) (setq org-agenda-files '(lb/gtd-file lb/refile-file)) But generating the agenda fails with Wrong type

S-RET not incrementing table cell with emacs -nw

2022-12-01 Thread Loris Bennett
Hi, If I run emacs or emacsclient with the option -nw or -t, the chord S-RET in a table cell does not create a new cell below with the incremented value. It just creates a new empty cell. When running Emacs with a GUI, the incrementation works. Is this a known problem? If so, is there a

Typos on https://orgmode.org/manuals.html

2022-11-07 Thread Loris Bennett
Hi, Under the heading Org Mode compact guide it says The Org Mode compact guide is a shorter introduction to the main feature of Org Mode. This should probably be ... features of Org Mode. Under the heading Org manual for the GNU Emacs version it says GNU Emacs publishes

Re: Unable to get current or via use-package

2022-02-20 Thread Loris Bennett
Hi João, João Pedro de Amorim Paula writes: > On 18 February 2022 18:32, João Pedro de Amorim Paula > wrote: > >> I ended up not posting the link[1] I referred to in the first e-mail, > > Welp, seems like I did it again... But no harm done this time, all the > necessary code was attached

Reload uncompiled needed

2022-02-17 Thread Loris Bennett
Hi, I have managed to install 9.5 but I now get org-agenda-get-day-entries: Invalid function: (date date) when I try to generate my agenda. If I reload Org uncompiled, the error disappears. In *Messages* it seems like the very same version has been reloaded: Org mode version 9.5.2

Re: Unable to get current or via use-package

2022-02-17 Thread Loris Bennett
Hi João, João Pedro de Amorim Paula writes: > On 09 February 2022 16:51, "Loris Bennett" wrote: > >> Thanks, that did the trick. I was hoping that when I use the same >> init.el on a different machine I wouldn't have to remember anything and >> use-p

Re: Unable to get current or via use-package

2022-02-09 Thread Loris Bennett
"Cook, Malcolm" writes: >>(use-package org >>:ensure org-contrib) > > I believe `:ensure org-contrib` is no longer needed. Well, I would need it if I actually wanted anything from org-contrib, but I really have to check whether this is still the case. > I tend to use the org-mode from the

Re: Unable to get current or via use-package

2022-02-09 Thread Loris Bennett
Hi Eric, Eric S Fraga writes: > On Wednesday, 9 Feb 2022 at 14:25, Loris Bennett wrote: >> Is this a problem use-package has with built-in packages, as described here >> >> https://github.com/jwiegley/use-package/issues/319 > > Yes, I think so. > > What

Unable to get current or via use-package

2022-02-09 Thread Loris Bennett
Hi, After Emacs started nagging me with the following IMPORTANT: please install Org from GNU ELPA as Org ELPA will close before Org 9.6 I set in init.el (setq package-archives '(("gnu" . "http://elpa.gnu.org/packages/;) ("nongnu" . "http://elpa.nongnu.org/nongnu/;)

Re: Extend the existing alternative set of key bindings for terminals

2022-01-21 Thread Loris Bennett
Hi Ihor, Ihor Radchenko writes: > "Loris Bennett" writes: > >>> Then, it is terminal input problem. See >>> https://stackoverflow.com/questions/0801/why-does-ctrl-not-work-when-i-bind-it-to-a-command-in-emacs/8511#8511 >> >> You're

Re: Second Ctl in keychord not detected

2022-01-19 Thread Loris Bennett
Ihor Radchenko writes: > "Loris Bennett" writes: > >>>> Does anyone know what is happening to the second Ctl and how the problem >>>> can be fixed? >>> >>> Try to run M-x describe-key C-c C-, and look at the output. >> >&g

Re: Second Ctl in keychord not detected

2022-01-19 Thread Loris Bennett
Hi Ihor, Ihor Radchenko writes: > "Loris Bennett" writes: > >> C-c , >> >> Does anyone know what is happening to the second Ctl and how the problem >> can be fixed? > > Try to run M-x describe-key C-c C-, and look at the output. The second

Second Ctl in keychord not detected

2022-01-19 Thread Loris Bennett
Hi, This is not really an Org question but an Emacs or possibly tmux problem. However, the problem manifests itself in an Org context. I have started using Org on a remote server which has Emacs 27 (Org 9.3) installed. I am using tmux and want to run org-insert-structure-template which is

Re: Handling conversion of fields with spaces to tables

2021-12-06 Thread Loris Bennett
Eric S Fraga writes: > On Monday, 6 Dec 2021 at 15:43, Loris Bennett wrote: >> That's solves the problem of the field being split, but gives me the new >> problem that the output is no longer a table :-) > > Ah, yes, sorry: you need to have each line of the output start

Re: Handling conversion of fields with spaces to tables

2021-12-06 Thread Loris Bennett
Hi Eric, Eric S Fraga writes: > This might work for you: > > #+BEGIN_SRC sh :results output raw That's solves the problem of the field being split, but gives me the new problem that the output is no longer a table :-) To elaborate: My goal is to combine this output with data from another

Handling conversion of fields with spaces to tables

2021-12-06 Thread Loris Bennett
Hi, I have a script which I call on a remote server which produces pipe-separated data like: marie|Curie|123 louis|De Broglie|456 However, when I output this to an org table, the field with a space gets split into two cells in the result. The same effect can be seen with the following:

Mininmal init.el on Worg for testing bleeding edge?

2021-09-29 Thread Loris Bennett
Hi, On the page https://orgmode.org/worg/org-faq.html#keeping-current-with-Org-mode-development after one has compiled and installed, Point 4 says This is where you configure Org-mode with Emacs. Please refer to Org tutorials. I had to fiddle around a bit to get a minimal init.el that

Re: Repeating task not repeating

2021-09-29 Thread Loris Bennett
Hi Bastien, Bastien writes: > Hi Loris, > > can you confirm the bug is gone with latest Org? > > ~$ git clone https://git.savannah.gnu.org/git/emacs/org-mode.git Yes, the bug has been fixed for my use-case. Thanks for all your hard work and sorry for not confirming sooner. Cheers, Loris --

Re: [PATCH] Fix some typos

2021-09-24 Thread Loris Bennett
Max Nikulin writes: > On 23/09/2021 03:18, Juan Manuel Macías wrote: >> Max Nikulin writes: >> >>> However there is namely "memory" in the "1609 Quarto", see e.g. >>> https://en.wikipedia.org/wiki/Sonnet_1 Web pages with the same variant >>> as in the Org manual do not mention the source

Suppress org-lint checker (was: Repeating task not repeating)

2021-08-19 Thread Loris Bennett
Hi Nick, Nick Dokos writes: > Do `M-x org-lint` on your agenda files. It may not solve this problem, but > it's always worth trying first, since it's so easy - and it may find other > problems that you are unaware of. org-lint is actually the first thing I reach for when I experience org

Re: Repeating task not repeating

2021-08-18 Thread Loris Bennett
for more info, but got a 502 Bad > Gateway error. > > Alan > > > On 8/18/21 8:10 AM, Loris Bennett wrote: >> Hi, >> >> The following MWE >> >> * Test repeating task >> >> ** My tasks >> >> *** TODO Test task >> SCHEDULED

Repeating task not repeating

2021-08-18 Thread Loris Bennett
Hi, The following MWE * Test repeating task ** My tasks *** TODO Test task SCHEDULED: <2021-08-18 Wed +1w> works fine: * Test repeating task ** My tasks *** TODO Test task SCHEDULED: <2021-08-25 Wed +1w> :PROPERTIES: :LAST_REPEAT: [2021-08-18 Wed 07:50] :END: -

Re: File local setting for export directory?

2021-07-09 Thread Loris Bennett
"Loris Bennett" writes: > Eric Abrahamsen writes: > >> Loris Bennett writes: >> >>> Hi Eric, >>> >>> Eric Abrahamsen writes: >>> >>>> "Loris Bennett" writes: >>>> >>>>> Hi, >

Re: suggestion to change default org-latex-pdf-process to latexmk

2021-06-02 Thread Loris Bennett
Nick Dokos writes: > "Bruce D'Arcus" writes: > >> While testing org-cite a few weeks ago, I noticed by default bibtex >> won't run with natbib export, or biblatex with biblatex export. >> >> Since org has not had native citations, this is not surprising. >> >> But with org-cite coming soon,

Re: Invalid function: org-preserve-local-variables

2021-03-24 Thread Loris Bennett
"Loris Bennett" writes: > Kyle Meyer writes: > >> Loris Bennett writes: >> >>> Hi, >>> >>> I'm running >>> >>> Org mode version 9.4.4 (9.4.4-25-g3a522a-elpaplus @ >>> /home/loris/.emacs.d/elpa/org-plus-co

Re: Sharing variables between source blocks without session

2021-03-22 Thread Loris Bennett
Eric S Fraga writes: > On Friday, 19 Mar 2021 at 14:59, Loris Bennett wrote: >> To be honest, I find it is a wee bit confusing that it's >> >> #+PROPERTY: header-args:sh :var user="loris" >> >> *without* a colon after the language (if I add it, ther

Re: Invalid function: org-preserve-local-variables

2021-03-22 Thread Loris Bennett
Kyle Meyer writes: > Loris Bennett writes: > >> Hi, >> >> I'm running >> >> Org mode version 9.4.4 (9.4.4-25-g3a522a-elpaplus @ >> /home/loris/.emacs.d/elpa/org-plus-contrib-20210222/) >> >> and today I encountered the following error w

Re: Sharing variables between source blocks without session

2021-03-19 Thread Loris Bennett
Eric S Fraga writes: > On Friday, 19 Mar 2021 at 07:38, Loris Bennett wrote: >> However, the restriction to source blocks of a particular language does >> not seem to work like this, but maybe I have got the syntax wrong >> (again). > > Maybe ;-) > > This

Re: Sharing variables between source blocks without session

2021-03-19 Thread Loris Bennett
Loris Bennett writes: > "Cook, Malcolm" writes: > >> Eric S Fraga <mailto:e.fr...@ucl.ac.uk> writes: >>> >>>> On Tuesday, 16 Mar 2021 at 09:56, Loris Bennett wrote: >>>>> How can I avoid having to declare the variable 'use

Re: Sharing variables between source blocks without session

2021-03-19 Thread Loris Bennett
Eric S Fraga writes: > On Thursday, 18 Mar 2021 at 14:21, Loris Bennett wrote: >> Thanks for point out using 'header-args;' as property. However, if I do >> the following, the variable is unset in the shell script: > > Works for me. > > Make sure you reload pr

Re: Sharing variables between source blocks without session

2021-03-19 Thread Loris Bennett
"Cook, Malcolm" writes: > Eric S Fraga <mailto:e.fr...@ucl.ac.uk> writes: >> >>> On Tuesday, 16 Mar 2021 at 09:56, Loris Bennett wrote: >>>> How can I avoid having to declare the variable 'user' for both blocks? >>> >>> I imagine

Re: Sharing variables between source blocks without session

2021-03-18 Thread Loris Bennett
Eric S Fraga writes: > On Tuesday, 16 Mar 2021 at 09:56, Loris Bennett wrote: >> How can I avoid having to declare the variable 'user' for both blocks? > > I imagine you could use a property, as in > > #+property: header-args :var user=loris > > or even make it

Re: Sharing variables between source blocks without session

2021-03-16 Thread Loris Bennett
"Loris Bennett" writes: > Hi, > > I have a 'sh' source block which produces a table which I then want to > plot with a 'python' source block: > > #+NAME: code;raw_data > #+HEADER: :var user="loris" > > #+BEGIN_SRC sh > ps -u loris -o etimes

Sharing variables between source blocks without session

2021-03-16 Thread Loris Bennett
Hi, I have a 'sh' source block which produces a table which I then want to plot with a 'python' source block: #+NAME: code;raw_data #+HEADER: :var user="loris" #+BEGIN_SRC sh ps -u loris -o etimes= #+END_SRC

Changing the environment before calling source block?

2021-03-15 Thread Loris Bennett
Hi, I have multiple versions of each of various languages such as Python or R. On the command line I can select a version using the 'module'[1] mechanism provided by Lmod[2]: module load Python/2.7.18-GCCcore-9.3.0 or module load Python/3.8.6-GCCcore-10.2.0 This 'module' mechanism

Invalid function: org-preserve-local-variables

2021-03-15 Thread Loris Bennett
Hi, I'm running Org mode version 9.4.4 (9.4.4-25-g3a522a-elpaplus @ /home/loris/.emacs.d/elpa/org-plus-contrib-20210222/) and today I encountered the following error when refiling org-refile: Invalid function: org-preserve-local-variables Despite the error, the refiling itself did

Re: Toggle headline underlining in text export?

2021-02-17 Thread Loris Bennett
Hi Christine, Christine Köhn writes: > Hi Loris, > > have a look at the variable org-ascii-underline. It defines the > characters for underlining headings. If no character is set, the > headlines shouldn't be underlined (according to the documentation). Thanks, removing those character does

Re: Toggle headline underlining in text export?

2021-02-16 Thread Loris Bennett
Hi Vladimir, Vladimir Lomov writes: > Hello, > ** Loris Bennett [2021-02-16 11:00:08 +0100]: > >> Hi, > >> I have an Org file which I export to a text file. A separate program I >> have written then uses this text file as the body of an email which is

Toggle headline underlining in text export?

2021-02-16 Thread Loris Bennett
Hi, I have an Org file which I export to a text file. A separate program I have written then uses this text file as the body of an email which is sent to a number of people. The problem I have is that the underlining of the headlines is much longer than the headline text itself if a

Re: Eval R-block: wrong-type-argument stringp nil

2021-02-01 Thread Loris Bennett
"Loris Bennett" writes: > Hi, > > I have just updated to 9.4.4-16-g0abd4a-elpa (and have patched ox.el with > Eric Abrahamsen's patch available here at > https://lists.gnu.org/archive/html/emacs-orgmode/2020-08/msg00039.html, > but I don't think that that is

Eval R-block: wrong-type-argument stringp nil

2021-02-01 Thread Loris Bennett
Hi, I have just updated to 9.4.4-16-g0abd4a-elpa (and have patched ox.el with Eric Abrahamsen's patch available here at https://lists.gnu.org/archive/html/emacs-orgmode/2020-08/msg00039.html, but I don't think that that is relevant to the problem I am experiencing). I have an R block I evaluate

Re: org-refile and ivy

2021-01-25 Thread Loris Bennett
Hi Eric, Eric S Fraga writes: > Dear all org mode list readers, > > I have been trying to get to grips with org-refile. For some reason, > the completion mechanism (I use ivy generally but I have no idea what > org-refile actually tries to do/use) only shows me the current file name > if I

Re: Dealing with wide labels in description environment

2021-01-22 Thread Loris Bennett
Hi Juan, Juan Manuel Macías writes: > Hello, > > "Loris Bennett" writes: > >> I have tried tweaking options such as labelindent and labelwidth in a >> somewhat haphazard manner with, say, >> >> #+attr_latex: :options [labelindent=0pt, labelw

Dealing with wide labels in description environment

2021-01-22 Thread Loris Bennett
Hi, I am exporting to PDF via LaTeX and have the following - short label :: this looks fine - very annoying overly long label :: this doesn't on export, the long label protrudes into the definitions column. I have tried tweaking options such as labelindent and labelwidth in a somewhat

Re: Generated graphic not included in exported TeX/PDF

2021-01-11 Thread Loris Bennett
Eric S Fraga writes: > On Monday, 11 Jan 2021 at 15:03, Loris Bennett wrote: >> I'm only exporting to PDF not HTML and I am creating the image in the >> source block as a PNG. I am then viewing the resulting PDF file either >> using a PDF viewer (evince) or directl

Re: Generated graphic not included in exported TeX/PDF

2021-01-11 Thread Loris Bennett
Eric S Fraga writes: > On Monday, 11 Jan 2021 at 14:08, Loris Bennett wrote: >> Yes, it exports. However although the diagram is genererated, it is not >> included in the PDF. > > By "included", what do you mean? If I export that document to HTML, I > see a li

Re: Generated graphic not included in exported TeX/PDF

2021-01-11 Thread Loris Bennett
Eric S Fraga writes: > But what happens if you try my ecm as it is? Does it export? Yes, it exports. However although the diagram is genererated, it is not included in the PDF. -- This signature is currently under construction.

Re: Generated graphic not included in exported TeX/PDF

2021-01-11 Thread Loris Bennett
Eric S Fraga writes: > Does my ecm.org (in the email I sent to you & list on Saturday) work for you? Oh, sorry, I overlooked that. My org-latex-packages-alist is currently empty, so if I add #+header: :headers '("\\usepackage{tikz}") I can produce the PNG and PDF files, but the image is

Re: Generated graphic not included in exported TeX/PDF

2021-01-10 Thread Loris Bennett
Eric S Fraga writes: > Answering my own email. > > Turns out the problem was that I changed the default value of > org-latex-pdf-process and no longer had the "-output-directory %o" part > of the command. For some reason, this has not been a problem until > recently. Maybe just pure luck. > >

Re: Generated graphic not included in exported TeX/PDF

2021-01-07 Thread Loris Bennett
"Loris Bennett" writes: > "Loris Bennett" writes: > >> "Loris Bennett" writes: >> >>> Hi, >>> >>> I have just re-exported an org beamer presentation, which I created two >>> years ago with a version of Org wh

Re: Generated graphic not included in exported TeX/PDF

2021-01-07 Thread Loris Bennett
"Loris Bennett" writes: > "Loris Bennett" writes: > >> Hi, >> >> I have just re-exported an org beamer presentation, which I created two >> years ago with a version of Org which was fairly up-to-date then. >> Everything still work

Re: Generated graphic not included in exported TeX/PDF

2021-01-07 Thread Loris Bennett
"Loris Bennett" writes: > Hi, > > I have just re-exported an org beamer presentation, which I created two > years ago with a version of Org which was fairly up-to-date then. > Everything still works fine, except for the fact that the images > generated by t

Generated graphic not included in exported TeX/PDF

2021-01-07 Thread Loris Bennett
Hi, I have just re-exported an org beamer presentation, which I created two years ago with a version of Org which was fairly up-to-date then. Everything still works fine, except for the fact that the images generated by the org file are not included in the exported PDF and indeed are missing from

Re: Release Org 9.4.2

2020-12-16 Thread Loris Bennett
Eric S Fraga writes: > On Wednesday, 16 Dec 2020 at 13:04, Gustav Wikström wrote: >> But to be fair, the collaboration features of GitHub surely would be a >> BIG net positive if the goal is to attract contributions and gain a >> bigger mindshare. > > Not necessarily. Some of us dislike web

Re: Changed list indentation behavior: how to revert?

2020-11-17 Thread Loris Bennett
Stefan Nobis writes: > "Dr. Arne Babenhauserheide" writes: > >> Sad story short:... > > I'm with you - last weekend I upgrade my OS and had quite some trouble > to get everything working again and still have some nasty hoops to > jump through. > > But on the other side: What are we talking

Re: File local setting for export directory?

2020-09-01 Thread Loris Bennett
Eric Abrahamsen writes: > Loris Bennett writes: > >> Hi Eric, >> >> Eric Abrahamsen writes: >> >>> "Loris Bennett" writes: >>> >>>> Hi, >>>> >>>> I want to export an org file to a pdf and have th

Re: org-caldav-sync hangs

2020-08-13 Thread Loris Bennett
Hi Eric, Eric S Fraga writes: > On Monday, 10 Aug 2020 at 14:47, Loris Bennett wrote: >> The following used to work ca. 6-8 weeks ago to work and allow me to >> synchronise events in an Org file with a calendar provided by a >> Nextcloud instance: > > I h

org-caldav-sync hangs

2020-08-10 Thread Loris Bennett
Hi, The following used to work ca. 6-8 weeks ago to work and allow me to synchronise events in an Org file with a calendar provided by a Nextcloud instance: (defun lb/caldav-sync-fu () (interactive) (let ((org-caldav-inbox "~/org/calendar_fu.org") (org-caldav-url

Re: File local setting for export directory?

2020-08-04 Thread Loris Bennett
Russell Adams writes: > On Tue, Aug 04, 2020 at 08:25:13AM +0200, Loris Bennett wrote: >> > diff --git a/lisp/ox.el b/lisp/ox.el >> > index 9cf62078a..77cafb20d 100644 >> > --- a/lisp/ox.el >> > +++ b/lisp/ox.el >> > @@ -6417,6 +6417,20 @@ Retu

Re: File local setting for export directory?

2020-08-04 Thread Loris Bennett
Russell Adams writes: > On Tue, Aug 04, 2020 at 08:25:13AM +0200, Loris Bennett wrote: >> I'm surprised no-one was interested, although I suppose back then I was >> probably also one of the uninterested :-) > > Please remember maintainer time is limited. There are often edge

Re: File local setting for export directory?

2020-08-04 Thread Loris Bennett
Hi Eric, Eric Abrahamsen writes: > "Loris Bennett" writes: > >> Hi, >> >> I want to export an org file to a pdf and have the pdf created in >> subdirectory relative to the org file. >> >> What's the simplest way to set the export directory in

File local setting for export directory?

2020-08-03 Thread Loris Bennett
Hi, I want to export an org file to a pdf and have the pdf created in subdirectory relative to the org file. What's the simplest way to set the export directory in a file local way? Cheers, Loris -- This signature is currently under construction.

Re: org-caldav-sync hanging

2020-05-18 Thread Loris Bennett
Garjola Dindi writes: > On Tue 12-May-2020 at 12:59:22 +02, "Loris Bennett" > wrote: >> Eric S Fraga writes: >> >>> On Tuesday, 12 May 2020 at 09:29, Loris Bennett wrote: >>>> The Nextcloud instance at work is version 15 and is accessibl

Re: org-caldav-sync hanging

2020-05-12 Thread Loris Bennett
Eric S Fraga writes: > On Tuesday, 12 May 2020 at 09:29, Loris Bennett wrote: >> The Nextcloud instance at work is version 15 and is accessible via the >> browser, but there was some outage recently and some server-side >> tweakage may also have occurred while things we

org-caldav-sync hanging

2020-05-12 Thread Loris Bennett
Hi, For a couple of years I have had the following in my init.el to sync an org calendar with a Nextcloud instance: (defun lb/caldav-sync-work () (interactive) (let ((org-caldav-inbox "~/org/calendar_work.org") (org-caldav-url

Re: Conditionally loading ob-sh or ob-shell

2020-04-22 Thread Loris Bennett
(perl . t) > (ruby . t) > ,(if (version< org-version "9.0") > '(sh . t) > '(shell . t)) > (python . t) > (emacs-lisp . t) > (C . t) > (dot . t))))) > > On Tue, A

Re: Conditionally loading ob-sh or ob-shell

2020-04-21 Thread Loris Bennett
Loris Bennett writes: > Hi, > > I want to use one init.el across multiple machines with different > versions of Emacs and Org. Since 'ob-sh.el' changed to 'ob-shell', I > need to do either > > (org-babel-do-load-languages >'org-babel-load-languages >'((org

Conditionally loading ob-sh or ob-shell

2020-04-21 Thread Loris Bennett
Hi, I want to use one init.el across multiple machines with different versions of Emacs and Org. Since 'ob-sh.el' changed to 'ob-shell', I need to do either (org-babel-do-load-languages 'org-babel-load-languages '((org . t) (emacs-lisp . t) (shell . t) (perl . t) (R

Re: bi-monthly steps.

2020-03-13 Thread Loris Bennett
Eric S Fraga writes: > On Friday, 13 Mar 2020 at 00:47, Peter Neilson wrote: >> I think the original question from Christian Hopps presumes the >> meaning, "Every two months." > > Oh, I took it to mean bi-weekly. ;-) Exactly. So "bi-monthly" just means "twice a week". I'm sure we can all

Re: [O] Feature Proposal: Titled Paragraphs

2019-10-23 Thread Loris Bennett
scription. >> 2. Because that'd mean skipping hierarchical levels when using paragraphs on >> a >> high level. >> 3. Because headlines are collapsed by default. I realize the default can be >> changed but if you like hierarchical levels to be collapsed, you still have

Re: [O] org-table-iterate function not working on multiline #+TBLFM

2019-10-21 Thread Loris Bennett
...@gmail.com writes: > org-table-iterate function not working on multiline #+TBLFM > > > > | 1 | 2 | > | | | > | | | > > #+TBLFM: @2$1..@2$2=@1 > #+TBLFM: @3$1..@3$2=@2 > > I have to stroke C-c C-c on each line of #+TBLFM You have to write | 1 | 2 | | | | | | |

Re: [O] Import CSV file, remove columns, print table

2019-09-17 Thread Loris Bennett
--- > Professor John Kitchin > Doherty Hall A207F > Department of Chemical Engineering > Carnegie Mellon University > Pittsburgh, PA 15213 > 412-268-7803 > @johnkitchin > http://kitchingroup.cheme.cmu.edu > > On Mon, Sep 16, 2019 at 8:48 A

Re: [O] Import CSV file, remove columns, print table

2019-09-16 Thread Loris Bennett
| > | 3 | Carrot | Carol| | > > John > > --- > Professor John Kitchin > Doherty Hall A207F > Department of Chemical Engineering > Carnegie Mellon University > Pittsburgh, PA 15213 > 412-268-7803 > @johnkitchin &g

[O] Import CSV file, remove columns, print table

2019-09-13 Thread Loris Bennett
Hi, I want to create a list of participants of an event which people can sign, so that I can record who actually turned up. >From the registration website I can download a CSV file and import it into and org file: | ID | Name | Titel / Title | Vorname / First Name | Nachname / Surname

Re: [O] Make beamer items ticked or alerted via overlay?

2019-09-09 Thread Loris Bennett
Hi Eric, "Fraga, Eric" writes: > Yes, it is possible to use overlays in org beamer export. > > Depending on what you want to achieve, there are a number of ways to do > this. One way in to introduce LaTeX directives directly. For instance, > > #+begin_src org > 1. The first point > 2. The

[O] Make beamer items ticked or alerted via overlay?

2019-09-05 Thread Loris Bennett
Hi, When writing a beamer presentation with Org, is it possible to use an overlay to first produce a list, like - apples - beetroots - cauliflowers - damsons - eggs and then either change the colour of some subset of the items, or put a tick after each one, e.g. - apples - beetroots ✓ -

[O] Handling bilingual text in single org file?

2019-04-11 Thread Loris Bennett
and editing. It would potential be nice to be able to fold up one language to just view the other. Does anyone have a good workflow for this use-case? Cheers, Loris -- Dr. Loris Bennett (Mr.) ZEDAT, Freie Universität Berlin Email loris.benn...@fu-berlin.de

Re: [O] Placement of \makeatletter with \beamer@frametextheight

2018-11-29 Thread Loris Bennett
Julius Müller writes: > Am 29.11.18 um 14:07 schrieb Loris Bennett: [snip (33 lines)] >> After that I tried adding the definition on the slide itself >> >> #+BEGIN_SRC latex >> >> \newlength\mytextheight\makeatletter\setlength\mytextheight{\be

Re: [O] Placement of \makeatletter with \beamer@frametextheight

2018-11-29 Thread Loris Bennett
Joost Kremers writes: > On Thu, Nov 29 2018, Gustavo Barros wrote: >> Louis, >> >> a hunch, which might work. >> It seems that, if you try to set the length in your preamble, >> `\beamer@frametextheight` is not yet defined. >> So, you might try the hook `\AtBeginDocument` to see if the

Re: [O] Placement of \makeatletter with \beamer@frametextheight

2018-11-29 Thread Loris Bennett
Eric S Fraga writes: > On Thursday, 29 Nov 2018 at 09:38, Julius Dittmar wrote: >> Am 29.11.18 um 09:13 schrieb Julius Dittmar: >>> Am 29.11.18 um 08:17 schrieb Loris Bennett: >>>>> #+latex_header: >>>>> \makeatletter\let\mytextheight\beam

Re: [O] Placement of \makeatletter with \beamer@frametextheight

2018-11-28 Thread Loris Bennett
Hi Eric, Eric S Fraga writes: > On Wednesday, 28 Nov 2018 at 16:09, Loris Bennett wrote: >> Hi, >> >> I want to specify the size of a graphic in an Beamer presentation >> generated from my org file. The following >> >> #+ATTR_LAT

[O] Placement of \makeatletter with \beamer@frametextheight

2018-11-28 Thread Loris Bennett
Hi, I want to specify the size of a graphic in an Beamer presentation generated from my org file. The following #+ATTR_LATEX: :height 0.75\textheight works, but #+ATTR_LATEX: :height 0.75\beamer@frametextheight I get the error ! Undefined control sequence. \Gin@@eheight ->0.5\beamer

[O] Beamer footnote to definition term printed twice

2018-09-21 Thread Loris Bennett
Hi, I'm using Org mode version 9.1.14 (9.1.14-1-g4931fc-elpaplus) on Emacs 25.1.1. When I add a footnote to the definition part of a definition environment thus #+TITLE: MWE #+LATEX_CLASS: beamer * What's up - with[fn:1] :: the footnotes[fn:2]? * Footnotes [fn:2] OK

Re: [O] Array of identical images?

2018-06-15 Thread Loris Bennett
Eric S Fraga writes: > On Thursday, 14 Jun 2018 at 16:40, Loris Bennett wrote: >> Hi, >> >> For a beamer slide I'd like to have a 2D array of a single PNG-image >> (the single image is a desktop computer, the array is intended to >> represent a cluster of com

Re: [O] Array of identical images?

2018-06-14 Thread Loris Bennett
"Loris Bennett" writes: > Hi, > > For a beamer slide I'd like to have a 2D array of a single PNG-image > (the single image is a desktop computer, the array is intended to > represent a cluster of computers). I could presumably just create a > LaTeX table and in

[O] Array of identical images?

2018-06-14 Thread Loris Bennett
Hi, For a beamer slide I'd like to have a 2D array of a single PNG-image (the single image is a desktop computer, the array is intended to represent a cluster of computers). I could presumably just create a LaTeX table and include the image in each cell. Does anyone know of a better idiom?

Re: [O] Spurious "Non-existent agenda file" message?

2018-06-11 Thread Loris Bennett
Pittsburgh, PA 15213 > 412-268-7803 > @johnkitchin > http://kitchingroup.cheme.cmu.edu > > On Fri, Jun 8, 2018 at 12:38 AM, Loris Bennett > wrote: > > Hi, > > Suddenly, maybe after an update to Org 9.1.13, I get the error > > Non-existent agenda file refile.org. [R]emove

  1   2   3   >