Re: self-referencing babel shell code blocks

2021-01-17 Thread HJ
Dear Mr Kitchin,   you are a genius !!    A BIG THANK YOU!!!   Wow. I couldn't imagine someone might be able to do this so quickly and perfectly. Wow.    thank you so much     HJ PS: Now I'm off to figure out how to invoke emacs to tell it to open up the window and show this file

self-referencing babel shell code blocks

2021-01-17 Thread HJ
s a million for helping me out here ...    HJ This is the sample file : * heading L1_12 Hello and welcome, this is a file with self-referencing shell babel source code blocks ... ** heading L2_37 ... #+NAME: block220 #+BEGIN_SRC bash :session sess9 : command 0 ; cd _how-do-I-find-the

temporary inclusion of a read-only file / inline element into orgmode buffer

2021-01-06 Thread HJ
6 or something to indicate that I am willing to pay (money, time, memory resources) to have the inline item displayer?   Any ideas or pointers please?    Thank you!!    - HJ PS: I dare not ask whether such dynamic  inclusion / exclusion could be performed on a read-write file as well, but if

Re: advanced search for patterns [SOLVED]

2021-01-06 Thread HJ
 Yes Samuel! This does work! Thank you! ( Although I haven't figured out yet which variable(s) you might be referring to ... )  - HJ On 1/4/21 11:38 PM, Samuel Wales wrote: correction: *{pat1} {pat2} {pat3} -{pat4} should do the trick iiuc and if you have the varialbe setc.

advanced search for patterns

2021-01-04 Thread hj-orgmode-1
quot;search all headings for pattern1" in all files, then filter the results by pattern2, then filter the results by pattern3 ?? How? Someone surely must have done this before ...    thx!!     HJ

typos in doc.org

2020-11-12 Thread hj-orgmode-1
https://www.orgmode.org/worg/sources/doc.org : availables -> available ,  uesr -> user : 24c24 <  over availables options will open the custom interface, which --- >  over available options will open the custom interface, which 27c27 < These are the main "internals" that the uesr may

Re: Shower thought: submit an IETF RFC to register Org as a MIME type

2020-09-17 Thread hj-orgmode-1
 I do not have much insight into all the possible outcomes (i.e. I am clueless about such outcomes) except one outcome - orgmode MIME type gets registered.  I think it would serve well the proliferation and popularization of org-mode. I.e. I do not see any negatives, only positives. After

a catastrophic orgmode issue - a definite show stopper, put on your tin hats

2020-09-06 Thread hj-orgmode-1
=== The alien abduction of Bastien === Just in: The relentless activity - plethora of unstoppable emails - on the orgmode mailing list under the name "Bastien" is a clear proof that the impostor doesn't sleep and that it doesn't eat. It's a robot that just hammers and hammers at the

documentation feature: typical .org files as starting points along with screencasts

2020-09-04 Thread hj-orgmode-1
 Hello,  First of all, orgmode rocks!   I am trying to work with with orgmode  for a few months now, and I feel like I am still only scratching the surface. I've read the manual, and the online docs, yet fully functional access to some features eludes me still.   I would find it

Re: [SOLVED] Q: placement of initialization for org-time-stamp-formats

2020-07-06 Thread hj-orgmode-1
On 7/3/20 3:51 PM, Robert Pluim wrote: On Fri, 3 Jul 2020 15:18:40 +0200, hj-orgmod...@hj.proberto.com said: hj-orgmode-1>  Hello again. hj-orgmode-1>  After a lot of searching and trying, I finally figured one thing that hj-orgmode-1> seems to work: ( I am no lisp p

Re: Q: placement of initialization for org-time-stamp-formats

2020-07-03 Thread hj-orgmode-1
  (lambda ()     (setq org-time-stamp-formats '("<%Y-%m-%d %a>" . "<%Y-%m-%d %a %H:%M:%S %Z>")) ))  Does that look like this should have no undesirable side effects?   Thanks!     H.J. On 7/1/20 2:19 AM, hj-orgmod...@hj.proberto.com wrote:  Hi,

Q: placement of initialization for org-time-stamp-formats

2020-06-30 Thread hj-orgmode-1
 Hi,  1. Org-Mode rocks!!  2. I need to have, besides hours and minutes, also seconds and time zone in timestamps. I also need to be able to edit the timestamps down to seconds. If I set ( inside .spacemacs  in (custom-set-variables) ) : '(org-display-custom-times t)