[O] [PATCH] orgguide.texi: Replace spaces with tabs in two menu lines to be consistent with all other menu lines.

2014-05-03 Thread Richard Kim
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

[O] Bug: need to eval-when-compile org-compat [8.0.5 (8.0.5-elpaplus @ /u/kimr/elisp/emacs-24/org-plus-contrib-20130704/)]

2013-07-07 Thread Richard Kim
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

[O] Bug: error on html export [7.9.3e (7.9.3e-3-gb07a9b @ /u/kimr/src/emacs/emacs-trunk_latest/lisp/org/)]

2013-02-24 Thread Richard Kim
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

[O] patch to add new link type infoi that leverages Info-index command

2014-11-01 Thread Richard Kim
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 info

Re: [O] patch to add new link type infoi that leverages Info-index command

2014-11-09 Thread Richard Kim
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 m...@nicolasgoaziou.fr wrote: Hello, Richard Kim emac...@gmail.com writes

[O] patch for HTML links to GNU documents

2016-03-27 Thread Richard Kim
nks 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 <emac...@gmail.com> Date: Thu, 10 Mar 2016 06:29:48 -0800 Subject: [P

Re: [O] org-link-set-parameters missing in ELPA version

2016-09-11 Thread Richard Kim
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

restore window configuration after org-edit-src-exit

2019-12-16 Thread Richard Kim
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

patch for org-confluence.el to add menu entry

2020-04-09 Thread Richard Kim
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

Re: patch for org-confluence.el to add menu entry

2020-04-11 Thread Richard Kim
artup 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 patch so that

patch to suppress "deprecated cl" warnings plus few others

2020-08-22 Thread Richard Kim
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 "deprecated cl"

Re: Cycling through TODO workflow joins the next line onto the current one

2020-09-23 Thread Richard Kim
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) accordin

Re: Cycling through TODO workflow joins the next line onto the current one

2020-09-23 Thread Richard Kim
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

Re: [BUG] org-fill-paragraph [M-q] not apply on last paragraph

2020-07-06 Thread Richard Kim
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

Re: Bug: headline folding broken by whitespace

2020-11-02 Thread Richard Kim
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

Re: Let emacs align all columns automatically on-the-fly within orgmode.

2021-01-01 Thread Richard Kim
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 > >

Re: straight.el and org info pages?

2021-03-23 Thread Richard Kim
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

Re: org-capture firefox extension broken [silently]

2022-06-09 Thread Richard Kim
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

Re: Recommended way to work on main without upgrading Org?

2022-12-23 Thread Richard Kim
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

Re: Recommended way to work on main without upgrading Org?

2022-12-23 Thread Richard Kim
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 required.

Re: Recommended way to work on main without upgrading Org?

2022-12-23 Thread Richard Kim
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 configur

Re: [BUG] warning message for straight-use-package [9.6 (9.6-gb2adb6 @ /Users/stephen/.emacs.d/straight/build/org/)]

2022-12-30 Thread Richard Kim
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

Re: One of my Org files hangs Emacs

2023-01-18 Thread Richard Kim
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