Yes, my "suspend" means some part of the Plasma UI is freezing and causing
high CPU usage. :)
I will try to reproduce this bug with command `dbus-send`. And file a issue
report to KDE.
[stardiviner] GPG key ID: 47C32433
IRC(freeenode): stardiviner Twitter: @nu
On 13 September 2019, William Denton wrote:
It turns out I found the cause by accident! I've been using
./configure --with-imagemagick
to configure Emacs before compiling it. I tried it without that option, and
now the problem has gone away and images are displaying as they should.
Aha ..
On 11 September 2019, Nick Dokos wrote:
The usual method is to bisect your setup-orgmode.el file: comment out
the bottom half and if that makes it work, then you know that the
problem is in the part that you commented out. Recursively, bisect
further.
My problem report wasn't very good, I admi
On Friday, 13 Sep 2019 at 15:33, Loris Bennett wrote:
> I can obviously write a source block of Python or R to do this, but
> can I manipulate the table more directly in Org?
You can refer to the first table from the second via the =remote()=
method. See the info manual: (org) References.
--
Er
You can do something like this:
#+name: csv
| ID | Name | Titel / Title | Vorname / First Name | Nachname /
Surname | Institution |
| 1 | Alice Apple | Fr./Ms. | Alice| Apple
| Universität zum Apfel |
| 2 | Bob Birne| Hr./Mr. | Bob
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
|
On Thu, Sep 12, 2019 at 02:48:15PM +0200, Marco Wahl wrote:
> Hi,
> > Orgmode under macOS cannot display local images correctly, but it can
> > display internet images
> > without problem.
> > After bisecting org-mode source code I found out that this commit
> > causes the problem:
> >
>