[Orgmode] Business process diagrams in org-mode

2010-11-13 Thread Bart Bunting
Hi All, This is a little bit of a vague question but was hopeing that someone may have some pointers. I am trying to create some business processes with both textual descriptions of the process in a table format with step numbers and descriptions etc. I was hopeing to be able to automagicaly con

Re: [Orgmode] Business process diagrams in org-mode

2010-11-15 Thread Bart Bunting
ric S Fraga wrote: > Bart Bunting writes: > > > Hi All, > > > > This is a little bit of a vague question but was hopeing that someone > > may have some pointers. > > > > I am trying to create some business processes with both textual > > descriptio

Re: [Orgmode] Introducing gnugol - an org-mode-output web search client

2011-01-03 Thread Bart Bunting
Lisp:org-mairix.el integrates Org mode with mairix email > search. outline-magic. el Google's Code Hosting feature has a new wiki > engine. > > ... Submitted in the hope that this might be useful and interesting... enjoy > > -- > Dave

Re: [Orgmode] Re: Introducing gnugol - an org-mode-output web search client

2011-01-04 Thread Bart Bunting
t has taught me several things I didn't know about tracing things like this. Cheers Bart On Tue, 04 Jan 2011 11:06:38 +0100, Achim Gratz wrote: > Bart Bunting writes: > > Running into a few issues at the moment: I did download and build the > > jansson library which i

[Orgmode] LaTeX table export issue

2010-07-22 Thread Bart Bunting
Hi all, I have found what is possibly a bug in the LaTeX export in org-mode but I'm not totally sure. I am no LaTeX expert, in fact I know very little about it. I have used a process of ilimination to try and produce the simplest case I can to demonstrate the issue. What happens is that if I ha

[Orgmode] Babel: help with tables and code blocks?

2010-08-08 Thread Bart Bunting
Hi everyone, I'm trying to get my head around babel and getting info back into a table. The below org file tracks expenses and the perl code simply sums them up. The code is working but I now want to get the total back into another table. What I have is not working can someone tell me what I'

[Orgmode] Re: Babel: help with tables and code blocks?

2010-08-08 Thread Bart Bunting
On Sun, 08 Aug 2010 15:34:02 -0400, Dan Davison wrote: Dan, Thank you very much for that explanation! This makes the whole thing much clearer. Do you know where the sbe call is documented in the manual? I couldn't find it my self. Thanks again. Bart > Bart Bunting writes: &

Re: [O] calculation question

2011-07-18 Thread Bart Bunting
Hi Bastien, I presume Jude is using emacspeak with org-mode. I also use emacspeak. I have noticed that emacspeak does not read anything done using overlays. I am presuming the column and row labels are done this way. It also means that we can't use column view either as far as I know. This as

Re: [Orgmode] Org support for the notmuch mail client"

2011-02-11 Thread Bart Bunting
t; ___ > Emacs-orgmode mailing list > Please use `Reply All' to send replies to the list. > Emacs-orgmode@gnu.org > http://lists.gnu.org/mailman/listinfo/emacs-orgmode -- Bart Bunting URSYS Pty. Ltd

Re: [O] [GSoC] Org-sync

2012-07-16 Thread Bart Bunting
Hi, Great work! I would be very interested in a redmine backend. Cheers Bart On Mon, 16 Jul 2012 22:39:34 +0200, Aurélien Aptel wrote: > Hi all, > > I'm still working on Org-sync, the tool to synchronize external > services with org-documents. The current focus is still on bug > trackers.

[O] org-mime and linked files

2012-08-22 Thread Bart Bunting
Good morning, I am trying to setup org-mime to send html email. In the simple case it appears to work very well. However I am struggling when I try and include a link to a file in the email. When I hit send I get the following error: mm-insert-file-contents: Opening input file: No such file or d

[Orgmode] org-search-view and files without headlines

2009-05-23 Thread Bart Bunting
Hi, I have been experimenting using org-search-view to search my large amount of notes files. Some of these are org files and others are just text without any headings. I have found that if there is a match in one of the text files that does not contain an org headline then org-mode i

RE: [Orgmode] org-search-view and files without headlines

2009-05-23 Thread Bart Bunting
-orgmode-bounces+bart=bunting.net...@gnu.org] On Behalf Of Carsten Dominik Sent: Sunday, 24 May 2009 5:51 AM To: Bart Bunting Cc: emacs-orgmode@gnu.org Subject: Re: [Orgmode] org-search-view and files without headlines On May 22, 2009, at 12:34 AM, Bart Bunting wrote: > Hi, > > I

[Orgmode] OT: Help making LaTex export

2009-09-11 Thread Bart Bunting
Hi all, This may be a little off topic but I wasn't sure where else to ask so here goes. I use org mode all the time for work. I would like to use it more for producing documents e.g. proposals, statements of work etc. The issue I have is that we have a specific word template that my boss

[O] Some advice on how to use babel to generate cisco configs

2013-01-30 Thread Bart Bunting
Good morning, I have been trying to figure out without much luck how to use babel to generate some cisco configs. What I would like to achieve is to have a table containing a few values, e.g. ip address vlan number etc. Then have a cisco config in the org file with markers where the substitutio

Re: [O] Some advice on how to use babel to generate cisco configs

2013-02-01 Thread Bart Bunting
Thomas, Thanks! That is pretty much what I was struggling with. Thanks for putting it together for me. The only other question I have is, is there a way to prevent the results from appending each time? Cheers Bart "Thomas S. Dye" writes: > Aloha Bart, > "

[O] Typo in manual

2013-07-23 Thread Bart Bunting
A trivial typo in the manual. Not sure where else to report this. 12.13 Advanced configuration Three arguments must be provided to a fiter: the code being changed, Guess it should be filter. Kind regards Bart

[O] Moving by block in the block agenda

2014-02-04 Thread Bart Bunting
Hi, I have a block agenda defined which is mostly taken from Bernt Hansen's org-mode.org. Some of the blocks contain many entries. I am trying to find out if there is a simple way to navigate between agenda blocks. The most likely thing I found was org-agenda-goto-block-beginning but it doesn't

Re: [O] Moving by block in the block agenda

2014-02-05 Thread Bart Bunting
Thanks! Works wonderland wonderfully. Kind regards Bart Bastien writes: > Hi Bart, > > "Bart Bunting" writes: > >> I have a block agenda defined which is mostly taken from Bernt Hansen's >> org-mode.org. >> >> Some of the blocks contain many

[O] orgstruct-mode and strange keybindings

2014-02-20 Thread Bart Bunting
Good morning, I have just started to use orgstruct-mode and have a very strange thing happening. I have built from the org-mode git repo as of just now. Org-struct mode works but appears to have taken over the m and c keys. Stranger than that it looks like meta and control is a prefix. I mean a

[O] org-store-link dired and files with spaces

2014-04-28 Thread Bart Bunting
Cover Letter.doc]] I don't quite understand why the first part of the link (the description) is url encoded but not the latter part? Kind regards Bart -- Bart Bunting

[O] Trouble with capture template and prompt

2016-09-06 Thread Bart Bunting
iated. Kind regards Bart -- Bart Bunting

[O] Trouble with capture template and prompt

2016-09-12 Thread Bart Bunting
sages buffer is: Template key: Capture abort: (error Key sequence C-c ! starts with non-prefix key C-c) Any help would be appreciated. Kind regards Bart Kind regards Bart -- Bart Bunting

Re: [O] Trouble with capture template and prompt

2016-09-13 Thread Bart Bunting
word" entry (file "~/filing/p/passwords.gpg") "* %^{Title} %^{USERNAME}p %^{PASSWORD}p") ("P" "Phone call" entry (file "~/.org/refile.org") "* PHONE %? :PHONE: %U" :clock-in t :clock-resume t) ("

Re: [O] Trouble with capture template and prompt

2016-09-14 Thread Bart Bunting
config and see if that helps. I could also try an earlier version of emacspeak in case the error is being caused by the advice in some strange way. Kind regards Bart Adam Porter writes: > Bart Bunting writes: > >> Several of the entries I do not use but thought I should include the