Am 10.08.24 um 09:50 Uhr schrieb Sébastien Gendre:
> And I search for example of online documentation made with Org-mode. As
> inspirations.
FWIW, last autumn, I switched my introduction to TeX and Friends for my
personal website from XHTML to Org.
https://github.com/schneeschmelze/l2intro
htt
* [2024-08-11 08:19] Ihor Radchenko:
mb...@mbork.pl writes:
On 2024-08-10, at 17:13, Ihor Radchenko wrote:
Many blogs are also made with Org mode. Not sure if it qualifies for
documentation.
... my custom blog engine
(https://gitlab.com/mbork_mbork_pl/org-clive). It is a testament t
Hi,
I am a heavy user of propview [1] and I am very happy with it, but looks
like now I reached a limitation, or maybe someone founds a magical
workaround. I am open to use another solution outside of propview.
Find attached in file aggregate-props.org that serves as a playground
environment
> I've been using Org Mode for literate programming purposes, and
> would like to have line-numbers within `src` blocks. [...]
> I'd be glad to help implementing this feature, if I can be slightly
> guided on where to refer to look for in the codebase.
https://kitchingroup.cheme.cmu.edu/blog/20
Hi,
Am Samstag, den 10. August 2024 um 12:32:12 Uhr (+) schrieb Ihor
Radchenko:
> I do not see it in
>
> > (defvar org-export-multipage-split-functions nil
> > "List of functions applied to the parse tree after it has been
> > split for multipage output. Each function is called with three
>
Orm Finnendahl writes:
>> Also, as a side note, this docstring does not follow docstring
>> conventions. Try M-x checkdoc
>
> I corrected it adding your suggestion explicitely. Checkdoc doesn't
> complain about this one any more, but complains all over the place
> with other docstrings not writte
Hi ,
I am writing to report a behavior in org-forward-element that I suspect may
be a bug.
When the content of an org file is as follows:
* TestA
- test1
- test2
- test3
- test4
* TestB
If the cursor is at the beginning of the line (at '-') of the items test2,
test3, or test4, org-forward-eleme
Hi,
OK, got it, I'll check and implement everything tomorrow when I'm back on my
desk...
Am 11. August 2024 15:47:30 MESZ schrieb Ihor Radchenko :
>Orm Finnendahl writes:
>
>>> Also, as a side note, this docstring does not follow docstring
>>> conventions. Try M-x checkdoc
>>
>> I corrected it
Joseph Turner writes:
>> But we also need to link this new page from other places.
>
> How about this patch for orgweb?
Thanks!
Applied, onto master for orgweb and master for worg.
https://git.sr.ht/~bzg/worg/commit/91954998
https://git.sr.ht/~bzg/orgweb/commit/d9222e889ed1f5fee0d328490ed731509f
Sébastien Gendre writes:
> # TL;DR
>
> When I export Org-mode documents with org-publish, it cannot resolve
> links in format "[[attachment:image.png]]".
>
> But when I export manually the same document with the export dispatcher,
> the export work correctly and the attachment link is correctly r
Morgan Willcock writes:
> I switch between computers fairly frequently and the Org versions may
> not be exactly in sync. Rather than editing the source code or
> redefining the entire function, would it be acceptable to you if I use
> the following advice for testing?
>
> (advice-add 'org-mod
Kepa writes:
>> Did you customize `org-file-apps'?
>>
>
> THAT'S IT!
> I had added:
>
> (when (eq system-type 'windows-nt)
> (setq org-file-apps
> '(("\\.\\(docx\\|doc\\)\\'" . (lambda (file link) (shell-command
> (concat "start \"\" \"" file "\""
> ("\\.\\(xlsx\\|xls\\)
Seungki Kim writes:
> When the content of an org file is as follows:
>
> * TestA
> - test1
> - test2
> - test3
> - test4
> * TestB
>
> If the cursor is at the beginning of the line (at '-') of the items test2,
> test3, or test4, org-forward-element works as expected, moving to the next
> item.
>
Phil writes:
>> Note that it is listed in https://orgmode.org/tools.html since long ago ;)
>>
>
> Mine too (https://gitlab.com/7dnz/org-weblog) lands in this
> category, with an emphasize on a — very verbose I admit — but strict
> literate programming. It's a 99KB file, with tests, attempts,
> e
All pages of my personal web-site are written in Org (except for sitemap):
https://web222.webclient5.de
I have documented how I use the built-in org to html export:
https://web222.webclient5.de/doc/swdev/emacs/orgmode/html
I do not use org-publish.
The navigation, headers and footes of my site
A lot of things aren't going to necessarily advertise themselves as org
mode source?
Almost every post at sdowney.org is org mode originally.
A few ISO C++ papers I've written are also, for example,
https://wg21.link/P3199R0, source and exporter at
https://github.com/steve-downey/wg21org/blob/main/
It work. Thank you very much.
I didn't know that org-attach have it's own library and that it was not
loaded with org. I found nothing about it in the Org-attach section of
the manual.
Ihor Radchenko writes:
> Sébastien Gendre writes:
>
>> # TL;DR
>>
>> When I export Org-mode documents with
Two quick-and-dirty workarounds:
1. Eval that prior to using propview:
(setq
TEST_A "<>"
TEST_B "<>"
TEST_C "<>"
TEST_D "<>")
2. Define this helper macro:
(defmacro valof (symbol)
`(if (boundp ',symbol)
,symbol
"()"))
Then specify columns like that:
(concat (valof TEST_A) (va
Hello,
I (continue to) write an online documentation with Org-mode and I want
to build the main navigation menu dynamically. I would like to have your
opinion about what I plan to do.
# What I plan
I plan to write a function that I can assign to the variable
`org-html-preamble` or the publish s
Ihor Radchenko writes:
> noa writes:
>
>> When generating a sitemap from org-publish with the anti-chronological...
>>
>> All the dates shown were the mtime of the files, rather than the dates i
>> specified with the DATE keyword...
>>
>> I've tried running this with emacs -q and get the same i
20 matches
Mail list logo