Hello,
I'm trying to use emacs org-mode to keep my bookmarks (using the
org-annotation-helper.el method). I find this really great, except performance
issues.
My .org file contains ~5000 entries, organized in a tree like this:
#+DRAWERS: MYDATA
** net
*** www
[[http://www.w3.org/][W3C - Th
Carsten Dominik gmail.com> writes:
Hello Carsten,
> Hi Al,
>
> first of all, I cannot reproduce the fact that drawers have such
> a major influence on time, wit a test file that I created to
> be similar to what you describe.
>
> There is a way to speed up drawer
Hello Carsten,
I'm just back from holidays and I've checked with current git version
6.29 trans (instead of the 6.27a I was using). It is much faster, even
for vertical cursor motion. Thank you very much for your work.
Carsten Dominik wrote:
> Hi Al,
>
> I think I have now
Hello,
I generally use org-mode to edit twiki topics as it's full of marvelous
features.
One of the main feature of org-mode I can't use is the outline capability as the
heading syntax is choosen by twiki not me, which forbids to use '' for
level 4 (this will be '---').
There was a th
Carsten Dominik gmail.com> writes:
> On Aug 27, 2009, at 5:04 PM, Al wrote:
> > [SNIP]
> > However, I'd really like to use org-mode for all editing (tables,
> > colors, links,
> > )
>
> No.
>
> You can have tables with orgtbl-mode, but I
?
I tried with many fonts from several types without success:
- emacs -q -fn Inconsolata test.org
- emacs -q -fn fixed test.org
- emacs -q -fn Sans test.org
I'm on a linux debian testing distribution, using emacs 26.1+1-3.2 and
org-mode version 9.1.14+dfsg-3.
Thanks.
--
Al
Hello,
This is the workaround I used, but I agree this is far from perfect ;-)
Anyway this works.
Thank you.
On 07/03/2019 14.01, Eric S Fraga wrote:
> On Thursday, 7 Mar 2019 at 12:41, Al wrote:
>> Is there any solution to make column mode follow the global font size ?
>
>
Thanks for the tip, I'll do this.
On 07/03/2019 20.03, Eric S Fraga wrote:
> On Thursday, 7 Mar 2019 at 18:38, Al wrote:
>> Hello,
>>
>> This is the workaround I used, but I agree this is far from perfect ;-)
>
> Given that this is not really an org issue but r
Greetings, I have never posted to this list before. I searched the email
archive, and didn't see anything related. I have been using Emacs and org-more
for several years and recently started getting this error when I first open a
.org file:
'Missing write access rights to org-persist-directory:
(file-writable-p "c:/Users/aloom/My Drive/home/.emacs.d/org-persist") - returns
"t"
From: Ihor Radchenko
Sent: Wednesday, March 20, 2024 3:07 PM
To: Al Oomens
Cc: emacs-orgmode@gnu.org
Subject: Re: Error with org-persist
[ Adding Org mai
point, which does not
work when the buffer has a single line.
In an earlier version, the command `(forward-line)` was called which moved the
point to eol when the buffer had a single line.
-- Al
Emacs : GNU Emacs 27.1 (build 4, x8664-pc-linux-gnu, GTK+ Version
3.22.30, cairo version 1.15.10
I am not sure if this has been reported before, of if the behaviour is
intended. But to reproduce this "bug":
- Open an org file from the agenda.
- Restrict to some headline
- Execute the following command:
(with-temp-buffer
(org-agenda-prepare-buffers (org-agenda-files t)))
- The restriction
On 08/07/2022, Ihor Radchenko wrote:
> Could you please create a proper patch
See attached. I made a further change to use `with-current-buffer` instead of
`set-buffer+save-excursion`.
Best regards,
-- Al
>From 398fee0c235c53399cd8cc481f9e732f64ae88cb Mon Sep 17 00:00:00 2001
From: Al Ha
On 09/07/2022, Ihor Radchenko wrote:
> Two more comments.
Attached is the updated patch.
PS: I noticed that the `org-timer.el` example in
https://orgmode.org/worg/org-contribute.html
has a single space between sentences. Other examples on the page seem fine
though.
Best regards,
-- Al
&g
entry (for example if there's an empty line before "* Two") then the visual
artefact is not present.
-- Al
.
-- Al
--
Emacs : GNU Emacs 29.1 (build 1, aarch64-apple-darwin22.5.0, Carbon Version
169 AppKit 2299.6)
of 2023-09-09
Package: Org mode version 9.7-pre (release_9.6.29-1443-gb4d17c)
) extra))
-(filename (and cfn (expand-file-name cfn)))
+(filename (and cfn (file-truename cfn)))
(tbl (mapcar
(lambda (x)
(if (and (not (member org-refile-use-outline-path
-- Al
On 18/06/2024, Ihor Radchenko wrote:
> Hmm. Thanks, but the patch does not apply on my side.
> May you instead create a patch as a separate file, add the commit
> message, and attach that patch file in the email reply?
See attached.
Best regards,
--
On 19/06/2024, Ihor Radchenko wrote:
> Al Haji-Ali writes:
>
>> On 18/06/2024, Ihor Radchenko wrote:
>>> Hmm. Thanks, but the patch does not apply on my side.
>>> May you instead create a patch as a separate file, add the commit
>>> message, and at
On 20/06/2024, Ihor Radchenko wrote:
> Al Haji-Ali writes:
> Makes sense.
> Applied, onto bugfix.
> Fixed.
> https://git.savannah.gnu.org/cgit/emacs/org-mode.git/commit/?h=bugfix&id=a4ff518
Thanks!
>
> Maybe. I am slightly cautious about adding it without public discus
20 matches
Mail list logo