From 296da969636ed831624de5eca60ceed65c9f8049 Mon Sep 17 00:00:00 2001 From: Karl Voit Date: Sat, 6 Jun 2020 15:33:15 +0200 Subject: [PATCH] Integration.org: test fix for GitHub display issue --- Integration.org | 19 +++++++++++-------- 1 file changed, 11 insertions(+), 8 deletions(-) diff --git a/Integration.org b/Integration.org index 0d1e0f8..b8c4f02 100644 --- a/Integration.org +++ b/Integration.org @@ -26,14 +26,17 @@ is not straight forward is the need for a wrapper script. The wrapper script does provide a shell window for entering the tags. ~vk-filetags-interactive-adding-wrapper-with-gnome-terminal.sh~ looks like: -: #!/bin/sh -: -: /usr/bin/gnome-terminal \ -: --geometry=73x5+330+5 \ -: --hide-menubar \ -: -x /home/vk/src/filetags/filetags/__init__.py --interactive "${@}" -: -: #end + +#+BEGIN_SRC sh +#!/bin/sh + +/usr/bin/gnome-terminal \ + --geometry=73x5+330+5 \ + --hide-menubar \ + -x /home/vk/src/filetags/filetags/__init__.py --interactive "${@}" + +#end +#+END_SRC ~vk-filetags-interactive-removing-wrapper-with-gnome-terminal.sh~ looks like: