Re: [FR] Allow to #+include files verbatim without any processing (was: Have export treat file: paths in INCLUDED file relative to the INCLUDING file's dir)

2023-04-03 Thread Samuel Wales
off topic, but is it possible to leverage such a default into being able to include a paragraph [or a section] from the current file? istr this required specifying both dir [fixed with this default] and the file basename. here are some of the things i tried. bad syntax no doubt. # #+include:

[BUG] Org-9.6.x org templates hang on 'clipboard pasted as level 2 subtree'...

2023-04-03 Thread Carlo Tambuatco
This is a bug that started with org-9.6, and has persisted up until now. I have stayed with org-9.5.5 waiting until this is resolved, but it has not as of yet. What happens is, for certain org templates that I run, the buffer simply freezes and displays a message: clipboard pasted as level 2

Re: [BUG] No font lock in src blocks for shells in org-babel-shell-names (was Re: Font lock for org-babel shell scripts?)

2023-04-03 Thread Derek Chen-Becker
I fiddled around a little bit this weekend and confirmed that this (sloppy) code makes highlighting work for all shell types that sh-script supports: ;;A quick hack to try and support more shells syntax highlight in org babel (require 'sh-script) (require 'ob-shell) (let ((shells (seq-filter

Re: A dream?

2023-04-03 Thread Martin Steffen
Hi, I also do some teaching, different courses, in earlier times lab courses/project work, recently a quite large bachelor level course. Some of the courses (like the ones mentioned) require keeping track of many, many details (from my side), including administrational, organizational stuff,

Re: A dream?

2023-04-03 Thread George Mauer
Emacs is a complex tool that itself can take a semester or more to get productive in. I know I myself tried for years to move to it and was only able to after learning vim bindings pretty well, and starting to use Spacemacs. Forcing students to use emacs, much less org - especially in this day and

Re: A dream?

2023-04-03 Thread indieterminacy
On 03-04-2023 15:52, Marko Schuetz-Schmuck wrote: Dear All, I teach some software engineering courses and in each of them students work on semester-long projects in teams. So far, have let them choose their own tools for all the tasks (implementation language, documentation tools, etc.).

Re: A dream?

2023-04-03 Thread Rob Sargent
On 4/3/23 07:52, Marko Schuetz-Schmuck wrote: Dear All, I teach some software engineering courses and in each of them students work on semester-long projects in teams. So far, have let them choose their own tools for all the tasks (implementation language, documentation tools, etc.).

A dream?

2023-04-03 Thread Marko Schuetz-Schmuck
Dear All, I teach some software engineering courses and in each of them students work on semester-long projects in teams. So far, have let them choose their own tools for all the tasks (implementation language, documentation tools, etc.). Personally, I have been using org-mode for what feels like

Re: Noweb Function's body without evaluation

2023-04-03 Thread suarezmiguelc
Wow, works!, thank you very much. Now, I have a more specific example. #+name: initSSH #+begin_src shell :var connection=“admin@10.0.3.200" :noweb yes ssh -t miguel@172.28.3.249 "sudo -u admin ssh -t $connection 'sudo su'" #+end_src #+name: getClientInstanceNameNew #+begin_src shell :session

Re: [FR] Allow to #+include files verbatim without any processing (was: Have export treat file: paths in INCLUDED file relative to the INCLUDING file's dir)

2023-04-03 Thread Ihor Radchenko
gnu...@pm.me writes: > Hi Ihor, > Thanks for your reply and clarification on what Timothy meant. > > 1. Is there a general workaround that could be used as of now? Nothing great. You may have to use a custom macro, but you will then miss auto adjustment of heading levels and other #+INCLUDE

Re: [BUG] Agenda not sorting by priority THEN todo state (todo state ignored) [9.6.1 (9.6.1-??-fe92a3c @ /Users/polofsson/.emacs.d/.local/straight/build-28.2/org/)]

2023-04-03 Thread Ihor Radchenko
Samuel Wales writes: > i was not intending to talk about that xkcd. there has been confusion > about 2 definitions of priority, and your urgent will likely help. if > the docs referred to priority cookies, your argument is good. i did > not think every reference did incl code. Well. I am

[PATCH v3] Add compat.el support to Org (was: [POLL] Use compat.el in Org? (was: Useful package? Compat.el))

2023-04-03 Thread Ihor Radchenko
Ihor Radchenko writes: >> It would be easier to review if this patch was split into 2 parts: >> - add compat.el dependency (unused) >> - replace functions to ones from compat.el > > Sure, but after spending half an hour trying to decouple this part, I > gave up and decided to leave it as is. And

Re: Bug report for ox-icalendar: newlines should be CRLF

2023-04-03 Thread Stephen J. Eglen
> Ihor Radchenko writes: > >> Sorry for the late reply. >> >> Do I understand correctly that all the ical lines must use \r\n? [1] > > Following up here that I have pushed a fix for the EOL issue in > ox-icalendar: > >

Re: Bug: code block not evaluated during export when placed in SETUPFILE [9.4 (9.4-elpa @ /home/bruno/.emacs.d/elpa/org-9.4/)]

2023-04-03 Thread Bruno BEAUFILS
Le 02/04/2023 à 15:58, Ihor Radchenko a écrit : Ihor Radchenko writes: #+SETUPFILE is only parsed for export settings. It is not actually included. I admit that the wording may be confusing. To actually include the document, use #+INCLUDE. I tried to clarify the manual section in the

Re: Slightly OT

2023-04-03 Thread Henrik Frisk
> >> Check your org-ctrl-c-ctrl-c-hook >> >> >> >> I don't have it defined, but maybe you mean to do something else? >> Calling >> > org-set-tags gives the same result as dos C-c C-q. >> >> Then, `org-after-tags-change-hook'. >> >> More generally, you can M-x toggle-debug-on-error to see more