Re: Worg: issue with org-tools page

2023-04-18 Thread Karl Voit
Hi Ihor, * Ihor Radchenko wrote: > Karl Voit writes: > >> Okay, that was also my idea when I saw the log file. Can somebody >> fix ESS here or should we convert the R blocks to a different block >> type (EXAMPLE)? > > I believe that I fixed the issue in > https:

Re: org-crypt fails if default key is expired while non-default key is to be used

2023-04-18 Thread Karl Voit
* Ihor Radchenko wrote: > Karl Voit writes: > >>> Ok. What about >>> >>> (let ((context (epg-make-context nil t t))) >>> (epg-decrypt-string context (epg-encrypt-string context "test" >>> (epg-list-keys context org-crypt-key))

Re: Worg: issue with org-tools page

2023-04-09 Thread Karl Voit
* Ihor Radchenko wrote: > Karl Voit writes: > >> CI example: https://builds.sr.ht/~bzg/job/970651 lists all sorts of >> HTML pages but for org-tools, there is no HTML output generated as >> it seems. Whatever I write in org-tools/index.org doesn't get to the >> H

Worg: issue with org-tools page

2023-04-09 Thread Karl Voit
Hi, After fixing my WORG setup and being able to push again, I found out that https://orgmode.org/worg/org-tools/ isn't updated by the CI job. https://git.sr.ht/~bzg/worg/tree/master/item/org-tools/index.org shows the latest changes, https://orgmode.org/worg/org-tools/ doesn't. CI example:

Re: org-crypt fails if default key is expired while non-default key is to be used

2023-01-30 Thread Karl Voit
Hi Ihor, * Ihor Radchenko wrote: > Karl Voit writes: > >>> What is the return value of >>> >>> (epg-list-keys (epg-make-context nil t t) org-crypt-key) >>> >>> ? >>> >>> Does it show the right key? >> >> It shows:

Re: org-crypt fails if default key is expired while non-default key is to be used

2023-01-29 Thread Karl Voit
Hi Ihor, * Ihor Radchenko wrote: > Karl Voit writes: > >>> May I know how exactly did you set `org-crypt-key'? Do you happen to >>> have CRYPTKEY properties somewhere in your buffer? >> >> Sure. My config is on >> https://github.com/novoid/dot-em

Re: org-crypt fails if default key is expired while non-default key is to be used

2023-01-23 Thread Karl Voit
Hi Ihor, * Ihor Radchenko wrote: > Karl Voit writes: > >> When I invoked org-decrypt-entry, decrypting works like always. Then >> I modified something in this heading which is tagged with :crypt:. >> On saving that buffer, org-crypt issues an error message: >>

org-crypt fails if default key is expired while non-default key is to be used

2023-01-22 Thread Karl Voit
Hi, I think I've found a bug with org-crypt: Org mode version 9.5.5 (release_9.5.5 @ /home/vk/src/external_compilations/emacs/lisp/org/) GNU Emacs 28.2 (build 1, x86_64-pc-linux-gnu, GTK+ Version 3.24.33, cairo version 1.16.0) of 2023-01-09 SUMMARY: org-crypt fails to encrypt when

Re: Org-mode syntax as a tool-independent MIME type

2022-10-18 Thread Karl Voit
Hi Bastien, * Bastien wrote: > Hi Karl and Timothy, > > thank you Karl for reviving this important topic. > > I think our collective priority should be to work on > https://orgmode.org/worg/dev/org-synxtax.html so that it reflects the > current Org syntax. Hopefully we can do this before Org

Re: Org-mode syntax as a tool-independent MIME type

2022-10-18 Thread Karl Voit
Hi Timothy, * Timothy wrote: > --=-=-= > Content-Type: text/plain; charset=utf-8 > Content-Disposition: inline > Content-Transfer-Encoding: quoted-printable Off topic: Something's quite off here with the encoding at least at my side (using slrn). I might be related to my setup, can't tell at

Org-mode syntax as a tool-independent MIME type (was: Shower thought: submit an IETF RFC to register Org as a MIME type)

2022-10-17 Thread Karl Voit
Hi, * TEC wrote: > > I'm still hoping for that discussion :P > > To the Org community, if you have thoughts on this - please share them > :) For reasons explained in my Orgdown-related articles[1] I would propose to use this chance to introduce a different term for the Org-mode lightweight

Re: Suggested Syntax for cancelled checkboxes: [-] as non-blocking dependency

2022-09-19 Thread Karl Voit
Hi, * Christophe Schockaert wrote: > As for me, I am interested in having a way to manage cancels. > > I have always managed it with workarounds up to now, so it would be nice > to have a clean way for it. "Clean" depends on the definition. To me, a general convention with the statement that

Re: Suggested Syntax for cancelled checkboxes: [-] as non-blocking dependency

2022-09-13 Thread Karl Voit
Hi Christophe, * Christophe Schockaert wrote: > > In a sense I can feel it’s useful to have an explicit cancel while > working. > But I don’t know how to handle it (see below). > I don’t think [/] would be a good candidate anyway, it’s used as a > statistic cookie, so it already has a meaning

Re: Suggested Syntax for cancelled checkboxes: [-] as non-blocking dependency

2022-09-13 Thread Karl Voit
Hi Ihor, * Ihor Radchenko wrote: > Karl Voit writes: > >> I was using list checkboxes like that: >> - [ ] open task >> - [X] closed task >> - [-] cancelled task > > From the manual (5.6 Checkboxes): > > ‘C-c C-x C-b’ (‘org-toggle-checkbox’) > T

Suggested Syntax for cancelled checkboxes: [-] as non-blocking dependency

2022-09-12 Thread Karl Voit
Hi, I was using list checkboxes like that: - [ ] open task - [X] closed task - [-] cancelled task The latter one is supported via C-u C-u C-c C-c. However, when I'm using: (setq org-enforce-todo-checkbox-dependencies t) ... any [-] checkbox will be regarded as non-finished contrary to the

Re: How to export to markdown programmatically without the table of contents?

2022-05-04 Thread Karl Voit
* Jeremie Juste wrote: > Hello Karl, Hi Jeremie, > On Tuesday, 3 May 2022 at 11:15, Karl Voit wrote: >> >> I tried this neat code snippet today with Emacs 26.3 and Org-mode >> 9.1.9 and I got an error: >> >> | org-export-barf-if-invalid-backend: Unk

Re: Agenda without todos only if there is no other timestamp

2022-05-04 Thread Karl Voit
Hi, * TRS-80 wrote: > >> On 2022-04-05 04:48, Karl Voit wrote: >>> Hi, >>> I've got following custom agenda for exporting: >>> | ("n" "no TODO events +180d" >>> | ((agenda "no TODO events +180d" >&g

Re: How to export to markdown programmatically without the table of contents?

2022-05-03 Thread Karl Voit
Hi, * Marcin Borkowski wrote: > > On 2022-05-01, at 22:01, Berry, Charles wrote: > >>> On May 1, 2022, at 2:20 AM, Marcin Borkowski wrote: >>> >>> I'd like to export a Org-mode formatted string to markdown, but without >>> the table of contents. >>> >>> (org-export-string-as my-string 'md t

Agenda without todos only if there is no other timestamp

2022-04-05 Thread Karl Voit
Hi, I've got following custom agenda for exporting: | ("n" "no TODO events +180d" | ((agenda "no TODO events +180d" | ((org-agenda-span 180) |(org-agenda-time-grid nil) |(org-agenda-entry-types '(:timestamp :sexp)) |(org-agenda-skip-function |

Re: [BUG] org-element--cache gives "Unregistered buffer modifications" warning [9.5 (9.5-g859984 @ /home/john/.emacs.d/straight/build/org/)]

2022-01-06 Thread Karl Voit
Hi, * John Mathena wrote: > > First time sending mail to the list; please let me know if I commit any > breaches of etiquette or convention (e.g. on attaching backtraces as a file > vs sending in message body). You're doing fine. Thanks for handing in your issue and welcome to the list. I do

Re: Concrete suggestions to improve Org mode third-party integration :: an afterthought following Karl Voit's Orgdown proposal

2021-12-06 Thread Karl Voit
Hi, * Ihor Radchenko wrote: > > Now, we need to understand what kind of people may be looking to > orgmode.org website. > > 1. Existing emacs users > 2. Non-emacs users interested in plain text markup > 3. Non-emacs users interested in GTD/project management, etc >"Org mode: your life in

Re: Concrete suggestions to improve Org mode third-party integration :: an afterthought following Karl Voit's Orgdown proposal

2021-12-06 Thread Karl Voit
Hi, * Ihor Radchenko wrote: > > The fact is that e.g. Github already provides support for Org markup. > They do it for their own profit and we cannot stop them. If we have a > controlled criteria about quality of third-party Org mode support, there > will be means to interfere with non-free

Re: Orgdown: negative feedback & attempt of a root-cause analysis

2021-12-01 Thread Karl Voit
Hi, I've summarized my current state of mind about the whole Orgdown fiasco into a blog article: https://karl-voit.at/2021/12/02/Orgdown-feedback/ Don't worry, I tried to analyze my own faults as well so that others might be able to learn from this unfortunate situation. -- get

Orgdown: negative feedback & attempt of a root-cause analysis (was: "Orgdown", the new name for the syntax of Org-mode)

2021-11-30 Thread Karl Voit
Hi, * M ‘quintus’ Gülker wrote: > > Am Montag, dem 29. November 2021 schrieb Karl Voit: >> It seems to be the case that the name "Orgdown" is the reason why >> the Org-mode community does not support the idea of an >> implementation-agnostic definition of the s

Re: "Orgdown", the new name for the syntax of Org-mode

2021-11-29 Thread Karl Voit
Hi Tim, * Tim Cross wrote: > > Hi Karl, > > while I can appreciate the point you are making, I'm doubtful your > suggestion will gain the traction necessary to work. You might be right. Only time will tell. ;-) > To me, it feels a little like the frequent posts from RMS in the > emacs-devel

"Orgdown", the new name for the syntax of Org-mode

2021-11-28 Thread Karl Voit
Hi Org-mode community, At this year's EmascsConf, I had a 12 minute video where I explain why we do need a different name for the syntax of Org-mode in contrast to the Elisp implementation of GNU/Emacs Org-mode. I would like you to read my rationale and motivate you to use the term "Orgdown" for

Re: Help requested: Support for basic Org mode support in tools outside of Emacs

2021-08-06 Thread Karl Voit
* M ‘quintus’ Gülker wrote: > Am 04. August 2021 um 12:57 Uhr +0200 schrieb Karl Voit: >> My focus is on Emacs-independent tools, emphasizing the argument >> that Org mode is not Emacs-only and its syntax does have >> applications outside of Emacs as well because it is a w

Re: Help requested: Support for basic Org mode support in tools outside of Emacs

2021-08-04 Thread Karl Voit
/blob/master/orgmode_support.org ? > Jens > >> On 3. Aug 2021, at 11:32, Karl Voit wrote: >> >> Hi, >> >> I'm collecting information on basic Org mode support in tools that >> are not Emacs. >> >> I already have: GitHub, GitLab (exactly like GitHub), Or

Re: Help requested: Support for basic Org mode support in tools outside of Emacs

2021-08-04 Thread Karl Voit
Hi Timothy, * Timothy wrote: > > Hi Karl, > > Just to check, have you seen ? Yes, but thanks for reminding! -- get mail|git|SVN|photos|postings|SMS|phonecalls|RSS|CSV|XML into Org-mode: > get Memacs from https://github.com/novoid/Memacs < Personal

Re: Help requested: Support for basic Org mode support in tools outside of Emacs

2021-08-04 Thread Karl Voit
Hi Tom, Great list you compiled here! * Tom Gillespie wrote: > Hi Karl, >Great initiative. For many of the things in the table you will > probably want to link to the underlying library For example for github > and gitlab there is https://github.com/wallyqs/org-ruby (which I have > been

Re: Help requested: Support for basic Org mode support in tools outside of Emacs

2021-08-04 Thread Karl Voit
-as-markup-only/ And if you do mention a tool, it would be awesome when you could add a syntax compatibility check according to my table on https://github.com/novoid/github-orgmode-tests/blob/master/orgmode_support.org as well since I don't have the resources to try out all tools myself. Thanks! * Karl

Re: Help requested: Support for basic Org mode support in tools outside of Emacs

2021-08-04 Thread Karl Voit
Hi Robert, * Robert Horn wrote: > > Karl Voit writes: > >> I'm collecting information on basic Org mode support in tools that >> are not Emacs. >> > > If email integration is considered support, you can add > > mu (searching for mu4e will eliminate most

Re: Help requested: Support for basic Org mode support in tools outside of Emacs

2021-08-04 Thread Karl Voit
* Kristian Grönberg wrote: > > Beorg for iOS (https://beorgapp.com) , would be one. I don't have access to iOS devices. Could you hand in a compatibility row according to my table? -- get mail|git|SVN|photos|postings|SMS|phonecalls|RSS|CSV|XML into Org-mode: > get Memacs from

Help requested: Support for basic Org mode support in tools outside of Emacs

2021-08-03 Thread Karl Voit
Hi, I'm collecting information on basic Org mode support in tools that are not Emacs. I already have: GitHub, GitLab (exactly like GitHub), OrgModeWeb, Orgzly, Orgro, Emacs, vim-orgmode. What I need is information on much more tools. I have set up a syntax checking file on

Re: Dynamic block tables: adding prefix of "id:" to %ID

2021-07-28 Thread Karl Voit
* Ihor Radchenko wrote: > Karl Voit writes: >> Thanks, this sounds clever and I think I understand the code. >> Although I would have preferred not to overwrite a function. I >> always have a fear that this leads to nasty side-effects with future >> updates. >

Re: Dynamic block tables: adding prefix of "id:" to %ID

2021-07-27 Thread Karl Voit
Hi Ihor, * Ihor Radchenko wrote: > Karl Voit writes: > >> I do have a dynamic block table like this: >> ... >> | NEXT| [0/0] proj bar | bar | :bar:project: | >> >> Is there a way to get the ID column with working ID links such as: >> ...

Re: Dynamic block tables: adding prefix of "id:" to %ID

2021-07-25 Thread Karl Voit
Hi, * Kristian Grönberg wrote: > > I didn't read your question properly. > Would it work for you to use the "<>"? > > *** <> barheading >:PROPERTIES: >:ID: [[bar][barheading]] >:END: > > /Kris I'm afraid not because the dynamic block would duplicate the target definition and not generating a

Re: Dynamic block tables: adding prefix of "id:" to %ID

2021-07-23 Thread Karl Voit
better solution. > > /Kris > > On Friday, July 23rd, 2021 at 11:46, Karl Voit wrot= > e: > >> Hi, >> = > > >> I do have a dynamic block table like this: >> = > > >> #+BEGIN: columnview :id global :match "+project-focus/!+STAR

Dynamic block tables: adding prefix of "id:" to %ID

2021-07-23 Thread Karl Voit
Hi, I do have a dynamic block table like this: #+BEGIN: columnview :id global :match "+project-focus/!+STARTED|+NEXT|+WAITING" :format "%TODO(State) %ITEM(What) %ID(ID) %TAGS(Tags)" | State | What | ID | Tags | |-++-+---| |

Re: how to document/comment a complex org table formula

2021-07-05 Thread Karl Voit
Hi Uwe, * Uwe Brauer wrote: > > Is there any way to document or comment such a formula, since I am sure > that within days I don't remember why I chose that formula? This is not a solution for really complex formulas. However, please do note that standard org has: Named references:

Re: Export Org mode files to (gag, barf) MS Office?

2021-07-01 Thread Karl Voit
Hi Brandon, * Brandon Taylor wrote: > --_000_SA1PR13MB4799DBE017BDC4DA869BA10BA2059SA1PR13MB4799namp_ > Content-Type: text/plain; charset="Windows-1252" > Content-Transfer-Encoding: quoted-printable > > I know we=92re not supposed to really even TALK about proprietary software = > in FOSS

Feature request: M-u M-x org-babel-mark-block -> mark block including block definition

2021-06-22 Thread Karl Voit
Hi, I'd like to propose a new universal argument functionality for org-babel-mark-block: it should mark the block content (as without universal argument) and the whole block definition as well. Current behavior with and without universal argument: #+NAME: my-example #+BEGIN_SRC python

Changed list indentation behavior: how to revert?

2020-11-13 Thread Karl Voit
Hi! I'm on Org mode maint git repo, currently v9.3.6. I recently upgraded from an older git commit version. Since the upgrade I do have a different behavior: - Consider this list itemX A 1 2 When I press RET at the "X" above, I end up at position "1". With another RET, cursor ends up at "2".

Re: [bug] Display issue with broken links

2020-06-05 Thread Karl Voit
* Nicolas Goaziou wrote: > Hello, Hi Nicolas, > Karl Voit writes: > >> I've found an issue that leads to broken Org mode syntax without >> noticing. Considering the following example: >> >> : foo [[https://Karl-Voit.at][bar]] baz >> >> When I put

[bug] Display issue with broken links

2020-06-05 Thread Karl Voit
Hi! I've found an issue that leads to broken Org mode syntax without noticing. Considering the following example: : foo [[https://Karl-Voit.at][bar]] baz When I put my cursor right after "foo" and press the DEL key, my Org mode shows this: : foo bar baz ... as if the link was removed

Re: ox-confluence.el: omit radio target links (that end up being dead links)

2020-05-23 Thread Karl Voit
Bastien (b...@gnu.org) wrote: > Hi Karl, Hi Bastien, > I fixed this here: > https://code.orgmode.org/bzg/org-mode/commit/ceb0ef95fb > Thanks for the report, Perfect timing for the fix - thank you! -- Karl Voit

Re: [patch suggestion] Mitigating the poor Emacs performance on huge org files: Do not use overlays for PROPERTY and LOGBOOK drawers

2020-05-07 Thread Karl Voit
Hi, * Karl Voit wrote: > Hi Ihor, > > * Ihor Radchenko wrote: >> >> So far, I came up with the following partial solution searching and >> showing hidden text. >> >> (defun org-find-text-property-region (pos prop) >> (define-advice isearch-search-s

Re: [patch suggestion] Mitigating the poor Emacs performance on huge org files: Do not use overlays for PROPERTY and LOGBOOK drawers

2020-05-04 Thread Karl Voit
Hi Ihor, * Ihor Radchenko wrote: > > So far, I came up with the following partial solution searching and > showing hidden text. > > (defun org-find-text-property-region (pos prop) > (define-advice isearch-search-string (:after ( _) put-overlay) > (defun org-restore-invisibility-specs ( _) >

Re: ox-confluence.el: omit radio target links (that end up being dead links)

2020-03-17 Thread Karl Voit
Hi, * Karl Voit wrote: > > As stated on [1] I do have an issue with export to Confluence markup > via org-mode/contrib/lisp/ox-confluence.el and radio targets[2]. > > When I am using a snippet like: > >| - <> :: this is the explanation to this weird term >| >

ox-confluence.el: omit radio target links (that end up being dead links)

2020-03-17 Thread Karl Voit
Hi! As stated on [1] I do have an issue with export to Confluence markup via org-mode/contrib/lisp/ox-confluence.el and radio targets[2]. When I am using a snippet like: | - <> :: this is the explanation to this weird term | | [...] | | Please respect the foo bar everyhere. ... it gets

Re: ICS agenda export exceeds max-specpdl-size probably because of org-depend (org-edna same?)

2020-02-28 Thread Karl Voit
This week, the error re-appeared. * Karl Voit wrote: > > Thanks for the advice. I ran three test runs in order to find out how output > is > affected: > > > Testrun with disabled org-depend: > emacs-snapshot --batch --load /home/vk/.emacs.d/init.el --eval '(pr

Re: ICS agenda export exceeds max-specpdl-size probably because of org-depend (org-edna same?)

2020-02-24 Thread Karl Voit
Hi Bastien, * Bastien wrote: > > Karl Voit writes: > >> Easy: I could not find any change of the defaults in my >> configuration[1]. So all of them have to be the default values. >> >> [1] https://github.com/novoid/dot-emacs/blob/master/config.org > >

Re: ICS agenda export exceeds max-specpdl-size probably because of org-depend (org-edna same?)

2020-02-23 Thread Karl Voit
* Bastien wrote: > Hi Karl, > > Karl Voit writes: > >> So maybe I have to invest a weekend or so to bisect the issue. My >> gut feeling tells me that I won't like the output somehow. > > In the meantime, can you share the values of your org-id-* options? Eas

Re: Feature request: shared radio targets with archive files

2020-02-21 Thread Karl Voit
Hi Bastien, * Bastien wrote: > > Karl Voit writes: > >> Can somebody estimate on the effort and potential negative >> implications (performance, caching issues, ...) when this feature >> would be extended, so that radio targets of foo.org also work[2] in >&g

Re: ICS agenda export exceeds max-specpdl-size probably because of org-depend (org-edna same?)

2020-02-21 Thread Karl Voit
Bonjour Bastien, * Bastien wrote: > > Karl Voit writes: > >> With disabled org-depend, it is working and finishes in ~5 minutes. With >> enabled org-depend it (sometimes) end up in an error as described. > > Do you need org-depend when exporting? Well: in all cases w

Feature request: shared radio targets with archive files

2020-02-20 Thread Karl Voit
Hi! Only recently, I found radio targets[1] very handy to implement a glossary within an Org file. This way, any instance of "PIM" can be linked to one single definition of "- <<>> :: Personal Information Management" for example. My question (and feature request): Can somebody estimate on the

Re: ICS agenda export exceeds max-specpdl-size probably because of org-depend (org-edna same?)

2020-02-20 Thread Karl Voit
* Bastien wrote: > Hi Karl, Hi, > another suggestion: just send us a minimal extract of your files so > that we see how org-depend is called, together with what you do and > what goes wrong when you do it. Perhaps this will lead to something. Sure.

Re: ICS agenda export exceeds max-specpdl-size probably because of org-depend (org-edna same?)

2020-02-20 Thread Karl Voit
Hi, * Bastien wrote: > > Karl Voit writes: > >> A couple days ago, the issue re-appeared (with org-depend being >> active again). To me, this is a clear indicator, that the issue is >> content-related and not config/binary-related: > > Can you bisect and

Re: ICS agenda export exceeds max-specpdl-size probably because of org-depend (org-edna same?)

2020-02-19 Thread Karl Voit
Hi Bastien, * Bastien wrote: > Hi Karl, > > did you manage to fix this one? > > I read "Property drawers allowed before first headline" in > etc/ORG-NEWS from the master branch: > > Property drawers are now allowed before the first headline. > > Org mode is moving more towards making things

Re: Emacs hangs sometimes for no reason

2020-02-12 Thread Karl Voit
* briangpowell . wrote: > > Emacs periodically saves all files that you are visiting; this is called > auto-saving . Auto-saving prevents you from losing more than a limited > amount of work if the system crashes. By default, auto-saves happen every > 300 keystrokes, or after around 30 seconds of

Re: ICS agenda export exceeds max-specpdl-size probably because of org-depend (org-edna same?)

2020-02-11 Thread Karl Voit
* Bastien wrote: > Hi Karl, > > Karl Voit writes: > >> So the issue seems to be gone (for now) but I don't know why it >> appeared in the first place nor why it disappeared in the meantime. > > /me looks for a good xkcd quote. :) Alternatively: https://en.wikip

Re: ICS agenda export exceeds max-specpdl-size probably because of org-depend (org-edna same?)

2020-02-11 Thread Karl Voit
* Bastien wrote: > Hi Karl, Hi Bastien, > did you manage to fix this one? Well ... > I read "Property drawers allowed before first headline" in > etc/ORG-NEWS from the master branch: > > Property drawers are now allowed before the first headline. > > Org mode is moving more towards making

Re: Emacs hangs sometimes for no reason

2020-02-11 Thread Karl Voit
* Sebastian Christ wrote: > Hi list, > > in the last couple weeks (perhaps months?) Emacs hangs for no specific > reason for me. The single constant is, that when it hangs, it hangs > while I'm in org-mode. This occurs on multiple circumstance as > > - changing the outline structure by demoting

ICS agenda export exceeds max-specpdl-size probably because of org-depend (org-edna same?)

2020-01-19 Thread Karl Voit
Hi all, BACKGROUND: I'm using org-depend since ages[1]. As a matter of fact, it was the initial reason why I started with Org mode in the first place. One of my many workflows[2] exports the agenda for the upcoming 60 days into an ICS file via a cron job during night: : emacs-snapshot --batch

Re: ox-latex: missing :LATEX_HEADER:

2019-12-04 Thread Karl Voit
* Kaushal Modi wrote: > > On Wed, Dec 4, 2019 at 1:32 PM Karl Voit wrote: > >> Hi, >> >> For LaTeX export, I'd love to use ::LATEX_HEADER: instead of >> file-based settings with #+LATEX_HEADER. > > Typically all Org export keywords work in properties too,

ox-latex: missing :LATEX_HEADER:

2019-12-04 Thread Karl Voit
Hi, I tend to have everything within larger Org mode file. Therefore, I mostly rely on export settings I'm able to control via PROPERTY drawer values instead of file-based methods. Most of the time, there is always a property version as well as a file-based version for settings. For LaTeX

orgformat.py: util library for generating Org mode from Python

2019-11-06 Thread Karl Voit
Hi, In the recent days, I've been busy migrating orgformat[1] from Memacs[2] and lazyblorg[3] to a repository on its own. It's a utility library that provides a variety of Python functions that help dealing with generating non-trivial Org mode content such as date- or time-stamps. I've added good

":COOKIE_DATA: todo recursive" as elisp for everything

2019-11-03 Thread Karl Voit
Hi! I plan to use the following property for all of my projects: :COOKIE_DATA: todo recursive You can find details on this about this on [3]. In order to get this behavior for all of my headings that are using progress cookies, I'd prefer the possibility to define this in my init.el

Re: Dates with repeaters, times and range

2019-11-03 Thread Karl Voit
* Nathan Neff wrote: > > I have a question that's probably FAQ material but I was wondering > what the "best" way to do something like this would be: > > I have a meeting that's scheduled from 10:00 - 11:00 for the next three > days. org-clone-subtree-with-time-shift was already mentioned. Here

@name-tags instead of TODO keywords to assign people (was: Org mode for meeting minutes)

2019-11-03 Thread Karl Voit
* Christian Egli wrote: > > The idea is that you use type todos using the people involved at the > meeting. Below is an example how this could look: > > ``` org > #+title: Meeting minutes > > #+TYP_TODO: Fred Sara Lucy Mike | DONE I'd challenge the decisions on using TODO keywords for

lazyblorg (was: blogging wih org-mode)

2019-11-03 Thread Karl Voit
Hi Joseph, * Joseph Vidal-Rosset wrote: > > (I met difficulties with lazyblorg, for example. I did not succeed to > understand how it works.) I wrote lazyblorg because I could not find any existing tool that, for example, let me put blog entries wherever I want:

[O] Shameless plug: blog series on how to use org mode features (PIM)

2019-09-25 Thread Karl Voit
Hi! I created a series of my own blog articles on how I am using features from Org mode. It's not related to the manual, it's related to "how to combine misc features for everyday's work". Maybe you find a few tricks here or there: https://karl-voit.at/2019/09/25/using-orgmode/ I'll add more

[O] 401 error code when pushing to code.orgmode.org (Wiki, git)

2019-09-20 Thread Karl Voit
Hi, When I try to push to the Wiki at "code.orgmode.org", I get a strange error message: : vk@sherri ~/worg (git)-[master] % git push origin master : Counting objects: 3, done. : Delta compression using up to 4 threads. : Compressing objects: 100% (3/3), done. : Writing objects: 100% (3/3), 729

Re: [O] org-sbe: error when passing strings as parameters to/from Python blocks

2019-03-14 Thread Karl Voit
* Karl Voit wrote: > > * Daniel Herzig wrote: >> Karl Voit writes: >> >> After some trying I found that the variables as set in the source-code >> header need standard values set: >> >> #+NAME: classificationfm >> #+BEGIN_SRC python :var prob

Re: [O] [bug] org-sbe: error when passing strings as parameters to/from Python blocks

2019-03-14 Thread Karl Voit
Hi Daniel, * Daniel Herzig wrote: > Karl Voit writes: > > After some trying I found that the variables as set in the source-code > header need standard values set: > > #+NAME: classificationfm > #+BEGIN_SRC python :var prob="high" :var impact="high"

[O] org-sbe: error when passing strings as parameters to/from Python blocks

2019-03-14 Thread Karl Voit
Hi! I want to test/use Python with org-sbe: #+NAME: classificationfm #+BEGIN_SRC python :exports none :var prob :var impact result = "" if prob == 'high' and impact == 'high': return 'A' if prob == 'low' and impact == 'high': return 'B' if prob == 'high' and impact == 'low': return

[O] 36C3 and Emacs Org mode

2018-12-30 Thread Karl Voit
Hi! It's my first time at a CCC Congress[1]. I organized a self-organized session on Org mode[2]. https://chaos.social/@Drops organized a "Church of Emacs" assembly[3]. Next year, we do plan to be prepared even better. If you are joining 36C3 and you have ideas on how to improve Emacs and/or

[O] Org mode at 34C3: my demo + request for help

2018-12-28 Thread Karl Voit
Hi! It's my first time at a CCC Congress[1]. There is an Emacs assembly: [2] by https://chaos.social/@Drops Since there was no Emacs talk at all and almost nothing going on on the Emacs assembly, I decided to do a basic Org mode demo to explain the universe of advantages to non-Emacs users: [3]

[O] Complexity of using spreadsheet functionality (was: Calculate differences of remote table numbers)

2018-10-08 Thread Karl Voit
* Eric S Fraga wrote: > On Monday, 8 Oct 2018 at 17:19, Karl Voit wrote: >> Unfortunately, I have to admit that spreadsheets in Org are not >> something I can recommend to somebody who needs "something that just >> works" (like Excel-switcher). :-( > > Maybe

Re: [O] Calculate differences of remote table numbers

2018-10-08 Thread Karl Voit
* Michael Brand wrote: > Hi Karl Hi Michael, > On Mon, Oct 1, 2018 at 5:02 PM Karl Voit wrote: > >> I'd like to calculate the differences between rows of numbers of a >> different table. > > For this kind of shifting row or column indexes I use Calc vector > subsc

[O] blogging with lazyblorg (was: Visualizing org files)

2018-10-04 Thread Karl Voit
* Marcelo de Moraes Serpa wrote: > > Oh wow Karl, lot's of 'hidden' gems there. Thanks. Glad that you like it. Consider following Atom/RSS feeds of https://karl-voit.at/ to get updates on my PIM/Emacs activity. I hope that I'm going to implement tag-specific feeds so that you are able to follow

Re: [O] Calculate differences of remote table numbers

2018-10-04 Thread Karl Voit
Hi Nick, * Nick Dokos wrote: > Karl Voit writes: > >> I'd like to calculate the differences between rows of numbers of a >> different table. >> >> Here is a minimal example showing the issue: >> >> #+NAME: my-table >> | Numbers | >>

[O] Calculate differences of remote table numbers

2018-10-01 Thread Karl Voit
Hi! I'd like to calculate the differences between rows of numbers of a different table. Here is a minimal example showing the issue: #+NAME: my-table | Numbers | |-| | 1 | | 5 | | 8 | | 12 | | 15 | This is what I expected:

Re: [O] Visualizing org files

2018-10-01 Thread Karl Voit
* Samuel Wales wrote: > https://github.com/novoid https://github.com/novoid/org-du/ Thanks for mentioning. I got the impression, I am the only one who likes those kind of visualizations ;-) Even https://github.com/novoid/org-du/graphs/traffic doesn't look like there is much going on in terms

[O] Org mode + Solid = collaborative, privacy-respecting future

2018-09-30 Thread Karl Voit
Hi! I stubled over Tim Berners-Lee Solid: https://www.fastcompany.com/90243936/exclusive-tim-berners-lee-tells-us-his-radical-new-plan-to-upend-the-world-wide-web https://www.inrupt.com/blog/one-small-step-for-the-web https://en.wikipedia.org/wiki/Solid_(web_decentralization_project) On

Re: [O] Defining the export height of a babel-generated image

2018-03-19 Thread Karl Voit
* Eric S Fraga <esfli...@gmail.com> wrote: > > On Sunday, 18 Mar 2018 at 15:35, Karl Voit wrote: >> Hi! >> >> Some babel blocks generate image files as output. Orgmode does link >> them so that exporting the corresponding heading also includes the >> i

[O] Defining the export height of a babel-generated image

2018-03-18 Thread Karl Voit
Hi! Some babel blocks generate image files as output. Orgmode does link them so that exporting the corresponding heading also includes the image. For example: #+BEGIN_SRC plantuml :file "foobar.svg" (*) --> "step1" --> "step2" --> (*) #+END_SRC #+RESULTS: [[foobar.svg]] Is is possible to

Re: [O] mktemp for orgmode

2018-03-18 Thread Karl Voit
* John Kitchin wrote: > > Can you do something like: > > #+BEGIN_SRC some-lang :results output org drawer :file (make-temp-file > "prefix-") > > #+END_SRC Awesome! I was looking in the wrong direction. #+BEGIN_SRC plantuml :file (make-temp-file

[O] mktemp for orgmode

2018-03-17 Thread Karl Voit
Hi, I sometimes wonder if there is something like mktemp[1] in org-mode as, e.g., a built-in macro. For example, PlantUML in orgmode[2] requires a file header argument to write the image output to: ":file myoutput.svg" In most cases, I really don't care about the output file and its location. I

[O] :EXPORT_FILE_NAME: containing a date-stamp

2018-02-07 Thread Karl Voit
Hi, Is there a possibility to define an export file name of a heading so that the resulting file contains a date-stamp? What I want to achieve: *** My Report :PROPERTIES: :EXPORT_FILE_NAME: (format-time-string "%Y-%m-%d") Project Status.html :END: ... which results in the file: "2018-02-07

Re: [O] Orgmode repeater intervals with end date

2018-02-07 Thread Karl Voit
* Tory S. Anderson wrote: > I was very pleased to find, when browsing the manual for a > different reason, the 'orgmode' solution to the problem, which > provides daily customization ability and also maintains > exportability: `org-clone-subtree-with-timeshift`[1],

Re: [O] Make tag inheritance explicit

2018-01-23 Thread Karl Voit
* Kaushal Modi <kaushal.m...@gmail.com> wrote: > > On Tue, Jan 23, 2018 at 9:45 AM Karl Voit <devn...@karl-voit.at> wrote: > >> > 2. Use `org-get-tags-at' with point on "Task 1" heading in your example. >> > `org-get-tags' returns a list of tags

Re: [O] Make tag inheritance explicit

2018-01-23 Thread Karl Voit
Hi Carsten, * Carsten Dominik <domi...@uva.nl> wrote: > > On Tue, Jan 23, 2018 at 11:22 AM, Karl Voit <devn...@karl-voit.at> wrote: > >> Background: Org-mode has perfect tag inheritance but unfortunately >> the export methods I am using do export the tags only to

Re: [O] Make tag inheritance explicit

2018-01-23 Thread Karl Voit
Hi, * Kaushal Modi <kaushal.m...@gmail.com> wrote: > > On Tue, Jan 23, 2018, 5:24 AM Karl Voit <devn...@karl-voit.at> wrote: > >> Org-mode has perfect tag inheritance but unfortunately >> the export methods I am using do export the tags only to

[O] Make tag inheritance explicit

2018-01-23 Thread Karl Voit
Hi! Is it possible to lookup inherited tags and add them explicitly to the current heading? Example: * Project:ProjectX: ** Sub-Project :@Joe: *** Task 1 *** Task 2 When I go to "Task 1" (or 2), I want to invoke a command which "copies" the tags ProjectX and @Joe to the heading of

Re: [O] org-depend: TRIGGER XYZ(KEYWORD) not working

2017-12-04 Thread Karl Voit
Hi Adrian, * Adrian Bradd wrote: > >> Examples: >> >> * Top-Heading >> >> ** TODO Here I invoke org-todo to DONE >> :PROPERTIES: >> :TRIGGER: 2017-12-03-target(TODO) >> :END: >> >> ** This should be changed to TODO >> :PROPERTIES: >>

Re: [O] org-depend: TRIGGER XYZ(KEYWORD) not working

2017-12-03 Thread Karl Voit
Hi Adrian, Glad that you replied - I was worrying that this thread is going to die before any improvement can be developed ... * Adrian Bradd wrote: > > First observation: >> >> When I set the heading 1 to DONE (without assigning it any other >> keyword), the TRIGGER

Re: [O] org-depend: TRIGGER XYZ(KEYWORD) not working

2017-11-19 Thread Karl Voit
* Karl Voit <devn...@karl-voit.at> wrote: > Hi, > > I am playing around with org-depend[1] again[2]. I forgot to mention: I am using maint from the git from today. -- get mail|git|SVN|photos|postings|SMS|phonecalls|RSS|CSV|XML into Org-mode: > get Memacs from https:/

[O] org-depend: TRIGGER XYZ(KEYWORD) not working

2017-11-19 Thread Karl Voit
Hi, I am playing around with org-depend[1] again[2]. I noticed that certain TRIGGER events do not get executed. > # -*- mode: org; coding: utf-8; -*- > * heading 1 > :PROPERTIES: > :ID: foo > :TRIGGER: bar(NEXT) baz(NEXT) > :END: > > * Heading 2 > :PROPERTIES: > :ID: bar > :END: >

[O] Worg compilation error: Unknown component "worg-color-themes"

2017-09-23 Thread Karl Voit
Hi! I just updated my old dot-tutorial[1]. As I pushed my chages to the server, I got: Writing objects: 100% (4/4), 576 bytes | 0 bytes/s, done. Total 4 (delta 3), reused 0 (delta 0) remote: From /home/worg/worg remote: * branchmaster -> FETCH_HEAD remote: Merge made by the

  1   2   3   4   5   6   7   >