Re: Problems while trying to load feature

2021-03-15 Thread Charles R (Charlie) Martin
This is a problem I’ve noticed as well. Now, I am a programmer — my code or it’s descendants is still in the distribution — I do update org mode regularly, and I get messages when I start up Emacs about Org mode files that can’t be loaded. I wouldn’t be surprised if the cause is this renaming. But

[O] defconst: Symbol’s value as variable is void: css-syntax-propertize-function

2019-08-13 Thread Charles R (Charlie) Martin
I'm getting this error when trying to export HTML from org-mode. Is this a known issue? I haven't found any solutions via google. Thanks

Re: [O] Potential bug with tables

2019-08-04 Thread Charles R (Charlie) Martin
| 2.5 | | | | | | | | | screen shot On Sat, Aug 3, 2019 at 2:58 PM Charles R (Charlie) Martin < chasrmar...@gmail.com> wrote: > I've got Org mode version 9.1.5 (9.1.5-1-gb3ddb0-elpa > > > On Sat, Aug 3, 2019 at 2:24 PM John Kitchin > wrote: > >> This looks lik

Re: [O] Potential bug with tables

2019-08-03 Thread Charles R (Charlie) Martin
t; Org mode version 9.1.5 (release_9.1.5-1784-g772949 @ >> /home/neil/src/org-mode/lisp/) >> >> and I don't see the problem with that version. What version do you have? >> >> >> On Sat, 3 Aug 2019 at 19:48, Charles R (Charlie) Martin < >> chasrm

[O] Potential bug with tables

2019-08-03 Thread Charles R (Charlie) Martin
This seems like an unlikely bug because it's very basic to org-mode tables, but if I'm doing something wrong I sure can't figure out what. I have this table: | Date | Count | Pages | |+---+---| | 2019-Aug-03 (Sat, 215) | 2069 | 7 | |

Re: [O] Org-Mode babel and gherkin

2018-04-26 Thread Charles R (Charlie) Martin
wrote: > Hi Charles, > > "Charles R (Charlie) Martin" writes: > > > Has anyone set up a babel language for gherkin? > > Would you mind sharing more information on what is gherkin? > > Thanks, > > -- > Bastien >

[O] Org-Mode babel and gherkin

2018-02-08 Thread Charles R (Charlie) Martin
Has anyone set up a babel language for gherkin? thanks Charlie Martin

Re: [O] can't get org-mode noweb tangle to work

2017-11-24 Thread Charles R (Charlie) Martin
M, Thomas S. Dye wrote: > Aloha Charlie, > > Charles R (Charlie) Martin writes: > > > I'm trying to get literate programming with `:noweb` syntax working in > > org-mode. I think I'm down to about the minimum case: > > > > #+TITLE: Console Tic Ta

[O] can't get org-mode noweb tangle to work

2017-11-24 Thread Charles R (Charlie) Martin
I'm trying to get literate programming with `:noweb` syntax working in org-mode. I think I'm down to about the minimum case: #+TITLE: Console Tic Tac Toe #+SUBTITLE: A Literate Program in EMACS Org-Mode #+AUTHOR: Charlie Martin #+STARTUP: showall #+BEGIN_SRC python :tangle

Re: [O] Potential bug: embedded dot fails on require ob-graphviz-dot

2017-11-19 Thread Charles R (Charlie) Martin
oh and the answer to your direct question is 9.1.3. I suspect this is related to the issue where you can have a source-type 'shell' but only can execute a shell blockif it's source type 'sh'. On Sun, Nov 19, 2017 at 1:03 PM, Charles R (Charlie) Martin < chasrmar...@

Re: [O] Potential bug: embedded dot fails on require ob-graphviz-dot

2017-11-19 Thread Charles R (Charlie) Martin
wrote: > On Saturday, 18 Nov 2017 at 12:57, Charles R (Charlie) Martin wrote: > > I'm trying to use `dot` inside `org-mode` and having no luck, because > when > > I evaluate > > What version of org are you using? The version I'm using has no > reference to ob-gr

[O] Potential bug: embedded dot fails on require ob-graphviz-dot

2017-11-19 Thread Charles R (Charlie) Martin
I'm trying to use `dot` inside `org-mode` and having no luck, because when I evaluate (org-babel-do-load-languages 'org-babel-load-languages '((dot . t))) it tries to require `ob-graphviz-dot` -- unsuccessfully. Debugger entered--Lisp error: (file-error "Cannot open load file"