Re: [O] org-agenda-skip-function does not find inherited tags

2017-09-08 Thread Adam Porter
I think the function org-get-tags-at should also be helpful here.

[O] Flattening references in ODT export

2017-09-08 Thread James Harkins
Hi, 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 "num:nil," "Listing 1," "Listing 2," "Listing 3," but there is also a figure, which becomes "Figure 1." So ther

Re: [O] Release 9.1

2017-09-08 Thread Grant Rettke
On Wed, Sep 6, 2017 at 5:07 AM, Rasmus wrote: > > Bastien writes: > > > Org-mode 9.1 is out! > > > > http://orgmode.org/Changes.html > > Great news! > > Thank you Nicolas, Kyle, Marco, Bastien, Kaushal, Achim and other code- > and mailing list contributors. Thank you generous and kind people.

Re: [O] [Bug] org-search-view "bad keyword argument"

2017-09-08 Thread Nicolas Goaziou
Hello, Matt Lundin writes: > Hi everyone, > > Commit 22e916fb369629606d919a0e4f33ec2954c87e04 results in the following > error when calling org-search-view: > > cl--delete-duplicates: Bad keyword argument (lambda (a b) (and > (file-exists-p a) (file-exists-p b) (file-equal-p a b))) Fixed. Thank

[O] [Bug] org-search-view "bad keyword argument"

2017-09-08 Thread Matt Lundin
Hi everyone, Commit 22e916fb369629606d919a0e4f33ec2954c87e04 results in the following error when calling org-search-view: cl--delete-duplicates: Bad keyword argument (lambda (a b) (and (file-exists-p a) (file-exists-p b) (file-equal-p a b))) Best, Matt

Re: [O] Table aligning and editing in 9.2

2017-09-08 Thread Nicolas Goaziou
William Denton writes: > Previously one could edit the contents of a cell in a shrunken column > without doing anything special: move the point in, move to a position, > then hit any key (space, delete, a letter), and the change is made. > If a character is deleted then the => at the end comes cl

Re: [O] Buffer timeline omissions with org-class

2017-09-08 Thread Ross Laird
I am running version 8.2.10. Well, maybe I should upgrade and just not worry about this. On Fri, 8 Sep 2017 at 12:22 Nicolas Goaziou wrote: > Hello, > > Ross Laird writes: > > > I'm using org-class to schedule my classes, and the entries are > structured as follows: > > > > %%(org-class 2017 9

[O] [PATCH] org-columns-summary-types entries can take COLLECT function

2017-09-08 Thread Stig Brautaset
Hello! I've taken a stab at adding support for allowing org-columns-summary-types entries to contain an optional COLLECT function that can be used to conditionally collect a property. Please see the included patch. I added a NEWS entry, but wasn't sure whether a manual entry is required. I added

Re: [O] Buffer timeline omissions with org-class

2017-09-08 Thread Nicolas Goaziou
Hello, Ross Laird writes: > I'm using org-class to schedule my classes, and the entries are structured as > follows: > > %%(org-class 2017 9 4 2017 12 04 2 ) 04:00pm-06:50pm Class: CRWR 1240, Cedar > 1060 > %%(org-class 2017 9 5 2017 12 04 2 ) 10:00am-12:50pm Class: CRWR 2900 > %%(org-class 20

Re: [O] [PATCH] Detect state changes correctly if todo state names contain German umlauts

2017-09-08 Thread Nicolas Goaziou
Hello, em...@edgar-kalkowski.de writes: > as I am from Germany I use an umlaut in one of my org todo state names. I > noticed that state changes concerning that state are not picked up by the > org agenda view. This is due to umlauts missing from a regular expression > that is used to detect line

Re: [O] function for inserting a block

2017-09-08 Thread Eric Abrahamsen
Eric Abrahamsen writes: [...] > Here's another stab at it. Is "example" the only block that should be > verbatim? Will using `newline-and-indent' instead of inserting literal > newlines solve the indentation problem? > > > (defun org-insert-structure-template (type) > "Insert a block structure

Re: [O] ox-html export bug

2017-09-08 Thread Fabrice Popineau
2017-09-08 19:40 GMT+02:00 kadal : > On 09/08/2017 10:32 AM, Nicolas Goaziou wrote: > >> kadal writes: >> >> Seems like the second one should export to either "" >>> or "". >>> >> >> Is it valid HTML? >> >> Regards, >> >> This SO thread has confusing answers: https://stackoverflow.com/ques > tion

[O] Buffer timeline omissions with org-class

2017-09-08 Thread Ross Laird
I'm using org-class to schedule my classes, and the entries are structured as follows: %%(org-class 2017 9 4 2017 12 04 2 ) 04:00pm-06:50pm Class: CRWR 1240, Cedar 1060 %%(org-class 2017 9 5 2017 12 04 2 ) 10:00am-12:50pm Class: CRWR 2900 %%(org-class 2017 9 5 2017 12 04 1 41 46) 4:00pm-6:50pm C

Re: [O] ox-html export bug

2017-09-08 Thread kadal
On 09/08/2017 10:32 AM, Nicolas Goaziou wrote: kadal writes: Seems like the second one should export to either "" or "". Is it valid HTML? Regards, This SO thread has confusing answers: https://stackoverflow.com/questions/192048/can-an-html-element-have-multiple-ids#192066 Looks like th

Re: [O] ox-html export bug

2017-09-08 Thread kadal
Fair point. Would it be sufficient to give these type of links a class, say "org-internal-links". Then you should be able to explicitly turn off the content for these links. .org-internal-links::after {content:"";} I don't know, looks like a bug to me. I haven't put much thought into

Re: [O] ox-html export bug

2017-09-08 Thread Nicolas Goaziou
kadal writes: > Seems like the second one should export to either "" > or "". Is it valid HTML? Regards,

[O] [PATCH] Detect state changes correctly if todo state names contain German umlauts

2017-09-08 Thread email
Hello fellow org-moders, as I am from Germany I use an umlaut in one of my org todo state names. I noticed that state changes concerning that state are not picked up by the org agenda view. This is due to umlauts missing from a regular expression that is used to detect lines with state changes in

Re: [O] ics calendar?

2017-09-08 Thread Eric Abrahamsen
Matt Price writes: > I've been using Kaushal's fantastic ox-hugo to build my course websites (see > http://2017.hackinghistory.ca/ for one more or less finished example; > slightly out of date and not-yet documented source files are on Github at > https://github.com/titaniumbones/Hacking-Histor

Re: [O] Table aligning and editing in 9.2

2017-09-08 Thread William Denton
On 7 September 2017, Nicolas Goaziou wrote: What workflow are you missing? Note that typing in a shrunk column expands it. Previously one could edit the contents of a cell in a shrunken column without doing anything special: move the point in, move to a position, then hit any key (space, del

Re: [O] org-agenda-current-time-string partly fontified with emphasis

2017-09-08 Thread Nicolas Goaziou
Hello, Samuel Wales writes: >> You may be able to tweak fontification to ignore this special case. See >> `org-font-lock-set-keywords-hook' to install a special rule for. > > are there examples of the usage of this? There is one in "contrib/lisp/org-wikinodes.el". >> It will work as long as yo

Re: [O] duplicated test names... are these bugs?

2017-09-08 Thread Nicolas Goaziou
Hello, Stig Brautaset writes: > > Running tests on master for me, with make test, results in a single test > failure in `ob-shell/bash-uses-assoc-arrays'. While looking into that I > found that there are _two_ definitions of that in the test-ob-shell.el > file. This strikes me as unlikely to be i

Re: [O] add additional tag (using %^G) to existing tag in org capture

2017-09-08 Thread Adam Porter
Xebar Saram writes: > the issues is that it dosent seem to add an additional tag to the already > defined tag list in the capture (:@work: ) but instead add another :TAG: field > apart from the already existing tag field. so the final result looks like > this: > > ** TODO TEST :@work: :TAG: > >

Re: [O] Bug: markdown export errors on headers [9.0.9 (9.0.9-82-gb862c2-elpaplus @ /home/fommil/.emacs.d/elpa/org-plus-contrib-20170814/)]

2017-09-08 Thread Adam Porter
"Loris Bennett" writes: >> I and others have asked a few times why the packages are structured in >> this way, but nobody seems able to provide the rationale. Personally, I >> think we should just have an org package and an org-contrib package >> which depends on the org package. >> >> Tim >> > >

Re: [O] ox-html export bug

2017-09-08 Thread Nicolas Goaziou
Hello, Rasmus writes: > kadal writes: > >> The problem is that if you have CSS that decorates links by adding >> content after a link, that (empty) link gets decorated too. > > Fair point. Would it be sufficient to give these type of links a class, > say "org-internal-links". Then you should

Re: [O] ics calendar?

2017-09-08 Thread Rasmus
Matt Price writes: > I've just noticed that Hugo supports .ics formats and thought it would be > useful to have a calendar for the class. I've never done .ics exports in > org -- I don't use the core calendar/agenda features very effectively -- > and am not sure what the best way to do this would

Re: [O] ox-html export bug

2017-09-08 Thread Rasmus
kadal writes: > The problem is that if you have CSS that decorates links by adding > content after a link, that (empty) link gets decorated too. Fair point. Would it be sufficient to give these type of links a class, say "org-internal-links". Then you should be able to explicitly turn off the