[BUG] org-element--cache Cached element is incorrect (ox-hugo) [9.6.10 (release_9.6.10 @ /home/gk/.emacs.d/lib/org/lisp/)]

2023-10-23 Thread George Kettleborough
Remember to cover the basics, that is, what you expected to happen and what in fact did happen. You don't know how to make a good report? See https://orgmode.org/manual/Feedback.html#Feedback Your bug report will be posted to the Org mailing list.

Re: [O] Inline notes and alignment

2017-03-22 Thread George Kettleborough
On 22/03/17 15:08, Sven Bretfeld wrote: Ah, ok I see. Thank you for the reply. Is there any easy way to return to the old rules? With a wide-screen monitor and Emacs permanently in fullscreen I don't care about waste of left space. Have you considered using org-indent-mode? I used to encode

Re: [O] ob-shell: using a table variable with bash

2017-03-08 Thread George Kettleborough
umentation for ob-shell. I had to read the source code. I have documented it as a code comment in my patch (with proper commit message). Thanks, George. >From 97dadaf0ba0f18772d4d8ac968ea63374937b179 Mon Sep 17 00:00:00 2001 From: George Kettleborough <george.kettleboro...@earlham.ac.uk&g

[O] ob-shell: using a table variable with bash

2017-03-03 Thread George Kettleborough (EI)
Hello, I recently updated my org-mode from version 7 (I think) to the latest. The behaviour of using a table as a variable in a shell code source block has changed. I use to use it like this: #+BEGIN_SRC sh :results output :var table=synteny-names :separator , IFS=',' while read col1

Re: [O] latex export creates "auto" directory

2017-03-03 Thread George Kettleborough (EI)
On 03/03/17 15:55, Takeshi Teshima wrote: I have a question regarding latex export. When I export an org-mode to a latex file, a directory named "auto" is created in the same folder as the tex file. However, I couldn't find what line in the source code of org-mode creates this directory. Does

Re: [O] Org Clock Timer in Frame Title bug

2012-04-30 Thread George Kettleborough
On Sun, Apr 29 2012, Bastien wrote: `global-mode-string' and ̀frame-title-format' are list by default and they cannot be customized. They can be manually set to a string, but that's a mistake (okay, `global-mode-string' is a misleading name.) On my Fedora box, frame-title-format is by

Re: [O] Org Clock Timer in Frame Title bug

2012-04-28 Thread George Kettleborough
On Sun, Apr 22 2012, Matt Lundin wrote: Mike McLean mike.mcl...@pobox.com writes: It appears that there is a small problem with commit 37fafb7b9e4e8e1eeb6b8faa76a1621c28970ef5 (Option for clock and timer to be displayed in frame-title). The default value offrame-title-format in my setup is t

Re: [O] [PATCH] Option for clock and timer to be displayed in frame-title

2012-03-06 Thread George Kettleborough
Hi Bernt, On Tue, Mar 06 2012, Bernt Hansen wrote: I tried this patch at work and it hangs my Emacs session in Windows on startup. It's totally unresponsive and I have to kill the process with the task manager. I think there's an implementation problem here but I don't have any other

Re: [O] [PATCH] Option for clock and timer to be displayed in frame-title

2012-02-29 Thread George Kettleborough
title. The frame title is usually wasted space for people running a graphical version of emacs so it is quite useful there I think. From 23b45a824a6118a6aa51ae1ad734747b54ee2f08 Mon Sep 17 00:00:00 2001 From: George Kettleborough g.kettleboro...@member.fsf.org Date: Wed, 29 Feb 2012 17:04:22 +