Re: Question Regarding Creating HTML Style Buttons With Org Mode

2022-02-19 Thread Juan Manuel Macías
Samuel Banya writes: > To clarify, did you evaluate that code block on the org mode docs > itself? The code must be evaluated *before* using that new type of link, or saved to your ~/.emacs. You can simply evaluate it in your `scratch' buffer: (org-link-set-parameters "button"

Re: Question Regarding Creating HTML Style Buttons With Org Mode

2022-02-19 Thread Juan Manuel Macías
Juan Manuel Macías writes: > If you want to pass the class or id 'manually' to each link, and thus > have more control, you can evaluate this other version, where the class > or id would be added at the end of the link description, after (for > example) "!style": PS: Sorry, this is the correct co

Re: Is It Possible To Target ID And Classes With Org Mode Exports?

2022-02-19 Thread Ihor Radchenko
"Samuel Banya" writes: > I'm curious, is it possible to specify a 'ID' or 'Class' attribute for a > specific header, or link that you create in Org Mode? > > Asking since I'm in the process of modifying a CSS stylesheet for a site, but > would want more granular control to possible make contain

Re: [BUG] Child's visibility property is overridden by parent's [9.5.2 (9.5.2-gbc8c3e @ /home/john/.emacs.d/straight/build/org/)

2022-02-19 Thread Ihor Radchenko
John Mathena writes: Confirmed. > It seems like the visibility property on a parent heading overrides > the visibility property on a child heading - is this expected? e.g. > when I have the raw text: > > * Foo > :PROPERTIES: > :VISIBILITY: content > :END: > ** Bar > :PROPERTIES: > :VISIBILITY: f

Re: Is It Possible To Target ID And Classes With Org Mode Exports?

2022-02-19 Thread Samuel Banya
Hey there, I used 'C-h r' and found the man page for this under '13.9.12 CSS support' for the Org Mode manual. Here's the section: * In order to add styles to a sub-tree, use the ‘HTML_CONTAINER_CLASS’** * *property to assign a class to the tree. In order to specify CSS styles** * *for a part

Re: processing of babel blocks and select_tags

2022-02-19 Thread Eric S Fraga
Dear Jeremie, On Saturday, 19 Feb 2022 at 08:54, Jeremie Juste wrote: > If I change eval: no_export to :eval no, Only the =Description= section > is evaluated and exported. Interesting. I hadn't considered trying just "no". What a difference this makes! The book compiles in seconds instead of

ox-taskjuggler missing

2022-02-19 Thread Greg Sullivan
Trying to export to taskjuggler (tj3) to get a gantt chart as in this description . But I can't find the taskjuggler exporter. emacs-version => GNU Emacs 27.2 (build 1, x86_64-apple-darwin18.7.0, NS appkit-1671.60 Version 10.14.6

Re: ox-taskjuggler missing

2022-02-19 Thread Kyle Meyer
Greg Sullivan writes: > Trying to export to taskjuggler (tj3) to get a gantt chart as in this > description > . > But I can't find the taskjuggler exporter. > > emacs-version > => GNU Emacs 27.2 (build 1, x86_64-apple-darwin18.7.0

Re: ox-taskjuggler missing

2022-02-19 Thread Tim Cross
Greg Sullivan writes: > Trying to export to taskjuggler (tj3) to get a gantt chart as in this > description. > But I can't find the taskjuggler exporter. > > emacs-version > => GNU Emacs 27.2 (build 1, x86_64-apple-darwin18.7.0, NS appkit-1671.60 > Version 10.14.6 (Build 18G95)) of 2021-11-18

Re: ox-taskjuggler missing

2022-02-19 Thread Ken Mankoff
This might be an alternative option https://plantuml.com/gantt-diagram Please excuse brevity. Sent from tiny pocket computer with non-haptic feedback keyboard. On Sat, Feb 19, 2022, 18:18 Tim Cross wrote: > > Greg Sullivan writes: > > > Trying to export to taskjuggler (tj3) to get a gantt cha

Bug: SCHEDULED's end time wrong [9.5.2 (9.5.2-gfbff08 @ /Users/liutos/.emacs.d/elpa/org-9.5.2/)]

2022-02-19 Thread Liutos
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: Bug: SCHEDULED's end time wrong [9.5.2 (9.5.2-gfbff08 @ /Users/liutos/.emacs.d/elpa/org-9.5.2/)]

2022-02-19 Thread Ihor Radchenko
Liutos writes: > Assume there is an entry as simple as following > > * a simple entry > > Move the cursor on the entry, then press C-c C-s for setting its > SCHEDULED property. Then type `23:59+0:30` and press Enter key. The > resulting SCHEDULED property will be an ill-formed value such as > `<2

Re: [BUG] Questionmarks in org-agenda instead of file names [9.5.2 (9.5.2-g3154c2 @ /Users/eugr/.emacs.d/straight/build/org/)]

2022-02-19 Thread Ihor Radchenko
Eugene Rakhmatulin writes: > Well, that happened again. See the backtrace below. I recently managed to find a reproducer when question marks wrongly appear in category. Just pushed the fix to main (c5a0113367). Can you try again and let me know if it is fixes your problem? Best, Ihor