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

2017-11-24 Thread Martin Alsinet
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

[O] fr: next-error for agenda

2017-11-24 Thread Samuel Wales
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?

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

2017-11-24 Thread Charles R (Charlie) Martin
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

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

2017-11-24 Thread Thomas S. Dye
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

[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

[O] Org alerts on osx

2017-11-24 Thread Cody Goodman
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.

Re: [O] org-mode alarms

2017-11-24 Thread Samuel Wales
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

[O] Bug: Dead links from clocking tables to other org files in HTML export [9.1.3 (9.1.3-2-g322612-elpa @ /home/mrhn/.emacs.d/elpa/org-20171120/)]

2017-11-24 Thread Martin Hans
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

[O] org-mode alarms

2017-11-24 Thread ma3434tt
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

[O] schedule third last day of every month

2017-11-24 Thread ma3434tt
Hi, Can it be possible to schedule third last day of every month? Thanks, Matt

[O] next business day

2017-11-24 Thread ma3434tt
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

Re: [O] mirror text in same/other org buffer

2017-11-24 Thread Kaushal Modi
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

Re: [O] Status of org-babel lua / ob-lua.el

2017-11-24 Thread Jakob Simeth
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

Re: [O] Status of org-babel lua / ob-lua.el

2017-11-24 Thread Neil Jerram
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_

[O] Status of org-babel lua / ob-lua.el

2017-11-24 Thread Jakob Simeth
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