Re: Bug: LaTeX output of numbered TODO plain list items lose numbering. [9.1.9 (release_9.1.9-65-g5e4542 @ /usr/share/emacs/27.0.50/lisp/org/)]

2019-11-09 Thread Brian Carlson
On 11/9/19 6:59 AM, Fraga, Eric wrote: > On Friday, 8 Nov 2019 at 21:28, Brian Carlson wrote: >> So it seems that the numbering of numbered items in a plain list are not >> maintained when the numbered item is also a TODO plain list item. > This is a "feature"

Bug: LaTeX output of numbered TODO plain list items lose numbering. [9.1.9 (release_9.1.9-65-g5e4542 @ /usr/share/emacs/27.0.50/lisp/org/)]

2019-11-08 Thread Brian Carlson
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: [O] PATCH: ox: Starting source code export at non-zero (-n value)

2016-05-31 Thread Brian Carlson
On 2016-05-26 02:52, Nicolas Goaziou wrote: I realize that the org texinfo manual probably needs to be updated, as well. I'll take a stab at updating that unless someone else wants to take that on. You're right. You can merge ORG-NEWS modifications into the documentation patch. I just

Re: [O] PATCH: ox: Starting source code export at non-zero (-n value)

2016-05-29 Thread Brian Carlson
On 2016-05-26 02:52, Nicolas Goaziou wrote: I realize that the org texinfo manual probably needs to be updated, as well. I'll take a stab at updating that unless someone else wants to take that on. You're right. You can merge ORG-NEWS modifications into the documentation patch. Here is

Re: [O] PATCH: ox: Starting source code export at non-zero (-n value)

2016-05-29 Thread Brian Carlson
On 2016-05-26 02:52, Nicolas Goaziou wrote: Hello, Brian Carlson <hac...@abutilize.com> writes: I put the signed paperwork into the mail this evening. Great. Sure. I'll use previous entries as a starting point. I was thinking that the entry should go under: Version 9.0/New Fe

Re: [O] PATCH: ox: Starting source code export at non-zero (-n value)

2016-05-25 Thread Brian Carlson
On 2016-05-24 16:33, Nicolas Goaziou wrote: > Completing myself Great. Thanks! Very much appreciated. I went back and forth on the tests with the "string formatting." I should have gone with my original thoughts ;) The fixes to (org-export-get-loc) were a bit beyond my skill level. I don't work

[O] PATCH: ox: Starting source code export at non-zero (-n value)

2016-05-22 Thread Brian Carlson
ued) (or nil if the block does not provide +/-n option (as it always has). Thanks, ;-b >From dd01dada2c3c0ee0d8cc28184026720f8602680b Mon Sep 17 00:00:00 2001 From: Brian Carlson <hac...@abutilize.com> Date: Mon, 16 May 2016 10:58:01 -0400 Subject: [PATCH] ox: Provide offset to [+-]n in SR

Re: [O] Starting source code export at non-zero (-n value)

2016-05-22 Thread Brian Carlson
On 2016-05-20 16:48, Nicolas Goaziou wrote: Hello, Brian Carlson <hac...@abutilize.com> writes: Hello other org mode aficionados! (I apologize for the errant email I send a minute ago. ) From 6b4db0a978cc3492f0d0ac7e29008de6846fbe4a Mon Sep 17 00:00:00 2001 From: Brian Carlso

[O] Starting source code export at non-zero (-n value)

2016-05-16 Thread Brian Carlson
;-b >From 6b4db0a978cc3492f0d0ac7e29008de6846fbe4a Mon Sep 17 00:00:00 2001 From: Brian Carlson <hac...@abutilize.com> Date: Mon, 16 May 2016 10:58:01 -0400 Subject: [PATCH] ox: provide [+-]n functionality --- contrib/lisp/ox-groff.el | 4 ++-- lisp/org-element.el | 16 +++