Re: buffer name of Org Src...

2020-10-12 Thread Dr. Arne Babenhauserheide
Greg Minshall writes: > ps -- in case it's of interest: possibly i'm frustrated now, and wasn't > so much in the past, as i recently got annoyed by having to go back to > the base file to save and tangle (part of my work flow, to test whatever > i'm working on), and, so, wrote a few lines of

Re: buffer name of Org Src...

2020-10-12 Thread Dr. Arne Babenhauserheide
Eric S Fraga writes: > On Monday, 12 Oct 2020 at 15:39, Dr. Arne Babenhauserheide wrote: >> Did you find a way to make flycheck or flymake work in the src-buffers? > > This is an example of when I use tangling/detangling: when I need this > kind of support to develop my code.

Re: buffer name of Org Src...

2020-10-12 Thread Dr. Arne Babenhauserheide
Eric S Fraga writes: > On Monday, 12 Oct 2020 at 18:33, Dr. Arne Babenhauserheide wrote: >> That’s also when I tangle — but I often don’t move the code back into >> org afterwards, because once I needed this support once, I know I’ll >> need it again. > > Int

Re: buffer name of Org Src...

2020-10-13 Thread Dr. Arne Babenhauserheide
Eric S Fraga writes: > On Tuesday, 13 Oct 2020 at 09:27, Greg Minshall wrote: >> yes, but. the first time i 'C-c C-v t' in the base file onto a >> changed-but-uncommitted tangled file, even git will provide me no >> succor. > > True. :-( Don’t you get a "do you want to revert file" warning

Re: [matlab src is always exported to latex!!] (was: org mode with babel source: execute all source blocks, don't export them to latex)

2020-10-13 Thread Dr. Arne Babenhauserheide
Uwe Brauer writes: > That did not work: I tried > #+begin_src matlab :results output > > But when I exported the org file to latex, the matlab code was also > exported. Strange Do you use :exports results? :results output switches to show what is printed to stdout Best wishes, Arne --

Re: org-mode time tracking setup integrating with SaaS (Harvest, Toggl, Bonsai etc)

2020-10-10 Thread Dr. Arne Babenhauserheide
Daryl Manning writes: > Has anyone run across a good integration for doing that or has a blog post > on their system particularly where they need to track hours/tasks across a > few clients and projects for consultancy purposes I don’t do consultancy, but we I need to book for multiple

Bug: org-capture entry sometimes ends without newline, garbles next headline [9.3.6 (9.3.6-elpa @ /home/arne/Disy/.emacs.d/elpa/org-9.3.6/)]

2020-08-28 Thread Dr. Arne Babenhauserheide
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: org-capture entry sometimes ends without newline, garbles next headline [9.3.6 (9.3.6-elpa @ /home/arne/Disy/.emacs.d/elpa/org-9.3.6/)]

2020-08-29 Thread Dr. Arne Babenhauserheide
Kyle Meyer writes: > Dr. Arne Babenhauserheide writes: > >> Sometimes when I use org-capture to create a new headline, that headline >> ends with a non-empty partial line that isn’t terminated by a newline. >> >> This causes the next headline to be corrup

Re: Re Org 9.4 is out. Can you help? // breaking apart Org Mode

2020-09-23 Thread Dr. Arne Babenhauserheide
Bastien writes: >> Rather than a huge refactoring or pushing code back into other Emacs >> modes, my thought was that Org should be trimmed into the "core" of >> Org functions and that other things should be implemented as modules >> available in MELPA outside of the official Org core. That way

Re: best practices query: non-emacs packages based on tangled source

2020-10-27 Thread Dr. Arne Babenhauserheide
TRS-80 writes: > Therefore, any stuff I plan on releasing publicly, I do not do in > literate style (JMHO). However if you are dead set on doing literate > paradigm, then maybe my experience is invalid for your use-case. My experience is that literate style works very well for tutorials, but

Re: proposal: ox-bb, Org exporter for BBCode

2021-01-06 Thread Dr. Arne Babenhauserheide
Christian Garbs via General discussions about Org-mode. writes: > I wrote a simple Org exporter[1] for the BBCode format[2] which is > used in many web forums. > > Is there any interest in including it in Org? From my side there definitely is interest! Thank you for stepping forward! Best

Re: [PATCH] ox-publish.el: Speed up org-publish-cache-file-needs-publishing

2021-01-06 Thread Dr. Arne Babenhauserheide
Kyle Meyer writes: > Nothing jumps out to me. For large files that are already visited, I > suppose find-file-noselect returning an existing buffer can be faster, > so relevant factors would include how many Org files a project has, how > large they are, and how many of those are visited in

Bug: [patch] fix: ox-rss died when an entry had an empty date [ ( @ /home/arne/.guix-profile/share/emacs/site-lisp/)]

2021-01-06 Thread Dr. Arne Babenhauserheide
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: One vs many directories

2020-11-21 Thread Dr. Arne Babenhauserheide
Jean Louis writes: > So in general I never need to use some general search through Org > files or any other files as my way of thinking begins with People or > Groups and that narrows what has to be searched. How do you deal with stuff that applies to several people? > it comfortable. My way

Re: One vs many directories

2020-11-21 Thread Dr. Arne Babenhauserheide
Hi Texas, > Grepping my 94 Mb 6562 files (excluding archive) Textmind for > "elephantine" takes a few seconds, which is fine. For the sake of ruining my argument ( :-) ), you might want to check ripgrep. Searching within 30k files of in total around 150 MiB for ProviderBuilderFactory (guess

Re: One vs many directories

2020-11-24 Thread Dr. Arne Babenhauserheide
Jean Louis writes: >> The start of the local variables list should be no more than 3000 >> > characters from the end of the file >> >> >> Given the length of the email, I guess this is why Emacs saw the variables >> as being within the correct range. > > Yes thank you. I was thinking Emacs

Re: One vs many directories

2020-11-24 Thread Dr. Arne Babenhauserheide
Jean Louis writes: > Some people maybe access multiple Org files through Agenda, me I > don't. Some items are "non existent" and I do not know how to ask > agenda to refresh itself. Simply press the letter g. For my own setup I run code in a hook to update the agenda whenever I change a TODO

Re: One vs many directories

2020-11-25 Thread Dr. Arne Babenhauserheide
Jean Louis writes: > * Dr. Arne Babenhauserheide [2020-11-24 21:51]: >> >> Jean Louis writes: >> >> The start of the local variables list should be no more than 3000 >> >> > characters from the end of the file >> >> >> >>

Re: One vs many directories

2020-11-25 Thread Dr. Arne Babenhauserheide
Jean Louis writes: > * Dr. Arne Babenhauserheide [2020-11-24 21:48]: >> >> Jean Louis writes: >> >> > Some people maybe access multiple Org files through Agenda, me I >> > don't. Some items are "non existent" and I do not know how to ask &

Re: Is Org really so simple?

2020-11-26 Thread Dr. Arne Babenhauserheide
Ihor Radchenko writes: >> Only philosophy I know is that it is plain text. Is there any official >> philosophy? I have no idea, at least manual does not give me >> references. I cannot find "philosophy", send me references. > > You are right. There is no official "philosophy" in org. In my

Re: Changed list indentation behavior: how to revert?

2020-11-15 Thread Dr. Arne Babenhauserheide
Kévin Le Gouguec writes: > Before being applied, this change has been discussed on emacs-devel and > emacs-orgmode; it has then been documented in ORG-NEWS. Which other > places do you think we should have reached out to? I don’t think you really had a chance to reach enough people. I’m here

Re: Changed list indentation behavior: how to revert?

2020-11-15 Thread Dr. Arne Babenhauserheide
Kyle Meyer writes: > So, it seems that changing Org to honor electric-indent-mode is now > making some users aware of org-adapt-indentation and that its default > value is not what they want. I’ve seen before that increasing the depth of a headline with M-→ indents all its content. That was

Re: Changed list indentation behavior: how to revert?

2020-11-16 Thread Dr. Arne Babenhauserheide
Tim Cross writes: > I can completely understand your position. However, I wanted to point > out that this change was documented in the org NEWS file, where all > version changes are documented. When upgrading to a new version of org, > everyone should look there, ideally before the upgrade or

Re: Changed list indentation behavior: how to revert?

2020-11-16 Thread Dr. Arne Babenhauserheide
Uwe Brauer writes: >> PS: I started to donate to org-mode a few weeks ago when I realized just >> how central it is to my workflows. If it’s the same for you, please >> join up: https://liberapay.com/bzg >> Creating reliable funding for development of essential Free Software >>

Re: Changed list indentation behavior: how to revert?

2020-11-16 Thread Dr. Arne Babenhauserheide
Tim Cross writes: > At the same time, us users also need to take on some of the > responsibility and recognise that major version upgrades may break or > change their workflow. If you have a situation where stability of your > environment is critical to your work and your strapped for time so

Re: Changed list indentation behavior: how to revert?

2020-11-16 Thread Dr. Arne Babenhauserheide
Tim Cross writes: > There are only two mechanisms by which org-mode is upgraded and as far > as I know, both require that the user either initiates the update or > turns on automatic updates. Your argument would be more compelling for > me if we were talking about updates which occur without

Re: Changed list indentation behavior: how to revert?

2020-11-16 Thread Dr. Arne Babenhauserheide
Tom Gillespie writes: > Would it help if major releases maintained a mini-config that if added > to init.el would allow users to retain old behavior? That way they > wouldn't have to read the NEWS but could just add the relevant lines, > or maybe even just call the org-old-default-behavior-9.1

Re: Changed list indentation behavior: how to revert?

2020-11-16 Thread Dr. Arne Babenhauserheide
Tom Gillespie writes: > with upstream, but it is clear that upstream has done zero testing on > the impact of that change on org-mode (or any other mode for that matter). I think this statement is too hard. If you use org purely for the example usecase (headings with a single content-line) and

Re: Changed list indentation behavior: how to revert?

2020-11-17 Thread Dr. Arne Babenhauserheide
Stefan Nobis writes: > "Dr. Arne Babenhauserheide" writes: > >> Sad story short:... > > I'm with you - last weekend I upgrade my OS and had quite some trouble > to get everything working again and still have some nasty hoops to > jump through. > >

Re: One vs many directories

2020-11-21 Thread Dr. Arne Babenhauserheide
Jean Louis writes: > When there are more than 2000 people related notes, tasks, > calculations, questions arise if such better be kept in one Org file > or multiple Org files in one directory or multiple directories for > multiple Org files?! This came up multiple times in discussions. I think

Re: Changed list indentation behavior: how to revert?

2020-11-15 Thread Dr. Arne Babenhauserheide
David Rogers writes: >> Common indenting in Org mode is: >> >> * Heading >> Text >> ** Heading >> Text >> *** Heading text >> Text >> Heading >> Text here >> * Heading >> Text >> ** Heading >> Text >> >> AND if somebody likes to indent differently electric indent mode >> would

Re: Thoughts on the standardization of Org

2020-10-31 Thread Dr. Arne Babenhauserheide
Asa Zeren writes: > I would appreciate thoughts on these ideas about how to develop and > org specification. The most important point I see here is to avoid hindering the development of org-mode within Emacs. So the most important part of the standard would be areas it doesn’t standardize:

Re: Thoughts on the standardization of Org

2020-11-01 Thread Dr. Arne Babenhauserheide
Asa Zeren writes: > Also another note is that the worg syntax document does begin to specify > this. My point is to bring this out into a separate document. Why should this be in a separate document? The obvious place for a standard is worg, and the way forward is to improve what’s there. Best

Re: Thoughts on the standardization of Org

2020-11-01 Thread Dr. Arne Babenhauserheide
> see discussion on Mauro's thread about > the fact that it is probably just easier to use Emacs directly if you > need to export > to a certain format in a specific way. It is free software after all. I would like to add, that this is pretty easy to do, and also to make independent of the users

Re: Thoughts on the standardization of Org

2020-11-01 Thread Dr. Arne Babenhauserheide
Daniele Nicolodi writes: > Maybe the standardization should cover only the "static" parts of Org > (ie no table formulas, no babel, no agenda, no exporters, etc). However, > in this case, what is left is little more of a markup language with an > editor that allows sections folding. You can have

Re: Thoughts on the standardization of Org

2020-11-02 Thread Dr. Arne Babenhauserheide
Russell Adams writes: > On Sun, Nov 01, 2020 at 05:17:19PM -0800, Ken Mankoff wrote: >> >> To all who argue that Org is too tightly coupled to Emacs to >> consider working with it outside of Emacs, I point to GitHub. The >> fact that GitHub natively renders Org files "well enough" is a huge >>

Re: Thoughts on the standardization of Org

2020-11-02 Thread Dr. Arne Babenhauserheide
Daniele Nicolodi writes: > On 02/11/2020 00:10, Dr. Arne Babenhauserheide wrote: >> >> Daniele Nicolodi writes: >>> Maybe the standardization should cover only the "static" parts of Org >>> (ie no table formulas, no babel, no agenda, no exporters, et

Re: [PATCH] ob-java, a proposal on import improvement

2021-01-08 Thread Dr. Arne Babenhauserheide
John Herrlin writes: > I would like to combine imports from header-args with imports from a > source block. > > Here is an example: > > * RxJava > :PROPERTIES: > :header-args: :dir src :results output code > :header-args:java: :cmdline -classpath ./rxjava-1.3.8.jar:src:. :cmpflag >

Re: Why are (UU)IDs limited to the headline level?

2021-01-18 Thread Dr. Arne Babenhauserheide
aroz...@gmail.com writes: > I'm just getting into Emacs/Org-Mode. It's clearly an amazing system and > the linking via UUID is very useful. My question is: why is linking by UUID > (and, more generally, the creation of properties drawers) limited to > headlines, and not to sub-elements like list

Re: accounting

2021-01-04 Thread Dr. Arne Babenhauserheide
Uwe Brauer writes: > https://orgmode.org/worg/org-contrib/babel/languages/ob-doc-ledger.html > > Points out how to use ledger within org mode. > > Is there any simpler solution? Do you mean simpler accounting in org-mode, or do you mean simpler ledger-integration? You can always tangle your

Re: literate programming, development log -- ideas?

2021-06-07 Thread Dr. Arne Babenhauserheide
Greg Minshall writes: > but i also feel a need for something that might be called a lab > notebook, a development log, of ideas, including dead ends, i pursue > during the development process, with links, etc.. but, i'm not really > sure how to structure this bit, how to integrate it in the

Re: literate programming, development log -- ideas?

2021-06-07 Thread Dr. Arne Babenhauserheide
briangpowell writes: > * Donald Knuth created much for us, including TeX and a Literate > Programming system called CWeb which helped to make C code documented in > what he envisioned for Literate Programming > > ** A more generalized system that is based on CWeb is NoWeb--useful not > just for

Re: literate programming, development log -- ideas? (ominbus reply)

2021-06-09 Thread Dr. Arne Babenhauserheide
Eric S Fraga writes: >> Not sure if it counts as off-topic for this thread, but does everyone >> use Git to manage their Org docs and notes? > > I use a variety of version control systems but for multiple computers I > use unison to keep them all synchronised. I use Mercurial for all my

Re: The fate of ditaa.jar (9.4.5.)

2021-05-13 Thread Dr. Arne Babenhauserheide
Arthur Miller writes: > Jarmo Hurri writes: > >> Greetings. >> >> "Dr. Arne Babenhauserheide" writes: >> >>> Arthur Miller writes: >>> >>>> By the way, how difficult is to download one file from the internet >&g

Re: The fate of ditaa.jar (9.4.5.)

2021-05-12 Thread Dr. Arne Babenhauserheide
Arthur Miller writes: > I don't think that would be the case. Java is considered unsafe software > so I wouldn't rely on older versions being pre-installed and avialable > everywhere. Java is not considered unsafe software — not any more than any interpreted language. What’s unsafe are Java

Re: The fate of ditaa.jar (9.4.5.)

2021-05-11 Thread Dr. Arne Babenhauserheide
Tim Cross writes: > I agree. As pointed out already, just bundling the jar file is not > sufficient as you need a java runtime as well. Java is available in my distribution, ditaa is not. Removing ditaa from org means that I have to do manual installation and configuration, while with ditaa

Re: The fate of ditaa.jar (9.4.5.)

2021-05-13 Thread Dr. Arne Babenhauserheide
Arthur Miller writes: > Exactly, so it is enough to just download a single file and point your > org to it with one `setq' in your init file. So it does not need a > pacakge managmenet on os level. Package management is how users should install software. Otherwise you quickly reach the point

Re: orgbabel with fortran code

2021-05-05 Thread Dr. Arne Babenhauserheide
pie...@caramail.com writes: > Have seen yon also use ob-latex. Have tried to display equations but was not > successful. I would be grateful with some help on that Arne. Where did you try to use ob-latex? I mainly use latex-export (and quite a large amount of it). Best wishes, Arne --

Re: orgbabel with fortran code

2021-05-05 Thread Dr. Arne Babenhauserheide
pie...@caramail.com writes: > Have you got exomples with fortran code yourself? I would like to scrutinise > them. I have this, but I no longer know whether it actually executes fortran inline or only tangles it: https://www.draketo.de/files/2017-04-10-Mo-fortran-commandline-tool.org

Re: The fate of ditaa.jar (9.4.5.)

2021-05-11 Thread Dr. Arne Babenhauserheide
Arthur Miller writes: > Christopher Dimech writes: > >> If org-mode wants to support ditaa, it is a requirement to inform the user >> how to >> get the software and install it. Moving into into a separate repository >> without >> appropriately telling the user introduces the problem that

Re: The fate of ditaa.jar (9.4.5.)

2021-05-10 Thread Dr. Arne Babenhauserheide
Russell Adams writes: > On Mon, May 10, 2021 at 02:28:57PM +0300, Jarmo Hurri wrote: >> I pulled the latest master and noticed that contrib has been moved into >> a separate repository. I also cloned this contrib repository, but can >> not find the file >> >> scripts/ditaa.jar >> >> in the

Re: suggestion to change default org-latex-pdf-process to latexmk

2021-06-02 Thread Dr. Arne Babenhauserheide
Scott Randby writes: > On 6/2/21 8:07 AM, Bruce D'Arcus wrote: >> On Wed, Jun 2, 2021 at 4:28 AM Tim Cross wrote: >> >>> The more I think about it, I think the best solution would be to update >>> the code which sets the default and have it check for latexmk. If it is >>> found, set it as the

Re: suggestion to change default org-latex-pdf-process to latexmk

2021-06-04 Thread Dr. Arne Babenhauserheide
Tim Cross writes: > Scott Randby writes: > >> On 6/2/21 8:07 AM, Bruce D'Arcus wrote: >>> On Wed, Jun 2, 2021 at 4:28 AM Tim Cross wrote: >>> The more I think about it, I think the best solution would be to update the code which sets the default and have it check for latexmk. If it

Re: orgbabel with fortran code

2021-05-05 Thread Dr. Arne Babenhauserheide
pie...@caramail.com writes: > Have been looking to find some examples on using orgbabel with fortran code > but have not found information. Fortran is listed as supported on https://orgmode.org/worg/org-contrib/babel/languages/index.html so I would hope that the standard tipps there apply.

Re: Multiple calc commands with orgbabel

2021-05-05 Thread Dr. Arne Babenhauserheide
pie...@caramail.com writes: > Have been trying to execute multiple calc commands, but when I evaluate the > calc > expressions, I get just one result. could you try the header :results output? Best wishes, Arne -- Unpolitisch sein heißt politisch sein ohne es zu merken signature.asc

Re: Moving some lisp/ob-*.el files to org-contrib - your advice?

2021-05-04 Thread Dr. Arne Babenhauserheide
Bastien writes: > Less code is less bug and less maintainance. So I'm considering > moving these files to the new (unmaintained) org-contrib repo at > https://git.sr.ht/~bzg/org-contrib: > > - ob-ditaa.el --- Babel Functions for ditaa This is well-established, and once I have my paperwork in

Re: Moving some lisp/ob-*.el files to org-contrib - your advice?

2021-05-04 Thread Dr. Arne Babenhauserheide
Victor A. Stoichita writes: > Le 03 May 2021, Bastien a écrit : >> I suggest a criterium for keeping ob*.el files in Org could be that >> the extension is known by Emacs _or_ that the supported language is >> well-established. > > I happen to be an active user of ob-lilypond. Lilypond is

Re: [POLL] Setting `org-adapt-indentation' to nil by default?

2021-05-03 Thread Dr. Arne Babenhauserheide
Amin Bandali writes: > Bastien writes: > >> Various discussions convinced me that `org-adapt-indentation' should >> be nil by default. >> >> With `electric-indent-mode' being activated by default in Emacs, the >> current behavior is that RET after a headline moves the point below >> the

Re: Choosing a LaTeX Compiler (my predilection for LuaTeX)

2021-04-05 Thread Dr. Arne Babenhauserheide
Juan Manuel Macías writes: > would dare to say the following: unless you want to maintain some > backward compatibility with old documents, I highly recommend using > LuaTeX or XeTeX, especially LuaTeX. Although pdfTeX is very popular > among average or veterans LaTeX users, I think using it

Re: First steps exporting to tex

2021-04-03 Thread Dr. Arne Babenhauserheide
Hi Ypo, Ypo writes: > After reading your interesting advices, I've decided to start my path > through LaTeX. I have been some hours trying to start, with little > result, but I hope that once established a *workflow* the results will > come and the new invested time will be directed just to

Re: Using backticks for the inline code delimeter?

2021-03-31 Thread Dr. Arne Babenhauserheide
George Mauer writes: > - lists with dashes, org supports that just fine or stars (not possible with org) or plus (in org). > *bold text* with stars, again org already does this Note that this does not match markdown: Markdown uses *emphasis* and **strong**. > `backtick code`, org doesn't

Re: How to jump from one spelling mistake to the next?

2021-03-20 Thread Dr. Arne Babenhauserheide
Kyle Meyer writes: > Sharon Kimble writes: > >> When I'm writing in org-mode I very often make spelling mistakes which I >> can go back to later to correct. So how can I jump from one mistake to >> the next please? > > If you have Flyspell mode enabled in the buffer, > flyspell-goto-next-error

Bug: ox-rss encodes Fußnoten in German with which is illegal for xml [9.4.4 ( @ /home/arne/.guix-profile/share/emacs/site-lisp/)]

2021-03-07 Thread Dr. Arne Babenhauserheide
ot;http://purl.org/rss/1.0/modules/slash/; xmlns:georss="http://www.georss.org/georss; xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#; xmlns:media="http://search.yahoo.com/mrss/;> de Sun, 07 Mar 2021 12:42:58 +0100 Sun, 07 Mar 2021

Re: Org as a book publisher

2021-03-07 Thread Dr. Arne Babenhauserheide
Hi Juan, I’ve been going that route for a few years now, and I setup an autotools pipeline with all the little tweaks and hacks I needed to make everything work well together. I’m using LaTeX (pdflatex), scribus, calibre and imagemagick to publish a roleplaying book with charactersheet, Maybe

Re: printing org table landscape on complete page

2021-02-28 Thread Dr. Arne Babenhauserheide
Andrés Ramírez writes: > I want to print from emacs an org-table like this one: … > on landscape on the content should enlarge to cover the full-page. > > Any ideas? You can use a sidewaystable. See https://hg.sr.ht/~arnebab/ews/browse/Hauptdokument/ews30/ews.org?rev=53c7c0e46c10#L3535 Best

Re: contact management in emacs

2021-02-27 Thread Dr. Arne Babenhauserheide
Martin Steffen writes: > I use bbdb (big-brother data base). I use it since a looong time > already, and amassed 15000 or so contracts. It does what I want, it's > text-based, so versioning is not a problem. And it is fast; lookup feels instantaneous — different from many other address-manager

Re: Is it possible to #+include: src blocks and tangle them too?

2021-04-13 Thread Dr. Arne Babenhauserheide
Nicolas Goaziou writes: > Hello, > > Ramachandran Lakshmanan writes: > >> I have been wanting to include a number of small Common Lisp snippets in >> individual files which I then include into a "master" .org file using: >> >> #+include: "snippet.org" src lisp >> >> Within snippet.org I have a

Re: ox-html Incorrectly (?) Puts HTML Into the `` Tag

2021-04-21 Thread Dr. Arne Babenhauserheide
Jens Lechtenboerger writes: > On 2021-04-20, Tim Visher wrote: > >> I guess regardless it sounds like if I were to go to the trouble of making >> a patch for this it would be good to make sure that it was behind an option >> and probably defaulting to the current HEAD behavior of including the

Re: Repository of Org files with important dates?

2021-04-15 Thread Dr. Arne Babenhauserheide
Hi, Rodrigo Morales writes: > Do any of you know whether there is a repository that contain Org files > whose main purpose is to list important dates of a given context > (specific countries, areas such as technology, biology, mathematics, > computer science, etc.)? You can use the diary for

Re: Is it possible to #+include: src blocks and tangle them too?

2021-04-14 Thread Dr. Arne Babenhauserheide
Rama writes: > Ultimately I have just decided that I will develop my code as normal and then > finally just copy and paste it into orgmode especially since now we can > select a region and and create a source block around it. Do you know M-x insert-file? That could simplify your workfloww a

Bug: linking to <> requests tags table [9.4.4 ( @ /home/arne/.guix-profile/share/emacs/site-lisp/)]

2021-02-16 Thread Dr. Arne Babenhauserheide
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: linking to <> requests tags table [9.4.4 ( @ /home/arne/.guix-profile/share/emacs/site-lisp/)]

2021-02-17 Thread Dr. Arne Babenhauserheide
Nick Dokos writes: > "Dr. Arne Babenhauserheide" writes: > >> >> Following the manual at Hyperlinks Node: Internal Links >> >> 1. one item >> 2. <>another item >> Here we refer to item [[target]]. >> >> A

Maintaining babel packages — a list of packages that need help?

2021-04-21 Thread Dr. Arne Babenhauserheide
Timothy writes: > As far as I know the only call for help maintaining Org has been with > babel packages. Otherwise you would have seen me volunteering :P I'd > like to do more if I get the opportunity. I’m currently in the process of enabling myself to contribute. Do we have a list of

Re: Build agenda asynchronously

2021-08-17 Thread Dr. Arne Babenhauserheide
Tim Cross writes: > Emacs' support for asynchronous operations is at best primitive. There > is built-in support for calling processes asynchonously and > there is some other development work to set the stage for adding threads, > but I think general asynchronous processing inside Emacs is a

Re: How to use Org with Python as an IDE?

2021-09-06 Thread Dr. Arne Babenhauserheide
ed...@openmail.cc writes: > I am very sorry for wasting your precious time. This was very simple It’s the finding that’s hard, not the setup. > 1. Install (some are optional) python-language-server > jedi-language-server bash-language-server python-pylint > python-pydocstyle ccls

Bug: PDF Export of Link fails [9.4.6 (9.4.6-gab9f2a @ /gnu/store/2pny4z6mbi2aybgzzxz0yrzkds7hbpmq-emacs-org-9.4.6/share/emacs/site-lisp/org-9.4.6/)]

2021-09-02 Thread Dr. Arne Babenhauserheide
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.

Bug: font-lock error with - in code-mode [9.4.6 (9.4.6-gab9f2a @ /gnu/store/2pny4z6mbi2aybgzzxz0yrzkds7hbpmq-emacs-org-9.4.6/share/emacs/site-lisp/org-9.4.6/)]

2021-09-05 Thread Dr. Arne Babenhauserheide
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: Library of Babel usage of other programming languages than elisp

2021-08-09 Thread Dr. Arne Babenhauserheide
Zelphir Kaltstahl writes: > I have repeatedly tried to use another programming language than elisp for > writing source blocks in org-mode, which I intended to use as functions inside > org-mode spreadsheets. So far without success. I’m using scheme in org-mode during export (though not it

Re: 9.5: coping with loss of ditaa.jar

2021-10-03 Thread Dr. Arne Babenhauserheide
Max Nikulin writes: > On 03/10/2021 11:25, Jarmo Hurri wrote: >> I use ditaa with org on a regular basis. Now that ditaa.jar is out >> of >> org 9.5, I need to cope with the situtation. >> I see two options, and neither was successful today. This is sort of >> what I was afraid of when I voted

Re: [BUG] 9.5.1 cannot export specific table [9.5 (9.5-g0a86ad @ /gnu/store/qhqhlclxnqsxazs88wrmqz2vi5abcgm0-emacs-org-9.5/share/emacs/site-lisp/org-9.5/)]

2021-12-26 Thread Dr. Arne Babenhauserheide
"Dr. Arne Babenhauserheide" writes: > Ihor Radchenko writes: >> "Dr. Arne Babenhauserheide" writes: >>> In org 9.5.1 I get problems exporting a table. Trying to export >>> https://hg.sr.ht/~arnebab/draketo/browse/politik/gnu-linux-desktop-share.o

Re: [BUG] 9.5.1 cannot export specific table [9.5 (9.5-g0a86ad @ /gnu/store/qhqhlclxnqsxazs88wrmqz2vi5abcgm0-emacs-org-9.5/share/emacs/site-lisp/org-9.5/)]

2021-12-20 Thread Dr. Arne Babenhauserheide
Ihor Radchenko writes: > "Dr. Arne Babenhauserheide" writes: >> In org 9.5.1 I get problems exporting a table. Trying to export >> https://hg.sr.ht/~arnebab/draketo/browse/politik/gnu-linux-desktop-share.org >> as ascii or running the embedded gnuplot source bloc

[BUG] 9.5.1 cannot export specific table [9.5 (9.5-g0a86ad @ /gnu/store/qhqhlclxnqsxazs88wrmqz2vi5abcgm0-emacs-org-9.5/share/emacs/site-lisp/org-9.5/)]

2021-12-20 Thread Dr. Arne Babenhauserheide
ascii-table-use-ascii-art nil :ascii-table-widen-columns t :ascii-text-width 72 :ascii-underline ((ascii 61 126 45) (latin1 61 126 45) (utf-8 9552 9472 9548 9476 9480)) :ascii-verbatim-format "`%s'" :title nil :date nil :author (#("Dr. Arne Babenhauserheide" 0 25 (:pa

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

2021-11-28 Thread Dr. Arne Babenhauserheide
Juan Manuel Macías writes: > Joost Kremers writes: > >> Why not just use the term "Org markup"? It's descriptive and should be >> understandable to people familiar with the concept of markup languages. > > This. 'Org markup language' and 'Org Syntax' are obvious and natural > terms that can

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

2021-12-08 Thread Dr. Arne Babenhauserheide
Russell Adams writes: > On Wed, Dec 08, 2021 at 05:16:20PM +0100, Dr. Arne Babenhauserheide wrote: >> >> Tim Cross writes: >> >> > Backwards compatibility is important and changes should never be done >> > lightly. However, that doesn't mean they don't o

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

2021-12-08 Thread Dr. Arne Babenhauserheide
Tim Cross writes: > Ihor Radchenko writes: > >> Tim Cross writes: >> >>> Meanwhile, Emacs development continues and new features/capabilities >>> continue to be added. In particular, a new feature is added which is >>> extremely powerful and would be a huge benefit for Emacs org-mode users.

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

2021-12-09 Thread Dr. Arne Babenhauserheide
Russell Adams writes: > Did Org break your Org editing experience in Emacs for your Org files, > or did this change just break some of the finer formatting details of > your exported Org file? The change to electric indent broke my workflow badly (always having to undo the indentation after

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

2021-12-10 Thread Dr. Arne Babenhauserheide
Tim Cross writes: > "Dr. Arne Babenhauserheide" writes: >> The change to electric indent broke my workflow badly (always having to >> undo the indentation after every new headline), and it took long until I >> found out how to avoid that. > environment. While

Re: frustrations

2021-12-03 Thread Dr. Arne Babenhauserheide
Jan Ulrich Hasecke writes: > There are some more issues. Startup time of my emacs is more than 30 > seconds even after optimizing something with esup. I have 10.000+ files > in my org-roam and fear that I hit some limitation either of org-roam or > my hardware. I use use-package with the

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

2021-12-09 Thread Dr. Arne Babenhauserheide
Tim Cross writes: > What really doesn't help is to immediately jump to extremes and start > talking about making something volatile just because change is > mentioned. I am wording this so strongly because we currently have talk about creating more abstract org syntax. This is the situation

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

2021-12-09 Thread Dr. Arne Babenhauserheide
Tim Cross writes: > Russell Adams writes: >> That Org can also be used to export to other formats is both a >> blessing and a curse. Org can only do high level constructs in the >> languages it exports to, and really should only be expected to do just >> that. It's a paper thin macro or

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

2021-11-30 Thread Dr. Arne Babenhauserheide
Karl Voit writes: > * 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 syntax. Which is

Re: noweb and shell heredocs

2021-11-30 Thread Dr. Arne Babenhauserheide
Immanuel Litzroth writes: > You can set the delimiters used for noweb code. > org-babel-noweb-wrap-end and org-babel-noweb-wrap-end. > > I think I set them to @@ in shell code. I almost always use {{{...}}} via a footer in my org-files: # Local Variables: # org-babel-noweb-wrap-start: "{{{" #

Re: How do you manage complex project with Org-mode

2022-03-01 Thread Dr. Arne Babenhauserheide
Hello Seb, It sounds like org-mode can be a great fit. Sébastien Gendre writes: > But, as a student, I regularly have big and important projects to do for > the school. The kind of project who need several days to be done, with > deadlines too soon, and if you fail one them the consequences can

Re: LaTeX letters in Org

2022-02-18 Thread Dr. Arne Babenhauserheide
Michael Eliachevitch writes: > For this kind of short writing I'm always wondering whether doing it > in org-mode is really worth it. I see a trade-of between the > convenience of org-markup (e.g. emphasis markers, itemize lists, > links, …), and the inconvience of adding literal latex to

[BUG] Exporting italic link with bang inside to html fails to parse the link [9.5.2 (N/A @ /gnu/store/89yvbijwnvsbpa5h33mvbgh1gy9w30n2-emacs-org-9.5.2/share/emacs/site-lisp/org-9.5.2/)]

2022-04-05 Thread Dr. Arne Babenhauserheide
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: [ANM] org-timeblock: Schedule your day visually, using timeblocking technique inside Emacs

2023-08-30 Thread Dr. Arne Babenhauserheide
Ilya Chernyshov writes: > I don't understand why I need latex for this. Today I added command > org-timeblock-write (bound to [w]) which you can use now to write > org-timeblock buffer to SVG|PDF|PNG file. However, inkscape has to be > installed in your system. That’s just for print-quality,

Re: [ANM] org-timeblock: Schedule your day visually, using timeblocking technique inside Emacs

2023-09-02 Thread Dr. Arne Babenhauserheide
Ilya Chernyshov writes: > Recently, I implemented multi-day views feature for org-timeblock. You > can now choose the number of days (1-7) displayed via command > org-timeblock-switch-view. Here's a screenshot: > >

Re: [DISCUSSION] May we recognize everything like [[protocol:uri]] as a non-fuzzy link? (was: [BUG] URI handling is overly complicated and nonstandard [9.6.7 (N/A @ /gnu/store/mg7223g8mw90lccp6mm5g6f3

2023-09-01 Thread Dr. Arne Babenhauserheide
Ihor Radchenko writes: > In theory, we might change the parser to treat anything like foo:bar or > or [[foo:bar]] as a link with "foo" protocol and "bar" URI. > And introduce [[::fig:something]] to allow explicit internal links. > But, despite simplifying the parser, it will certainly be a

Re: [DISCUSSION] May we recognize everything like [[protocol:uri]] as a non-fuzzy link? (was: [BUG] URI handling is overly complicated and nonstandard [9.6.7 (N/A @ /gnu/store/mg7223g8mw90lccp6mm5g6f3

2023-09-01 Thread Dr. Arne Babenhauserheide
Ihor Radchenko writes: > "Dr. Arne Babenhauserheide" writes: > >>> Any thoughts? >> >> Thinking about the effort I’d have to fix all internal links in all >> org-documents I have (dozens of large ones and hundreds of small ones) I >> don

[BUG] PRIORITIES does not accept multi-byte unicode characters [9.6.9 (N/A @ /gnu/store/3rxpvdkn907pb1ccm2yl3ffyaz02k7d1-emacs-org-9.6.9/share/emacs/site-lisp/org-9.6.9/)]

2023-09-12 Thread Dr. Arne Babenhauserheide
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.

  1   2   >