A patch is provided below which implements a new link type called "infoi"
as a complement to "info" type that exist already.
Why new link type? Because info index is almost always finer grain
than info nodes. For example [[infoi:libc#close]] brings up not only
"(libc)Opening and Closing Files" i
mited to info node
names. Typically there are far more index items than there are node
names. For example libc manual has about 700 nodes, but over
4000 concept, type, function, and variables index items.
On 6 November 2014 10:41, Nicolas Goaziou wrote:
> Hello,
>
> Ric
Starting with emacs bzr trunk revision 111688 of Feb 7, 2013,
following three line org file results in error when html export is
attempted.
-- start of foo.org
#+TITLE: Nothing
# file:/tmp
-- end of foo.org --
Line 83 of org.el nees to be changed from
(require 'org-compat)
to
(eval-when-compile (require 'org-compat))
in order to prevent (invalid-function org-with-silent-modifications)
error when an org file is loaded and `C-x C-e h h' is hit to export to
a file. The call stack is
org-with-sil
s to to create links to wonderful emacs documents, because writing
an org info-link to emacs manual in org files is trivial once you know
the info node name.
From f0a8a7d12d90d219cd4d8f4d3d9bc580e02c255a Mon Sep 17 00:00:00 2001
From: Richard Kim
Date: Thu, 10 Mar 2016 06:29:48 -0800
Subject: [PATCH
Why this trivial patch? As I make changes to orgguide.texi, I may
invoke texinfo-all-menus-update or texinfo-every-node-update elisp
commands. When I do the spaces are replaced with tabs. I would
rather not have to deal with these changes when I view git diff.
Besides I think using white spaces
I added the following elisp code at the start of my ~/.emacs to deal
with this problem. My analysis of the problem is described in the
comments. In short the root cause seems to be loading built-in org.el
during initialization rather than org.el from either org-plus-contrib or
org add-on packages
About a year ago change 819e98afd018cad3c13fd58bfcbd979ab36dfbc7 was checked in
to remove code that restored window configuration when =org-edit-src-exit=
finished. The net result is af if =C-x 1= is called to remove all windows except
the org buffer just edited. This is very inconvenient.
Why not
Samuel Wales writes:
> idk if there are other org capture extensions. i am aware of spookfox
> and eagerly look forward to its maturing, at which point i will try
> it. but idk if that can do simple, id-less org capture.
I too noticed that org-capture stopped working months ago.
Fortunately I
I would like to suggest the following patch so that I can easily export
to Confluence wiki format using the usual org-mode export mechanism.
Given the trivial change, I don't think I need to sign any papers.
However I have already signed copyright forms with FSF years ago.
#+begin_src diff
diff
) in my startup file.
From: Nicolas Goaziou
Sent: Saturday, April 11, 2020 2:04 PM
To: Richard Kim
Cc: emacs-orgmode@gnu.org
Subject: Re: patch for org-confluence.el to add menu entry
Hello,
Richard Kim writes:
> I would like to suggest the following pat
I see the problem as well using very latest org source code, i.e., this change
* 2020-07-06 12:05:18 +0200 07a4a7286 Nicolas Goaziou list: Fix regression
when inserting items
I created two long lines separated by a blank line.
Each long line was created by typing "0 1 2 3 4 5 6 7 8 9 " then
ame-window with pop-to-buffer-same-window, and declaring
new-of as a dynamic variable to prevent it from being a free variable.
From bc6e0dd7c1f3bc8c7d78c4c38eb04140d99001fc Mon Sep 17 00:00:00 2001
From: Richard Kim
Date: Sat, 22 Aug 2020 11:05:30 -0700
Subject: [PATCH] Suppressed all "deprecat
Bastien writes:
> Hi Krishan,
>
> Krishan Kharagjitsing writes:
>
>> Hello, I found the following weird behaviour.
>
> What is M-x org-version RET ?
Because of (setq org-log-done 'time) according to
https://github.com/syl20bnr/spacemacs/issues/13901#issuecomment-697323151
>> When I set some t
Richard Kim writes:
> Bastien writes:
>
>> Hi Krishan,
>>
>> Krishan Kharagjitsing writes:
>>
>>> Hello, I found the following weird behaviour.
>>
>> What is M-x org-version RET ?
>
> Because of (setq org-log-done 'time) acc
Kyle Meyer writes:
> Russell Adams writes:
>
>> On Sat, Oct 31, 2020 at 01:58:25PM -0400, Kyle Meyer wrote:
>>> As I mentioned elsewhere in the thread, my guess is that Russell was
>>> using your example as is, rather than adding the space on the line
>>> (where X is below).
>>
>> No. I added a s
Karthik Chikmagalur writes:
> I can get it to work with emacs -Q as well, and this is good for testing,
> thank you.
>
> But I'm looking for a way to retain the rest of my configuration and swap out
> Org as required. Otherwise I can't do any interactive development. Another
> alternative is to
Richard Kim writes:
> Karthik Chikmagalur writes:
>
>> I can get it to work with emacs -Q as well, and this is good for testing,
>> thank you.
>>
>> But I'm looking for a way to retain the rest of my configuration and swap out
>> Org as requi
Richard Kim writes:
> Richard Kim writes:
>
>> Karthik Chikmagalur writes:
>>
>>> I can get it to work with emacs -Q as well, and this is good for testing,
>>> thank you.
>>>
>>> But I'm looking for a way to retain the rest of my con
Stephen Eglen writes:
> Checking the source, I see line 77 of org-macs.el has
>
> (straight-use-package 'org)
>
> so I'm not sure what the fix is, but does anyone have any ideas on
> providing a warning that uses the correct quote character?
The correct character is the usual 7-bit single q
Ihor Radchenko writes:
> Marcin Borkowski writes:
>
>> so I have a bunch of Org files, most of them pretty big (over 1
>> megabyte), and one of them repeatedly causes my Emacsa to hang.
>> Sometimes a plain `C-g' helps, sometimes I need to kill the Emacs
>> process. How do I even begin to find
Hongyi Zhao writes:
> On Mon, Dec 28, 2020 at 5:50 PM Ihor Radchenko wrote:
>>
>> Hongyi Zhao writes:
>>
>> > I use Chinese characters in some column, and it seems that pressing
>> > TAB can't do the trick for this senario.
>>
>> Take a look at https://github.com/casouri/valign
>
> Wonderful.
Greg Minshall writes:
> Gustav,
>
>> Straight.el is worth looking into for this. Has served me well for
>> similar use cases.
>
> have you (or anyone else?) had problems getting straight.el to build and
> install the info pages for Org mode?
>
> cheers, Greg
For me (info "(org)") brings up org m
before-write-hook '(org-element--cache-persist-before-write)
org-project-capture-per-project-filepath "TODOs.org"
org-noter-doc-split-fraction '(0.7 . 0.3)
org-pandoc-epub-rights "Copyright 2024 Richard Kim "
org-html-format-headline-function 'org-html-format-
24 matches
Mail list logo