Re: [bug] args out of range upon meta-return in body of list item

2020-08-04 Thread Samuel Wales
thank you for looking into it.

Re: [bug] args out of range upon meta-return in body of list item

2020-08-04 Thread Kyle Meyer
Samuel Wales writes: > recent maint on emacs 25. > > i know this is an imperfect bug report with no mce that you can > probably repro. but perhaps it can trigger an idea that could lead > directly to a fix. my brain and computer limitations cannot do better > at this time. The example, instruct

[bug] args out of range upon meta-return in body of list item

2020-08-04 Thread Samuel Wales
recent maint on emacs 25. i know this is an imperfect bug report with no mce that you can probably repro. but perhaps it can trigger an idea that could lead directly to a fix. my brain and computer limitations cannot do better at this time. when i run m-ret at the caret i get this bt. my inten

Re: Website revamp?

2020-08-04 Thread Bo Grimes
On 8/4/20 11:48 AM, Maxim Nikulin wrote: As to installation, I believe that org-mode bundled with Emacs is more than enough for first try. It is a shorter path to become familiar with most prominent features just to start editing of an .org file (or to download a prepared demo .org). Getting th

Re: Website revamp?

2020-08-04 Thread gyro funch
Your website update is looking great! A couple of comments: - If materials are presented that are not relatively recent, it may indicate to potential users a lack of project vitality. - Because so many people these days are enticed by videos, I wonder if links to a few selected, engaging videos

Bug: inserting capture template [9.3.7 (release_9.3.7-705-gea9463 @ /home/nick/elisp/org-mode/lisp/)]

2020-08-04 Thread Nick Dokos
This was reported in https://emacs.stackexchange.com/questions/59928/org-capture-at-point-as-sibling-of-heading I was able to reproduce it starting from emacs -q with the following ECM: emacs -q -l min.el foo.org where

Re: File local setting for export directory?

2020-08-04 Thread Eric Abrahamsen
Loris Bennett writes: > Hi Eric, > > Eric Abrahamsen writes: > >> "Loris Bennett" writes: >> >>> Hi, >>> >>> I want to export an org file to a pdf and have the pdf created in >>> subdirectory relative to the org file. >>> >>> What's the simplest way to set the export directory in a file local w

Re: Website revamp?

2020-08-04 Thread Bruce D'Arcus
Right; shrink the banner. I meant to say "smaller" rather than "small". On Tue, Aug 4, 2020 at 12:26 PM TEC wrote: > > > Bruce D'Arcus writes: > > > On a large monitor, there's so much space that I think the features > > content would best fit underneath a small banner. > > Shrink the banner. R

Re: Website revamp?

2020-08-04 Thread TEC
Bruce D'Arcus writes: > On a large monitor, there's so much space that I think the features > content would best fit underneath a small banner. Shrink the banner. Right - that sounds like something to try! I messed with the CSS a little using browser devtools (with one or two unintended side-

Re: Website revamp?

2020-08-04 Thread Bruce D'Arcus
On a large monitor, there's so much space that I think the features content would best fit underneath a small banner. On Tue, Aug 4, 2020 at 12:12 PM TEC wrote: > > > Thanks for the feedback! > > Maxim Nikulin writes: > > > 03.08.2020 12:11, TEC wrote: > >> > >> To see how orgmode.org currently

Re: Website revamp?

2020-08-04 Thread TEC
Bruce D'Arcus writes: > On Tue, Aug 4, 2020 at 11:50 AM Maxim Nikulin wrote: > >> It seems that new variant is too mobile-centric. On a 24in monitor I >> expect something more than just a banner. > > I agree; it looked odd when I opened it on this 27-inch monitor. Hmm. Sounds like this design

Re: Website revamp?

2020-08-04 Thread TEC
Thanks for the feedback! Maxim Nikulin writes: 03.08.2020 12:11, TEC wrote: To see how orgmode.org currently appears, see https://i.imgur.com/XPFfBaB.png Sorry for negative (and maybe discouraging) feedback. I would not mind if you just skip my complains since I am not a contributor

Re: Website revamp?

2020-08-04 Thread Bruce D'Arcus
On Tue, Aug 4, 2020 at 11:50 AM Maxim Nikulin wrote: > It seems that new variant is too mobile-centric. On a 24in monitor I > expect something more than just a banner. I agree; it looked odd when I opened it on this 27-inch monitor.

Re: Website revamp?

2020-08-04 Thread Maxim Nikulin
03.08.2020 12:11, TEC wrote: To see how orgmode.org currently appears, see https://i.imgur.com/XPFfBaB.png Sorry for negative (and maybe discouraging) feedback. I would not mind if you just skip my complains since I am not a contributor to org-mode. Concerning the screenshot, when first imp

Re: File local setting for export directory?

2020-08-04 Thread Loris Bennett
Russell Adams writes: > On Tue, Aug 04, 2020 at 08:25:13AM +0200, Loris Bennett wrote: >> > diff --git a/lisp/ox.el b/lisp/ox.el >> > index 9cf62078a..77cafb20d 100644 >> > --- a/lisp/ox.el >> > +++ b/lisp/ox.el >> > @@ -6417,6 +6417,20 @@ Return file name as a string." >> > "Output file

Re: Macro replacement inside +attr_latex line

2020-08-04 Thread Vikas Rawal
Found the answer in the mailing list archives (https://lists.gnu.org/archive/html/emacs-orgmode/2013-09/msg00234.html). Not allowed. Vikas On Tue, 4 Aug 2020 at 18:33, Vikas Rawal wrote: > > Does orgmode macro replacement not work in an +attr_latex line? I was > thinking of using shortcuts for s

Macro replacement inside +attr_latex line

2020-08-04 Thread Vikas Rawal
Does orgmode macro replacement not work in an +attr_latex line? I was thinking of using shortcuts for some complex latex syntax. Vikas

Re: How create a hook before export ONLY to text

2020-08-04 Thread Russell Adams
On Mon, Aug 03, 2020 at 02:42:01PM +, pineiden wrote: > I discovered the plantuml language to create nice charts, also I have minted > configured to transform in latex to pdf. But minted doesn't have the lexer so > throws error. Sounds common enough, new languages hitting an export issue. >

Re: File local setting for export directory?

2020-08-04 Thread Russell Adams
On Tue, Aug 04, 2020 at 08:25:13AM +0200, Loris Bennett wrote: > > diff --git a/lisp/ox.el b/lisp/ox.el > > index 9cf62078a..77cafb20d 100644 > > --- a/lisp/ox.el > > +++ b/lisp/ox.el > > @@ -6417,6 +6417,20 @@ Return file name as a string." > > "Output file: " pub-dir nil nil nil > >

Re: File local setting for export directory?

2020-08-04 Thread Russell Adams
On Tue, Aug 04, 2020 at 01:42:56PM +0200, Loris Bennett wrote: > > Please remember maintainer time is limited. There are often edge cases > > for one user as well for a software as flexible as Org. > > I appreciate that, although some form of control of where things are > exported to seems to me to

Re: File local setting for export directory?

2020-08-04 Thread Loris Bennett
Russell Adams writes: > On Tue, Aug 04, 2020 at 08:25:13AM +0200, Loris Bennett wrote: >> I'm surprised no-one was interested, although I suppose back then I was >> probably also one of the uninterested :-) > > Please remember maintainer time is limited. There are often edge cases > for one user

Re: File local setting for export directory?

2020-08-04 Thread Russell Adams
On Tue, Aug 04, 2020 at 08:25:13AM +0200, Loris Bennett wrote: > I'm surprised no-one was interested, although I suppose back then I was > probably also one of the uninterested :-) Please remember maintainer time is limited. There are often edge cases for one user as well for a software as flexibl