Re: [O] Fontification error

2017-03-19 Thread Aaron Jensen
This is in reply to the Fontification error Thomas S. Dye reported on Feb 13 2017: http://lists.gnu.org/archive/html/emacs-orgmode/2017-02/msg00280.html I was able to bisect this error to the following commit: f2a5104e45b6f44a08960ae49ba20c124a8fa9d8 is the first bad commit commit

[O] [PATCH] Reduce scope of inhibit-modification-hooks

2017-03-19 Thread Aaron Jensen
This fixes the fontification error discussed here: http://lists.gnu.org/archive/html/emacs-orgmode/2017-03/msg00423.html and here: http://lists.gnu.org/archive/html/emacs-orgmode/2017-02/msg00280.html --- lisp/org-src.el | 26 +- 1 file changed, 13 insertions(+), 13

Re: [O] Fontification error

2017-03-19 Thread Aaron Jensen
That appeared to fix it for me! Thanks. >From cdf2c445e46d5691ee82adb1a6ca0bb0ae6bbd1b Mon Sep 17 00:00:00 2001 From: Aaron Jensen <aaronjen...@gmail.com> Date: Sun, 19 Mar 2017 12:49:18 -0700 Subject: [PATCH] Reduce scope of inhibit-modification-hooks This fixes a fontification error

Re: [O] Fontification error

2017-03-19 Thread Aaron Jensen
On Sun, Mar 19, 2017 at 3:58 PM, Nicolas Goaziou wrote: > Hello, > > Applied. Thank you. > > I added TINYCHANGE at the end of the commit message since I don't know > whether you signed FSF papers or not. Thank you! I have not yet. Aaron

[O] org-plot on multiple y axes

2017-04-12 Thread Aaron Jensen
Hi, Is it possible to use org-plot to plot on multiple y axes? gnuplot supports y2range, and I can specify that, but I don't know how (or if it is possible) to specify which deps should be plotted against which axis. If this is not possible, is it possible to have two charts plotted against the

[O] org-mobile-push breaks currently open org-agenda

2017-03-09 Thread Aaron Jensen
html

Re: [O] org-mobile-push breaks currently open org-agenda

2017-03-11 Thread Aaron Jensen
On Sat, Mar 11, 2017 at 7:53 AM, Aaron Jensen <aaronjen...@gmail.com> wrote: > $ git clone > g...@github.com:aaronjensen/org-mobile-push-breaks-org-agenda-ecm.git > ~/.emacs.d.old Sorry, this line was wrong, it should clone to ~/.emacs.d: $ git clone g...@github.com:aaronjensen/

Re: [O] org-mobile-push breaks currently open org-agenda

2017-03-11 Thread Aaron Jensen
On Fri, Mar 10, 2017 at 9:28 AM, Nicolas Goaziou wrote: > ATM, I am not sure how it happens since the headline was extracted from > some document. Could you try evaluating > > M-: (org-get-at-bol 'org-marker) > > on a problematic line and report back the problem? I just

Re: [O] org-mobile-push breaks currently open org-agenda

2017-03-11 Thread Aaron Jensen
2b495ba083f9104abd 3e1fb05b932e22cd0897baa94a8fb3073abe6a49 M lisp On Sat, Mar 11, 2017 at 7:54 AM, Aaron Jensen <aaronjen...@gmail.com> wrote: > On Sat, Mar 11, 2017 at 7:53 AM, Aaron Jensen <aaronjen...@gmail.com> wrote: >> $ git clone >> g...@github.com:aaronjensen/org-mobile-push-breaks-o

Re: [O] org-mobile-push breaks currently open org-agenda

2017-03-10 Thread Aaron Jensen
Hi, > On Mar 10, 2017, at 8:20 AM, Nicolas Goaziou wrote: > > Hello, > > Could you use Org uncompiled (C-u M-x org-reload)? your backtrace is > hardly usable. Thank you for the tip. Here is the trace: Debugger entered--Lisp error: (wrong-type-argument stringp nil)

[O] Bug: C-c C-c on deadline timestamp can do nothing useful [9.1.2 (9.1.2-elpaplus @ /Users/aaronjensen/.emacs.d/elpa/26.0/org-plus-contrib-20171004/)]

2017-10-07 Thread Aaron Jensen
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 http://orgmode.org/manual/Feedback.html#Feedback Your bug report will be posted to the Org mailing list.

[O] [PATCH] Add support for Brave to org-mac-link

2018-11-24 Thread Aaron Jensen
Hi all, Brave is a chromium-based browser, so the existing Chrome code works with slight modifications. By the way, I’ve signed FSF papers though https://orgmode.org/worg/org-contribute.html currently has me listed in the wrong place. Best, Aaron 0001-org-mac-link-Add-support-for-Brave.patch

Re: [O] [PATCH] Add support for Brave to org-mac-link

2018-11-25 Thread Aaron Jensen
On November 25, 2018 at 1:08:35 AM, Nicolas Goaziou (m...@nicolasgoaziou.fr(mailto:m...@nicolasgoaziou.fr)) wrote: > Hello, > Applied. > Fixed. Thank you for the quick response! Aaron

Src block fontification when scrolled off window

2020-01-14 Thread Aaron Jensen
Hi, In one of my org files, I will occasionally see src blocks lose their formatting. Specifically, if I switch to editing the src block, or I first open an org file that is expanded to a section with a src block, if the beginning #+begin_src is scrolled above the window, but part of the block

Re: Src block fontification when scrolled off window

2020-01-20 Thread Aaron Jensen
On Tue, Jan 14, 2020 at 8:20 AM Fraga, Eric wrote: > > On Tuesday, 14 Jan 2020 at 07:21, Aaron Jensen wrote: > > In one of my org files, I will occasionally see src blocks lose their > > formatting. [...] > > > > Is this expected behavior? Is there a way to incre

[PATCH] lisp/org-refile.el: Add mandatory when argument

2021-01-10 Thread Aaron Jensen
* lisp/org-refile.el (org-copy): When argument added --- lisp/org-refile.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/org-refile.el b/lisp/org-refile.el index 0b44fdfa5..47f22ecc0 100644 --- a/lisp/org-refile.el +++ b/lisp/org-refile.el @@ -373,7 +373,7 @@ the *old*

Re: [PATCH] lisp/org-refile.el: Add mandatory when argument

2021-01-10 Thread Aaron Jensen
On Sun, Jan 10, 2021 at 4:12 PM Kyle Meyer wrote: > > * lisp/org-refile.el (org-copy): When argument added > > Thanks, but this was handled by 248dfcd71 earlier this week. Ah, excellent!

Re: [PATCH] org-mac-link: Disable Evernote capture by default

2021-02-27 Thread Aaron Jensen
On Wed, Feb 17, 2021 at 9:55 AM Aaron Jensen wrote: > > The two `shell-command-to-string` invocations during eval are > extremely slow. Users of Evernote should `org-mac-grab-Evernote-app-p` > and `org-mac-evernote-path` explicitly. Hi all, Any chance of getting this merged in? I

[PATCH] org-mac-link: Disable Evernote capture by default

2021-02-17 Thread Aaron Jensen
The two `shell-command-to-string` invocations during eval are extremely slow. Users of Evernote should `org-mac-grab-Evernote-app-p` and `org-mac-evernote-path` explicitly. * contrib/lisp/org-mac-link.el (org-mac-grab-Evernote-app-p): Default to nil (org-mac-evernote-path): Default to nil and add

Re: [BUG] Unregistered buffer modifications detected [9.5 (9.5-g49e2f6 @ /Users/myuser/.emacs.d/straight/29/straight/build/org/)]

2021-11-11 Thread Aaron Jensen
Another one: https://gist.github.com/aaronjensen/5114997373008e18a6473f513f5d5da8 I don't have the details of what I was doing in the time, sorry. I'm on: ded97b767 * main origin/main org-element.el: Fix regression from d3836c1a1 Aaron

Re: [BUG] Unregistered buffer modifications detected [9.5 (9.5-g49e2f6 @ /Users/myuser/.emacs.d/straight/29/straight/build/org/)]

2021-11-14 Thread Aaron Jensen
On Sun, Nov 14, 2021 at 3:00 AM Ihor Radchenko wrote: > > Aaron Jensen writes: > > > Another one: > > https://gist.github.com/aaronjensen/5114997373008e18a6473f513f5d5da8 > > > > I don't have the details of what I was doing in the time, sorry. > > >

Re: [BUG] Unregistered buffer modifications detected [9.5 (9.5-g49e2f6 @ /Users/myuser/.emacs.d/straight/29/straight/build/org/)]

2021-11-16 Thread Aaron Jensen
On Sun, Nov 14, 2021 at 3:10 PM Aaron Jensen wrote: > > On Sun, Nov 14, 2021 at 3:00 AM Ihor Radchenko wrote: > > > > Aaron Jensen writes: > > > > > Another one: > > > https://gist.github.com/aaronjensen/5114997373008e18a6473f513f5d5da8 > > >

Re: [BUG] Unregistered buffer modifications detected [9.5 (9.5-g49e2f6 @ /Users/myuser/.emacs.d/straight/29/straight/build/org/)]

2021-11-18 Thread Aaron Jensen
On Wed, Nov 17, 2021 at 7:03 AM Ihor Radchenko wrote: > > Aaron Jensen writes: > > > Here's another on c47b535bb: > > > > https://gist.github.com/aaronjensen/348d879f79099c0d9b660bad199f25af > > > > I don't recall what I was doing at the time, it was duri

Re: [BUG] Unregistered buffer modifications detected [9.5 (9.5-g49e2f6 @ /Users/myuser/.emacs.d/straight/29/straight/build/org/)]

2021-10-30 Thread Aaron Jensen
On Sat, Oct 30, 2021 at 10:46 PM Ihor Radchenko wrote: > > Aaron Jensen writes: > > >> Do you always see "Current command: nil"? If you do, do you have any > >> minor modes that change text in Org buffers? > > > > I don't know, but

Re: [BUG] Unregistered buffer modifications detected [9.5 (9.5-g49e2f6 @ /Users/myuser/.emacs.d/straight/29/straight/build/org/)]

2021-10-30 Thread Aaron Jensen
On Sat, Oct 30, 2021 at 12:45 PM Aaron Jensen wrote: > > On Sat, Oct 30, 2021 at 11:37 AM Ihor Radchenko wrote: > > > > Aaron Jensen writes: > > > > > I don't have a consistent repro, but I am seeing this error often. At > > > different times it is in

[BUG] Unregistered buffer modifications detected [9.5 (9.5-g49e2f6 @ /Users/myuser/.emacs.d/straight/29/straight/build/org/)]

2021-10-30 Thread Aaron Jensen
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: [BUG] Unregistered buffer modifications detected [9.5 (9.5-g49e2f6 @ /Users/myuser/.emacs.d/straight/29/straight/build/org/)]

2021-10-30 Thread Aaron Jensen
On Sat, Oct 30, 2021 at 11:37 AM Ihor Radchenko wrote: > > Aaron Jensen writes: > > > I don't have a consistent repro, but I am seeing this error often. At > > different times it is in different files and lists different nodes. > > Thanks for reporting! > > >

Re: [BUG] Unregistered buffer modifications detected [9.5 (9.5-g49e2f6 @ /Users/myuser/.emacs.d/straight/29/straight/build/org/)]

2021-11-02 Thread Aaron Jensen
On Mon, Nov 1, 2021 at 8:48 AM Ihor Radchenko wrote: > > Aaron Jensen writes: > > > On Sat, Oct 30, 2021 at 11:16 PM Aaron Jensen wrote: > >> > >> Done, I'll report back. > > > > Another one, no trace: > > > > Warning (emacs): Emacs r

Re: [BUG] Unregistered buffer modifications detected [9.5 (9.5-g49e2f6 @ /Users/myuser/.emacs.d/straight/29/straight/build/org/)]

2021-11-02 Thread Aaron Jensen
Here is another that just happened: https://gist.github.com/aaronjensen/5294a64f243a306b58062113b9306bab It's scrubbed of all string data, hopefully not over-scrubbed for you. Aaron

Re: [BUG] Unregistered buffer modifications detected [9.5 (9.5-g49e2f6 @ /Users/myuser/.emacs.d/straight/29/straight/build/org/)]

2021-11-04 Thread Aaron Jensen
On Thu, Nov 4, 2021 at 10:11 AM Ihor Radchenko wrote: > > Aaron Jensen writes: > > > I got a warning when I did an org-agenda-todo to mark something as done. > > > > https://gist.github.com/aaronjensen/163913c0937376c9699eaa71eaa0959a > > If I read the backtr

Re: [BUG] Unregistered buffer modifications detected [9.5 (9.5-g49e2f6 @ /Users/myuser/.emacs.d/straight/29/straight/build/org/)]

2021-11-03 Thread Aaron Jensen
On Wed, Nov 3, 2021 at 7:43 AM Ihor Radchenko wrote: > > Aaron Jensen writes: > > > Here is a backtrace. The package it mentions is my own: > > https://github.com/aaronjensen/emacs-orgonomic and > > https://github.com/Somelauw/evil-org-mode is mentioned too. > &g

Re: [BUG] Unregistered buffer modifications detected [9.5 (9.5-g49e2f6 @ /Users/myuser/.emacs.d/straight/29/straight/build/org/)]

2021-11-03 Thread Aaron Jensen
On Wed, Nov 3, 2021 at 10:30 AM Aaron Jensen wrote: > > On Wed, Nov 3, 2021 at 7:43 AM Ihor Radchenko wrote: > > > > Aaron Jensen writes: > > > > > Here is a backtrace. The package it mentions is my own: > > > https://github.com/aaronjensen/emacs-orgon

Re: [BUG] Unregistered buffer modifications detected [9.5 (9.5-g49e2f6 @ /Users/myuser/.emacs.d/straight/29/straight/build/org/)]

2021-10-31 Thread Aaron Jensen
On Sat, Oct 30, 2021 at 11:16 PM Aaron Jensen wrote: > > Done, I'll report back. Another one, no trace: Warning (emacs): Emacs reader failed to read data for #:org-element--cache. The error was: "Invalid read syntax: \"#\", 1, 4670" Disable showing Disable logging