Re: What's up with ob-template.el? It seems heavily outdated

2021-05-27 Thread Nicholas Savage
Thanks for working on updating the template! If the worg ob-template.el is broken, I feel like your updates should be replacing what is there, even if it isn't perfect yet. I can help you replace it if you would like to be contributing your version to improving the documentation. On Wed, May

Re: [bug?] changed behaviour of column view

2021-05-11 Thread Nicholas Savage
view on be part of org-agenda? Based on your description I doubt it, but just wanted to make sure. Cheers, Nick On Tue, May 11, 2021, at 09:45, Eric S Fraga wrote: > Hi Nicholas, > > On Tuesday, 11 May 2021 at 09:32, Nicholas Savage wrote: > > When I activate column view on Headl

Re: [bug?] changed behaviour of column view

2021-05-11 Thread Nicholas Savage
I believe this would have been some of my commits. That change would not have been intended, so I believe this is a bug. I just tried it out, I have column view applied to something like this: * Headline ** subheading ** subheading ** subheading ** subheading When I activate column view on

Re: Invalid duration format (9.4.5)

2021-05-10 Thread Nicholas Savage
Thanks for the report. This was also reported last night too: https://lists.gnu.org/archive/html/emacs-orgmode/2021-05/msg00592.html I'll probably have a chance to look into this sometime today, but it probably won't be until this evening if anyone else has a chance earlier than that. On Mon,

Re: bug#47088: org-w3m: handle w3m-image link information

2021-05-08 Thread Nicholas Savage
I have applied it now as commit 5d2ccdae7f in master. Thank you, Boruch! On Sat, May 8, 2021, at 03:44, Bastien wrote: > Hi Nick, > > Nick Savage writes: > > > I haven't opened up the code yet to take a look, but I likely will > > take a crack at some of these items in the future as

Re: babel output seems to drop anything before % (in session)

2021-05-06 Thread Nicholas Savage
I can confirm this too on the latest master. I took a quick peek this morning, and my suspicion is that the problem is somewhere within org-babel-comint-with-output in lisp/ob-comint.el, but I'm not positive at this point. On Wed, May 5, 2021, at 22:35, John Corless wrote: > Confirmed > >

Re: org-tables with monetary amounts

2020-09-22 Thread Nicholas Savage
I don't have anything to answer your questions, but I wanted to chime in that this is a feature I'd also like to exist, or find out more about if it already does exist. I'd be definitely willing to help out too code-wise to the extent I can. Thanks, Nick On Tue, Sep 22, 2020, at 10:57,

Re: Bug: Logbook drawer and org-adapt-indentation with value headline-data [9.4 (9.4-7-g3eccc5-elpaplus @ /home/gustavo/.emacs.d/elpa/org-plus-contrib-20200921/)]

2020-09-21 Thread Nicholas Savage
I tried reproducing this, but I am having difficulties. "Baz" and the " - State" stayed correctly aligned as I would have expected them, and not as you have shown them. I am on emacs 28.0.50 though so maybe that has made the difference, with org compiled from master as of a day or two ago.

[PATCH] (org-remove-occur-highlights) Implements option to remove highlights between points

2020-09-20 Thread Nicholas Savage
I realize now that I messed up sending this patch yesterday so it didn't show up on updates.orgmode.org. I just wanted to repost it with a correct subject to make sure it didn't get lost. My original message follows. -- I posted earlier about why org-remove-occur-highlights ignored it's

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

2020-09-20 Thread Nicholas Savage
I'm having a hard time reproducing this on the latest master, although it's clear from your image that something is going wrong. How are you marking the tasks as DONE? When I use C-c C-t to mark them as done, it doesn't add the "CLOSED" tag by default under emacs -Q, so I'm wondering if it's

Re: Bug: org-cycle stops working on Org files with empty lines at end of buffer [9.4 (9.4-elpaplus @ /home/brentg/.emacs.d/elpa/org-plus-contrib-20200914/)]

2020-09-19 Thread Nicholas Savage
I can reproduce this. I'm on the most recent master with Emacs 28.0.50. Once the last line is deleted, org-cycle won't show the "**" line and the minibuffer continues to say "FOLDING" instead of cycling through the various states. On Sat, Sep 19, 2020, at 12:10, B Goodr wrote: > Hi, > > Still

PATCH: (org-remove-occur-highlights) Implements option to remove highlights between points

2020-09-17 Thread Nicholas Savage
I posted earlier about why org-remove-occur-highlights ignored it's options of beg and end. I'm fairly sure it was so they could be implemented later. I wanted to use this functionality, so I've implemented it. This should not change any current behaviour. If beg and end are nil, it will run

org-remove-occur-highlight ignores BEG and END

2020-09-17 Thread Nicholas Savage
I've been exploring a bit of the code base for Org Mode and I stumbled upon something I wanted to ask the wider community about. I've googled already and didn't find anything. `org-remove-occur-highlight' in org.el takes two optional parameters (alongside a third) BEG and END, but the

Re: strange bug after a fresh install

2020-09-16 Thread Nicholas Savage
Are you using ob-ipython? Your trace makes it seem like that might be loaded maybe in your init files. This issue seems to cover the problem you are having, since it says that it's modifying `org-mode-hook'. https://github.com/gregsexton/ob-ipython/issues/161 Maybe since you have a clean

Re: Re Org 9.4 is out. Can you help? // breaking apart Org Mode

2020-09-15 Thread Nicholas Savage
Hi there, I'm new to the development scene (contributed my first patch to Emacs last week or so) and a new developer in general who has been looking to get involved. I saw Bastien's post on Hacker News yesterday and thought that if Org Mode is looking for contributors it would be a good place