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
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
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
"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
>>
>
>
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:
>
>
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
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
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
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
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
kadal writes:
> Seems like the second one should export to either ""
> or "".
Is it valid HTML?
Regards,
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
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
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
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
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
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
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
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
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
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
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
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
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.
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
I think the function org-get-tags-at should also be helpful here.
26 matches
Mail list logo