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
#+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
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:
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.
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
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
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
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
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
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
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
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
"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
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
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/;)
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
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
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
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
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
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
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:
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
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
--
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
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
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
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:
-
"Loris Bennett" writes:
> Eric Abrahamsen writes:
>
>> Loris Bennett writes:
>>
>>> Hi Eric,
>>>
>>> Eric Abrahamsen writes:
>>>
>>>> "Loris Bennett" writes:
>>>>
>>>>> Hi,
>
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,
"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
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
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
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
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
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
"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
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
"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
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
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
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
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
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
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
"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
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
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
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
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
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
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
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.
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
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.
>
>
"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
"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
"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
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
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
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
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
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
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
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
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
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
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.
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
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
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
(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
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
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
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
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
...@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 |
| | |
| | |
---
> 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
|
> | 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
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
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
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 ✓
-
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
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
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
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
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
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
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
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
"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
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?
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
Hi,
Suddenly, maybe after an update to Org 9.1.13, I get the error
Non-existent agenda file refile.org. [R]emove from list or [A]bort?
when generating the agenda. However, the file exists (and has done for
years). If I press 'R', the agenda is built, but the offending file is
not removed
Hi,
>From Bastian's setup here:
https://github.com/bzg/dotemacs/blob/master/emacs.el
I stole (thanks, Bastian!) and modified some code to get:
(defun lb/caldav-sync-priv ()
(interactive)
(let ((org-caldav-inbox "~/org/calendar.org")
(org-caldav-url
Hi,
This isn't about Org, but about me wanting other things to behave like
Org.
To get folding in Perl programs I have cargo-cult-copied the
outline-based set-up here
https://github.com/villadora/emacs-config/blob/master/modes.el
In particular I have:
;; CPerl mode hook
(setq
Nicolas Goaziou <m...@nicolasgoaziou.fr> writes:
> Hello,
>
> "Loris Bennett" <loris.benn...@fu-berlin.de> writes:
>
>> On the page
>>
>> https://orgmode.org/manual/Markdown-export.html
>>
>> the second line reads:
>>
table be converted to in the MD output?
Cheers,
Loris
--
Dr. Loris Bennett (Mr.)
ZEDAT, Freie Universität Berlin Email loris.benn...@fu-berlin.de
Hi,
I have created the following table of questions to ask job applicants
and have the names of the all applicants in the page header:
#+TITEL: Questions for Applicants
#+OPTIONS: toc:nil num:nil
#+LATEX_CLASS_OPTIONS: [a4paper,portrait]
#+LATEX_HEADER:
Hi,
Roger Mason writes:
> Hello,
>
> An off topic problem. I'm asking here because I noticed this problem
> first in this list, but it has spread.
>
> I read e-mail using gnus (v5.13) in emacs (25.3.1) on FreeBSD (10.3).
> Some months ago I noticed some messages in this list
1 - 100 of 287 matches
Mail list logo