Re: [O] Name-space prefixes in ox- packages

2017-09-09 Thread Kaushal Modi
On Sat, Sep 9, 2017 at 9:36 AM Nicolas Goaziou wrote: > > "ox" stands for "org-export-". This is so to limit file name size. Some > systems are very limited (e.g. MS-DOS). > Is that file name size that important in today's time? I'd be surprised if anyone using Org is

[O] Library of Babel

2017-09-09 Thread Charles Millar
First. Should Sections 14.5 and 14.6 of the manual need revision since lob has been moved to Worg? Or at least a reference to Worg site be inserted. Second: Am I correct that ob-lob.el has not been removed so that I can ingest my own source code blocks into, e.g. some/directory/cm-lob?

Re: [O] BUG - strange characters showing in agenda after times displayed

2017-09-09 Thread Matt Lundin
Sharon Kimble writes: > With the new release of org-mode to 9.1 I am finding with every build of > a new agenda that this is displaying for items with a time as part of > them - > > organiser: 8:30΄ьԔלڤ Scheduled: TODO email org-mode list > > This is new and has

Re: [O] ox-html export bug

2017-09-09 Thread Nicolas Goaziou
Hello, Fabrice Popineau writes: > 2017-09-08 19:40 GMT+02:00 kadal : > >> That said, the first option is better because if I'm setting a CUSTOM_ID, >> that's what should be used for internal links... >> >> > I agree with that. Ideally, if you

Re: [O] match by property in agenda view

2017-09-09 Thread Matt Lundin
Xebar Saram writes: > Hi all > > i Have this item in a property drawer: > > :people: %^{people?|-|allan|bob|joel} > > now i have this custom agenda view defined > > (add-to-list 'org-agenda-custom-commands > '("sk" "wtd" > tags "people=\"allan\"" >

Re: [O] how to select a source code block and print it to a postscript file

2017-09-09 Thread dmg
I invested a bit more time (plus a couple of suggestions of members of this list and stackoverflow.) I was able to create a module that prints the current source block to PDF without using the exporter. It now uses the pdf viewer to open it. It might be useful to some people who simply need to

Re: [O] [RFC] Remove Org Struct mode

2017-09-09 Thread Michael Brand
Hi Thorsten First thank you very much for creating outshine. On Sat, Sep 9, 2017 at 8:20 PM, Thorsten Jolitz wrote: > I'm not sure how orgstruct-mode does it, but since outshine is a minor > mode, it cannot use Key bindings exactly like Org, since many of these > are used in

Re: [O] [RFC] Remove Org Struct mode

2017-09-09 Thread Thorsten Jolitz
Michael Brand writes: Hello Micheal, > My requirements for orgstruct-mode or its replacement are very limited > compared to what orgstruct-mode or outshine.el do or intend to do: > 4) Key bindings exactly like Org > All items 3)..7) are supported in orgstruct-mode,

[O] "Invalid duration format" error after updating to version 9.1

2017-09-09 Thread wtm
Hello, I'm running Org mode 9.1 under Emacs 25.2 on Windows 10 (version information below) and I've encountered a problem when running my agenda commands that I'm unsure how to troubleshoot. Org mode version 9.1 (9.1-elpaplus @ c:/scimax/elpa/org-plus-contrib-20170906/) GNU Emacs 25.2.1

Re: [O] Old 'C-c tab' binding shadowed

2017-09-09 Thread Adrian Bradd
I also use this keybinding for opening subtrees to certain depths. My reasoning is identical to Marco's, it provides a great overview with very little noise. Would be nice to have these actions context dependent in org so we get the best of both worlds. Failing that, Kaushal's setup looks like a

Re: [O] [PATCH] Ensure proper nesting of captured entries

2017-09-09 Thread Matt Lundin
Matt Lundin writes: > I configure my org-capture templates set to insert items at the end of a > capture file: i.e., with a simple file target - (file "~/org/inbox.org") > - and no target headline. A note of clarification. My post and patch relate to headline entries, not

Re: [O] proliferation of agenda tasks, but how to stop it please?

2017-09-09 Thread Matt Lundin
Sharon Kimble writes: > How can I stop my 31-day agenda from showing each and every daily task > for each and every day, when all I need to see them on is today please? > > The change has only occurred since updating to > 'org-plus-contrib-20170906'. I believe you

Re: [O] BUG - org-agenda-show-future-repeats not mentioned in org.pdf

2017-09-09 Thread Nicolas Goaziou
Hello, Sharon Kimble writes: > Seeing this new variable I've been trying to set it up to stop all the > future displays of each and every task being displayed in my 31 days > agenda. > > I've updated my git/org-mode and then built the new 'org.pdf', opened it > and

[O] [PATCH] Ensure proper nesting of captured items

2017-09-09 Thread Matt Lundin
I configure my org-capture templates set to insert items at the end of a capture file: i.e., with a simple file target - (file "~/org/inbox.org") - and no target headline. In the past, org capture would always insert these as top level headings, regardless of existing headings in the target file.

[O] proliferation of agenda tasks, but how to stop it please?

2017-09-09 Thread Sharon Kimble
How can I stop my 31-day agenda from showing each and every daily task for each and every day, when all I need to see them on is today please? The change has only occurred since updating to 'org-plus-contrib-20170906'. Thanks Sharon. -- A taste of linux = http://www.sharons.org.uk TGmeds =

[O] Add attributes to figure in html5

2017-09-09 Thread L. Larrabee Strow
I am using (setq org-html-html5-fancy t org-html-doctype "html5") for html exporting, as I would like to use the figure environment for image exports. Is there any way to pass an attribute to the html? (I am afraid I might not be using all the correct terms here for html5.) Here is what

Re: [O] Name-space prefixes in ox- packages

2017-09-09 Thread Nicolas Goaziou
Hello, Kaushal Modi writes: > I have observed that even though the exporter backend package names begin > with ox-, all the variables and functions inside still start with org-. > > Is there a strong reason to do so? "ox" stands for "org-export-". This is so to limit

[O] Name-space prefixes in ox- packages

2017-09-09 Thread Kaushal Modi
Hello, I have observed that even though the exporter backend package names begin with ox-, all the variables and functions inside still start with org-. Is there a strong reason to do so? Or was that to prevent the older org-html, etc packages from breaking when they got renamed to ox-html, etc?

[O] how to select a source code block and print it to a postscript file

2017-09-09 Thread dmg
hi everybody, I teach programming and I have been using org-mode for a couple years to do it. I absolutely love it. Lately I have been thinking that I would like to be able to draw on the source code using xournal (using a tablet) To do that, I need to generate a pdf. But I don't want to

Re: [O] Flattening references in ODT export

2017-09-09 Thread James Harkins
On Sat, 09 Sep 2017 05:06:24 -0400 James Harkins wrote > I guess next I'm going to try to hack ox-odt.el... Hm, that's going to be too complicated. So I suppose my only other option is to make an SVG for every code example, and include only images. Or hack the

[O] BUG - strange characters showing in agenda after times displayed

2017-09-09 Thread Sharon Kimble
With the new release of org-mode to 9.1 I am finding with every build of a new agenda that this is displaying for items with a time as part of them - --8<---cut here---start->8--- organiser: 8:30΄ьԔלڤ Scheduled: TODO email org-mode list

Re: [O] Flattening references in ODT export

2017-09-09 Thread James Harkins
On Fri, 08 Sep 2017 23:52:33 -0400 James Harkins wrote > Is there a way to have "figure" references in ODT exports be simply a flat > list? > > Meaning -- I would like "Example 1," "Example 2," etc. (or "Figure," doesn't > really matter). > > With

[O] BUG - org-agenda-show-future-repeats not mentioned in org.pdf

2017-09-09 Thread Sharon Kimble
Seeing this new variable I've been trying to set it up to stop all the future displays of each and every task being displayed in my 31 days agenda. I've updated my git/org-mode and then built the new 'org.pdf', opened it and then had a quick browse for 'org-agenda-show-future-repeats'. I then