Hello Charlie:
I have found that I like better to use a combination of tangle and import
instead of noweb syntax.
#+BEGIN_SRC python :tangle board.py
def init_board(args)
return [[-1 for x in range(3)] for y in range(3)]
#+END_SRC
#+BEGIN_SRC python
import sys
import os
from board import ini
i'd like next-error to operate on agenda matches. if any are marked,
then those.
then you can edit the outline without returning to the agenda.
good idea? bad idea?
Grumble. Okay, this is sorted/ There are amazing numbers of not-quite-right
examples on the web.
Thanks, Tom, I now have the below, which works.
#+TITLE: Console Tic Tac Toe
#+SUBTITLE: A Literate Program in EMACS Org-Mode
#+AUTHOR: Charlie Martin
#+STARTUP: showall
#+BEGIN_SRC python :tangle ye
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 Tac Toe
> #+SUBTITLE: A Literate Program in EMACS Org-Mode
> #+AUTHOR: Charli
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
I tried using org alerts on osx but kept running into dbus errors. So I'm
curious, does anyone have org alerts working on osx? Preferably something
free I can install on work and home computers.
appt in emacs can do a bunch and is integrated. i use it.
there are various notify programs that i have not gotten to work.
i use crontab updated in a single babel block to run ddccontrol and
redshift. this is useful for executive function. you make the screen
unusable until you have taken med
When exporting my project with org-publish, the exporter generates
anchors with names such as "orga79e495" and refers to them when linking
to the headers from other files. However, the generated anchor names
don't match between files, resulting in all links being dead.
Furthermore, the publishing
What are good ways of setting up alarms for Deadlines and Scheduling in
org-mode to integrate with Windows or GNU/Linux environments?
Thanks,
Matt
Hi,
Can it be possible to schedule third last day of every month?
Thanks,
Matt
Hi,
When an event falls on a non-business day like a weekend day or bank holiday,
can there be a way to set the event on the next business day
Thanks,
Matt
On Fri, Nov 24, 2017, 1:30 AM Xebar Saram wrote:
> Ok found the answer "hidden" away in a org manual page.. :)
>
> The solution it so to use ':noweb-ref NAME' as an argument in the drawer
>
Yes. I actually prefer to use that method. You need the #+NAME style block
naming only when you want to ca
Aaah, that is an embarrassingly simple solution. It seems that this option is
default in most of the other org-babel languages and I didn't know about
it.
Works now. Many thanks!
Jakob
Neil Jerram writes:
> I'm completely guessing - but does it help to add :results output ?
>
> On 24 November
I'm completely guessing - but does it help to add :results output ?
On 24 November 2017 10:06:12 GMT+00:00, Jakob Simeth
wrote:
>Hi,
>
>I seem to have problems with lua source blocks (others are working
>fine): When evaluating a simple block like
>
>#+BEGIN_SRC lua
>print("Hello world!")
>#+END_
Hi,
I seem to have problems with lua source blocks (others are working
fine): When evaluating a simple block like
#+BEGIN_SRC lua
print("Hello world!")
#+END_SRC
I get an empty RESULT block, and the message "evaluation complete".
I am running org-9.1.3 (within the spacemacs org layer).
Is lua s
15 matches
Mail list logo