line and/or frame 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
Date: Wed, 29 Feb 2012 17:04:22 +
Subject
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
On Sun, Apr 22 2012, Matt Lundin wrote:
> Mike McLean 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 and this ca
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 defau
cumentation 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
Date: Wed, 8 Mar 2017 11:25:37 +00
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 the
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.
-
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
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 col2