Re: For your consideration: Extending org-info-js with additional hooks

2022-12-29 Thread David O'Toole
Ok, I will get started on this :) On Thu, Dec 29, 2022 at 10:38 AM Bastien Guerry wrote: > Ihor Radchenko writes: > > > Bastien, since the activity around org-info-js revived after a long > > delay, should we move the code out of worg into a separate repo? > > Yes, definitely. David, would you

Updated patch for org-info-src.js

2022-12-24 Thread David O'Toole
Hi everyone, As you may recall, I have been working on org-info-js. I have fixed at least one bug since my last patch, where org-info-js had gotten out of sync with the details of Org HTML export. I also split several "paragraphs" of code out into their own functions so that I could call them from

CSV agenda export formats some day and month values as single digits

2022-12-23 Thread David O'Toole
Version: Org mode version 9.6 (release_9.6-3-ga4d38e @ /usr/local/share/emacs/29.0.60/lisp/org/) CSV export for the agenda is formatting January 1, 2023 as "2023-1-1" and not "2023-01-01". The raw output is here: https://pastebin.com/raw/EyN1JbhP The last two lines both have "2023-1-1". This is i

Validating org XHTML output

2022-12-22 Thread David O'Toole
Hello. While at one time org XHTML output validated successfully, now the default values of certain variables in ox-html cause the resulting output to not validate as XHTML 1.0 Strict. org-html-infojs-template: script tag attribute "type" is required (2x) org-html-style-default: style tag attribut

Re: For your consideration: Extending org-info-js with additional hooks

2022-12-14 Thread David O'Toole
At Ihor's invitation, I'd like to mention that I can help maintain org-info-js going forward. I'm not a JavaScript expert but I seem to be doing fine with adding my hooks and figuring out how the code works. Please let me know what I can do to help out with maintenance. I already have copyright ass

Re: For your consideration: Extending org-info-js with additional hooks

2022-12-13 Thread David O'Toole
Here are my suggested changes to the manual and change log. On Tue, Dec 13, 2022 at 11:32 AM David O'Toole wrote: > Sure, I would be happy to help out with the news and manual. > I will draft some changes and get back to you. > > >> This addition does sound useful. >

Re: For your consideration: Extending org-info-js with additional hooks

2022-12-13 Thread David O'Toole
3, 2022 at 5:00 AM Ihor Radchenko wrote: > "David O'Toole" writes: > > > After some discussion with Yantar on IRC, I humbly submit the attached > diff > > for your consideration. > > > > It adds new hooks to org-info-js to allow the following: 1. inse

For your consideration: Extending org-info-js with additional hooks

2022-12-12 Thread David O'Toole
Greetings, Orgmoders. After some discussion with Yantar on IRC, I humbly submit the attached diff for your consideration. It adds new hooks to org-info-js to allow the following: 1. inserting page-specific HTML into each OrgInfo header, and 2. calling a custom JavaScript function to run after any

[O] wolfram's computable document format

2011-07-21 Thread David O'Toole
http://www.wolfram.com/cdf/ Looks nice, and could be very interesting to orgmoders.

Re: [O] org-mode fontification error when exporting to LaTeX

2011-07-12 Thread David O'Toole
Hi, try doing (setq debug-on-error t) and then re-export; this should give you a backtrace. but sometimes fontification stuff can have errors without backtraces. try checking the *Messages* buffer. misbehaving font-lock rules and improperly defined faces can also be issues. On Tue, Jul 12, 2011

Re: [O] ob-lilypond

2011-06-28 Thread David O'Toole
this is fantastic :) org mode is becoming like the Jupiter of the emacsian solar system. On Tue, Jun 28, 2011 at 8:11 AM, Christian Moe wrote: > Hi, > > I'm thrilled that Lilypond has been added to Babel, grateful for the extra > thought given to Mac users -- and completely bowled over by your d

[O] documentary filmmaking and reproducible research?

2011-03-14 Thread David O'Toole
Greetings, org community. A while back I made two short (less than 10 minute) amateur documentary films. I used org-mode to outline everything, structure my notes and the many public domain texts/images I used, and coordinate the recording process for the voiceovers. I've also separately experiment

Re: [Orgmode] Fontification of blocks

2010-12-10 Thread David O'Toole
Hi Sebastien, I give a definite Vote++ to this feature! 2010/12/10 Sébastien Vauban : > Hi, > > In order to make the blocks stand out more clearly in the mix of prose, code > and table results of many Babel Org files, I've added 2 new faces: > > - org-block-begin-line > - org-block-end-line > > T

[Orgmode] Org-babel games screencast

2010-11-26 Thread David O'Toole
Here's a presentation I made, sorry it's a bit rough but here goes: http://lispgamesdev.blogspot.com/2010/11/lisp-game-development-screencast-1.html ___ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org

Re: [Orgmode] Re: Themes Compatible with color-theme.el

2010-10-10 Thread David O'Toole
Done. There are actually two themes here, one dark and one medium in brightness. These probably only work well on relatively high-contrast LCD or similar flat panels. http://github.com/dto/emacs-config On Sun, Oct 10, 2010 at 3:54 AM, Ian Barton wrote: > On 09/10/10 19:42, David O'Too

Re: [Orgmode] Re: Themes Compatible with color-theme.el

2010-10-09 Thread David O'Toole
Hi everyone, I have a theme with Org customizations called color-theme-folio. it's not done yet, but works fine so far. I'd be happy to make a few more changes and contribute it under whatever license. http://github.com/dto/emacs-config/blob/master/folio.el On Sat, Oct 9, 2010 at 11:54 AM, Yavuz

Re: [Orgmode] Re: Org now fontifies code blocks

2010-09-06 Thread David O'Toole
I agree Bastien :) On Mon, Sep 6, 2010 at 2:30 PM, Bastien wrote: > If setting org-src-fontify-natively to `t' by default triggers a debate > on whether we need to set org-warn-when-editing-src-block-in-org-buffer > on or off by default, I'd rather set org-src-fontify-natively off by > default...

Re: [Orgmode] Re: Org now fontifies code blocks

2010-09-06 Thread David O'Toole
maybe there could be an on-by-default variable called org-warn-when-editing-src-block-in-org-buffer, or make the text readonly, etc. making this on-by-default would seem to create another discussion about things being on-by-default :) however, if fontification is on by default, then this should a

Re: [Orgmode] Org now fontifies code blocks

2010-09-06 Thread David O'Toole
hi everyone, sorry for my silence, I had very little internet access on my seaside vacation. thanks so much everyone for making my dream of fontified source blocks a reality :) On Fri, Sep 3, 2010 at 3:10 PM, Thomas S. Dye wrote: > Aloha Dan, > > This is really nice.  Thanks for shepherding it a

[Orgmode] request for comments on org icon theme standards

2010-08-04 Thread David O'Toole
There's been some interest in embedding graphical icons and other indicators into org-mode buffers to increase readability and reduce clutter. One nice icon set based on the Tango color scheme has been released, and it would be useful to define icon themes for org so that the eventual org-icons con

[Orgmode] Re: [PATCH] Mode-specific fontification of babel source blocks

2010-08-03 Thread David O'Toole
help? On Tue, Aug 3, 2010 at 10:55 PM, Dan Davison wrote: > "David O'Toole" writes: > >> I've got a preliminary patch that adds optional "native" fontification >> for source blocks. It uses the block's declared mode to fontify the >> bl

[Orgmode] Re: [PATCH] Mode-specific fontification of babel source blocks

2010-08-03 Thread David O'Toole
I've placed a screenshot of the fontification here: http://imagebin.ca/view/iRVK_as7.html On Tue, Aug 3, 2010 at 7:12 PM, David O'Toole wrote: > I've got a preliminary patch that adds optional "native" fontification > for source blocks. It uses the block's

[Orgmode] [PATCH] Mode-specific fontification of babel source blocks

2010-08-03 Thread David O'Toole
I've got a preliminary patch that adds optional "native" fontification for source blocks. It uses the block's declared mode to fontify the block text. So now blocks look the way they should, and this opens the way to further enhancements. Anyone up for an icons theme standard discussion? diff --git

[Orgmode] camel.el, for CamelCase links

2010-08-03 Thread David O'Toole
http://github.com/dto/folio/blob/master/camel.el Someone asked about this recently, i have some partially working code. Anyone want to try? ___ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://l

Re: [Orgmode] Common Lisp / SLIME support for babel

2010-08-03 Thread David O'Toole
gt; basic session and external evaluation are both working on my system > using SBCL. > > It is now also possible to pass variables into lisp blocks. > > It certainly needs more cleanup and testing, but this initial pass is up > at http://github.com/eschulte/org-babel-lisp > > C

[Orgmode] user control of source block header line exporting formats

2010-07-31 Thread David O'Toole
I've attached a diff of my apparently-working changes to allow better control of the way ob-exp.el formats the name and arguments of source code blocks. What do you think? diff --git a/lisp/ob-exp.el b/lisp/ob-exp.el index 796812c..0c34431 100644 --- a/lisp/ob-exp.el +++ b/lisp/ob-exp.el @@ -206,4

[Orgmode] Common Lisp / SLIME support for babel

2010-07-30 Thread David O'Toole
Hi, I've updated my proposed ob-lisp module for the new API. I am now using org updated from git head. http://github.com/dto/org-babel-lisp Despite having the ob-template.el and ob-clojure modules, I'm still stuck making sessions work properly. Executing successive statements with an already-open

Re: [Orgmode] [BABEL] help adding a language, please?

2010-07-23 Thread David O'Toole
me know if you see any > avenues of improvement. > > -- Eric > > "David O'Toole" writes: > >> Is there an instruction manual documenting how the new org-babel >> language extensions should work? This would really be helpful, because >> I had tr

Re: [Orgmode] [BABEL] help adding a language, please?

2010-07-22 Thread David O'Toole
Is there an instruction manual documenting how the new org-babel language extensions should work? This would really be helpful, because I had trouble figuring out how to make sessions work in the pre-7.0 api (i'm adding Common Lisp support.) Documenting for how a language extension is supposed to b

Re: [Orgmode] Captions for source code

2010-07-22 Thread David O'Toole
I'll look into this as well, as it relates to my earlier question about building an imenu full of block names. On Thu, Jul 22, 2010 at 3:20 PM, Eric Schulte wrote: > Hi Robert, > > Currently captions are only supported for Tables and for Links, not for > code blocks.  Although the "caption" attri

[Orgmode] imenu support for babel blocks

2010-07-17 Thread David O'Toole
I tried the following to get an Imenu composed of babel blocks, so that you could browse/jump to blocks. But it doesn't seem to work, I'm guessing that something about how org-mode builds the imenu-generic-expression overwrites my entry. Is there a hook (or could there be a hook added) that allows

meta model for literate programming [pdf] Re: [Orgmode] hypermedia programming with babel

2010-07-05 Thread David O'Toole
An interesting paper! http://www.cosc.canterbury.ac.nz/research/reports/HonsReps/1999/hons_9902.pdf On Mon, Jul 5, 2010 at 4:15 PM, Eric Schulte wrote: > Hi David, > > "David O'Toole" writes: > > > Since discovering org babel, I've been doing a lot of r

Re: [Orgmode] hypermedia programming with babel

2010-07-05 Thread David O'Toole
ram, or can you just link to my current repo? Either way, it's not quite ready for being on the webpage :) but I see it as a discussion topic here. Do others have thoughts or experiences with multimedia and babel or org? On Mon, Jul 5, 2010 at 4:15 PM, Eric Schulte wrote: > Hi David,

[Orgmode] hypermedia programming with babel

2010-07-04 Thread David O'Toole
Since discovering org babel, I've been doing a lot of reading and brainstorming, and have collected some thoughts/code/plans in several places: 1. http://github.com/dto/org-babel-lisp Some very basic compatibility. I'm not experienced enough with either babel or slime, perhaps someone can help m

[Orgmode] Re: [BABEL] literate Lisp games development questions

2010-07-03 Thread David O'Toole
Hi Dan I looked at your notes in the icons repo, perhaps we can come up with a brief org file that is the official community standard for the icon themes. On Fri, Jul 2, 2010 at 6:33 PM, Dan Davison wrote: > <...> > > Hi David, > > That sounds fun, and I look forward to looking at it, when I h

[Orgmode] [BABEL] literate Lisp games development questions

2010-07-02 Thread David O'Toole
Hello orgmoders. We on freenode#lispgames are having the month-long 2010 International Lisp Games Expo, and I'd like to apply literate programming principles, using org-babel, to Lisp game development. I have several reasons for doing this. The resources for a given game object or entity may be sc

[Orgmode] fontification and icon issues

2009-09-22 Thread David O'Toole
A couple of issues: 1. org-fontify-whole-heading-line and org-startup-indented seem to conflict with one another. See screenshot: http://dto.github.com/images/folio.png The headline background color extends to the next line. The problem goes away when you set org-startup-indented to nil and M-x

[Orgmode] org and htmlfontify

2009-09-19 Thread David O'Toole
Hello orgmoders. I thought I would share my custom publishing function for using htmlfontify together with org-publish to automatically convert Lisp source code files into HTML with my own custom-inserted anchors. The lisp snippet is below. This was used to make the HTML links in my developer docu

Re: [Orgmode] [ANN] org-icons.el

2009-06-24 Thread David O'Toole
> On Wed, Jun 24, 2009 at 7:56 AM, Carsten Dominik < carsten.domi...@gmail.com> wrote: > > To be honest, I was not excited when I first saw David's icons. > Yours look a lot better - but I don't expect to use them myself. Well I'm no visual artist :) I like nicolas' icons better too. I've even cha

Re: [Orgmode] [ANN] org-icons.el

2009-06-23 Thread David O'Toole
I'm sorry, the patch is in Nicolas' github repo: http://github.com/ngirard/org-icons/blob/b8be3d85b87c4fe6ce31cdc931fd1b77bb170a5c/lisp/org-icons.patch On Tue, Jun 23, 2009 at 7:11 PM, Bastien wrote: > "David O'Toole" writes: > > > Carsten: right now this

Re: [Orgmode] [ANN] org-icons.el

2009-06-23 Thread David O'Toole
Hi everyone, I really like Nicolas' icons, and I am developing an Emacs color-theme that coordinates with them (screenshots soon!) I've also agreed to help out with the code, since I wrote some similar stuff a while back. Carsten: right now this code requires a patch to org.el, but I'm not sure h

[Orgmode] org-plotting with date as the independent variable

2009-06-23 Thread David O'Toole
I'm having trouble with org-plotting data that is captured on certain dates over time, like my bodyweight. My table looks like this, but the plotting seems to be very wrong: #+PLOT: ind:1 timefmt:"%Y-%m-%d" with:points | Date | Weight | |+| | 2008-09-26 |266 | | 2008-

[Orgmode] pretty icons in org buffers

2009-06-21 Thread David O'Toole
I've been re-entering my life data into Orgmode after about a year of just using a palm pilot. So I would like to contribute something to the org community again. A while back I wrote some elisp code for displaying bitmap icons as overlays in org buffers (screenshots at http://dto.github.com/notebo

[Orgmode] RE: orgmode and physical fitness training

2008-10-17 Thread David O'Toole
I've started a basic "training.org" file and added some data. So far I can get a nice columns view of my weight and body-fat percentage. There is much more to be done (in particular tracking poundages) but perhaps others will have responses or suggestions. I'll continue posting tidbits as I move mo

[Orgmode] orgmode and physical fitness training

2008-10-14 Thread David O'Toole
Recently I hired a personal trainer to manage my strength training program. There is a lot of data to keep track of: 1. timestamped records of what I eat --- these are reviewed by my trainer and I want to go back and annotate things that i should cut out. It will also be useful to look these up

Re: [Orgmode] Re: HTML export problems

2008-08-23 Thread David O'Toole
Specification conformance is beside the point, it is still a bug. We are unable to properly style this first paragraph because it has no P tag, and therefore the styles that apply to the P tag in our css don't work. On Sat, 2008-08-23 at 13:17 -0700, Jesse Alama wrote: > David O'

[Orgmode] HTML export problems

2008-08-23 Thread David O'Toole
The first paragraph before any heading is exported, but without surrounding P paragraph tags; the remaining paragraphs (whether before other headings, or after those headings) all have P tags and this is messing up the styling. I'm using org-version 6.06b. #+OPTIONS skip:nil is on.

[Orgmode] org-publish

2008-08-19 Thread David O'Toole
I have some ideas for changes to org-publish. I am helping someone set up a content-heavy site using Emacs and Org-Mode, and we ran into several problems that I would like to fix. We have workarounds in place but these immediately suggested interesting fixes. For example it doesn't seem possible to

[Orgmode] blorg users?

2008-06-25 Thread David O'Toole
I've abandoned my old program "org-blog.el" and have started to set up Bastien's "Blorg" software. But there seems to be a lot of templates to customize, and I also have to come up with styles. Are there any other blorg users out there who would share their configs and templates with me, and maybe

[Orgmode] thousands of Invalid face attribute messages

2008-03-26 Thread David O'Toole
When I open an org-mode file I start to get these errors in the message-buffer. Debug-on-error does not seem to work because it's apparently happening during redisplay. Invalid face attribute :bold t [1133 times] I removed all instances of :bold t from my color theme file, so I don't think it's m

[Orgmode] org-publish.el v1.81 is out

2008-01-16 Thread David O'Toole
I have a new version of org-publish.el, with an experimental new feature called "project templates." It helps you factor out common parts of org-publish projects, which is useful when you have project directories that have subproject directories that also need to be published. There's no manual e

[Orgmode] Re: Announcing Worg (Web-Org)

2008-01-16 Thread David O'Toole
ndard location for the file (it's an hourly svn update), and I'm happy to take feature requests / bug reports on this list. On Jan 16, 2008 9:36 AM, David O'Toole <[EMAIL PROTECTED]> wrote: > http://dto.mamalala.org/eon/radio.el > > I haven't worked on it in a little

[Orgmode] Re: Announcing Worg (Web-Org)

2008-01-16 Thread David O'Toole
file.) On Jan 16, 2008 4:48 AM, Phil Jackson <[EMAIL PROTECTED]> wrote: > David, > > Bastien <[EMAIL PROTECTED]> writes: > > > "David O'Toole" <[EMAIL PROTECTED]> writes: > >> Now that the holidays are over, I am back t

Re: [Orgmode] Announcing Worg (Web-Org)

2008-01-13 Thread David O'Toole
Hi Bastien, Now that the holidays are over, I am back to hacking. I'd like to write some org-modematerial (perhaps on GTD, perhaps other stuff) and maybe it would make sense to contribute my org-radio annotator thing to the repository (if anyone is interested). On 1/7/08, Bastien <[EMAIL PROT

[Orgmode] [OT] org-musicians :-)

2007-12-24 Thread David O'Toole
> Weird stuff this, but perhaps linux/emacs/gtd does attract a certain > sort of person (geek musicians ?) ? I'm also a musician (mainly jazz > pianist these days). Heh, I am also one of those linux/emacs/gtd music geeks :-) Here is a song from our band: http://dto.twu.net/thedivinepersonality

Re: [Orgmode] Re: my GTD setup

2007-12-24 Thread David O'Toole
Hi Ivan, > Hi David, thanks for sharing your setup. Could you, please, fix mew so > that it does not wrap your lisp? I find it unreadable. Certainly! I just got started with Mew so I am still configuring. > Do you know there is a book called "Getting Things Done" ? I suggest you > buy it ;) >

Re: [Orgmode] Org Radio

2007-12-24 Thread David O'Toole
ils on the GPLv3 thing you are referring to? --dave From: Bastien <[EMAIL PROTECTED]> Subject: Re: [Orgmode] Org Radio Date: Sat, 22 Dec 2007 19:49:34 +0100 > Hi David, > > "David O'Toole" <[EMAIL PROTECTED]> writes: > > > I'm writing an add

[Orgmode] my GTD setup

2007-12-21 Thread David O'Toole
will actually stick with it and get used to the process. Enjoy! ;;; org-gtd.el --- dto's org-mode configuration for GTD ;; Copyright (C) 2007 David O'Toole ;; Author: David O'Toole(require 'org) <[EMAIL PROTECTED]> ;; Keywords: tools ;; This file is free software; you ca

[Orgmode] Org Radio

2007-12-17 Thread David O'Toole
I'm writing an add-on for Org (again!) This one is called radio.el. It lets you annotate files (or even individual lines within files) with arbitrary org subtrees. This program is very preliminary, but it does work, and I'd be interested to hear people's thoughts. I have an audio-related applicat

[Orgmode] orgstruct-mode keybindings don't work

2007-12-14 Thread David O'Toole
I'm using orgstruct-mode in my elisp files (i.e. turn-on-orgstruct is in the emacs-lisp-mode-hook.) Local value of outline regexp is: ";;;\\(;* [^ ]\\|###autoload\\)\\|(" None of the orgstruct commands/keybindings work; C-h k shows that M-right has the org-hijacker command bound to it, but execut

Re: [Orgmode] Can't force org-publish-current-project

2007-11-23 Thread David O'Toole
I will look into this and get back to you... On Nov 23, 2007 8:06 PM, Daniel Clemente <[EMAIL PROTECTED]> wrote: >Hi. With org 5.13i, > C-u M-x org-publish-current-project >or: > C-u C-c C-e P >do not force the publishing (as the manual says). >In contrast, forcing „org-publish-cur

[Orgmode] another GTD question from dto

2007-10-03 Thread David O'Toole
> *** NEXT Chapter 1 This gives in the agenda: dto: Scheduled: NEXT Chapter 5 dto: Scheduled: NEXT Chapter 1 Without any indication which book the chapters are from. Can I fix this with properties or tags or categori

Re: [Orgmode] my simple GTD setup

2007-09-28 Thread David O'Toole
:PROJECT: *** NEXT Obtain ZoomH4 *** TODO Conduct field recording session:FIELD: *** TODO Reorganize file:osb1.org DEADLINE: <2007-10-22 Mon> *** TODO Prepare statement of work for Dominic * Fun ** TODO Play crawl -- Da

[Orgmode] my simple GTD setup

2007-09-27 Thread David O'Toole
ot;COMPUTER" . ?c) > ("MAIL" . ?m) > ("HOME" . ?h) > ("PROJECT" . ?p) > ("READING" . ?r) > (&quo

Re: [Orgmode] Thanks

2007-09-18 Thread David O'Toole
ing even to use it. I never could get it working properly with org, but perhaps there are other programs out there now. -- David O'Toole [EMAIL PROTECTED] http://dto.freeshell.org/notebook/ ___ Emacs-orgmode mailing list Remember: use `Reply All'

[Orgmode] error when M-x org-publish RET blog RET

2007-08-31 Thread David O'Toole
org-to-html :auto-preamble t :auto-postamble nil :auto-index t :index-function org-publish-blog-index :index-filename "index.org" :index-title "Welcome to the dto.freeshell.org blog" :index-posts 8) "index.org") funcall(org-publish-blog-index (:base-directory &qu

[Orgmode] orgstruct-mode error

2007-08-26 Thread David O'Toole
1 todo-comment-face t) (add-hook 'emacs-lisp-mode-hook #'fontify-todo) (defface headline-face '((t (:foreground "white" :underline "white" :background "navyblue"))) "Face for headlines.") (defvar headline-face &#x

Re: [Orgmode] Tutorials

2007-07-08 Thread David O'Toole
ing to hear your feedback on the ideas written up at http://dto.freeshell.org/notebook/Eon.html There is some working code, but not quite usable yet... -- David O'Toole [EMAIL PROTECTED] http://dto.freeshell.org/notebook/ ___ Emacs-orgmode

Re: [Orgmode] Org-mode version 5.01

2007-07-05 Thread David O'Toole
sh - extraction of data from the org-agenda [carsten, is there a way to get lisp data (instead of CSV) out of org-agenda? can we talk about ways to "query" org-files by grepping for certain dates and/or keywords?] I will keep the group posted on my progress. -- David O

Re: [Orgmode] Org-mode version 5.01

2007-07-04 Thread David O'Toole
gt; > Here is an example > > | 1 | > | 2 | > | 3 | > #+TBLFM: [EMAIL PROTECTED]::@1$1=1 > > - Constants for formulas in spreadsheets are globally defined > with the variable `org-table-formula-constants&#x

Re: [Orgmode] Fair comparison of blorg and org-blog ?

2007-07-04 Thread David O'Toole
one of them and I can't :) > > Regards, > > Xavier > > > > ___ > Emacs-orgmode mailing list > Emacs-orgmode@gnu.org > http://lists.gnu.org/mailman/listinfo/emacs-orgmode > -- David O'Toole [EMAIL PROTECTED] http://dto.freeshell.org/notebook/ _

[Orgmode] The Struggle for Organization (was RE: community writing?)

2007-06-13 Thread David O'Toole
te on an EmacsWiki.org page. Your thoughts and comments are welcome. -- David O'Toole [EMAIL PROTECTED] http://dto.freeshell.org/notebook/ ___ Emacs-orgmode mailing list Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode

[Orgmode] org-blog v1.18

2007-06-13 Thread David O'Toole
Bugfix release. Thank you Carsten! http://dto.freeshell.org/notebook/org-blog.el Org-blog is very simple and not very featureful right now. But I want to develop it into a more comprehensive blogging tool. Feel free to make suggestions! -- David O'Toole [EMAIL PROTECTED]

Re: [Orgmode] org-blog bug in 4.77 org-export-region-as-html?

2007-06-12 Thread David O'Toole
was playing with blorg.el recently, I didn't get any output due >> to an error also. And there is strange bug in gnus which make emacs to >> shut down immediately when I try to open some e-mail messages. However >> I couldn't reproduce this bug to submit a nice report, and

[Orgmode] community writing?

2007-06-08 Thread David O'Toole
into a page of my site. it could be a collaboratively written "Org-Mode Strategy and Tactics" If anyone enjoys this, I'll get started by writing my own entry. -- David O'Toole [EMAIL PROTECTED] http://dto.freeshell.org/notebook/ _

[Orgmode] Re: org-blog report

2007-05-31 Thread David O'Toole
rated by org-blog-new-post, where will the #+TITLE and > #+DESCRIPTION show up on the page? This is also not documented. I'm probably going to remove the #+DESCRIPTION functionality. > - is content before the first heading published? Do you mean in a b

[Orgmode] org-blog.el updated to v1.17

2007-05-30 Thread David O'Toole
not well-tested) Carsten Dominik <[EMAIL PROTECTED]> writes: > On May 19, 2007, at 3:17, David O'Toole wrote: > >> >> I am working on my blog extension for org-publish. I would like to >> convert a region of text (say, between two markers) from org-mode >> markup

Re: [Orgmode] convert region to html?

2007-05-21 Thread David O'Toole
gt; a Lisp program could call this function in the following way: > > (setq html (org-export-region-as-html beg end t 'string)) > > When called interactively, the output buffer is selected, and shown > in a window. A non-interactive call will only retunr the buff

Re: [Orgmode] org-publish.el 1.80

2007-05-21 Thread David O'Toole
y. So, you'd have to ask Carsten about implementing footnotes formatting. I think it's a good idea and let me know if there is anything I can do in org-publish.el that might help. > P.S. I'm really excited to see that cell mode is coming along. > > On 3/21/07, David O&#x

[Orgmode] convert region to html?

2007-05-18 Thread David O'Toole
lacing the result into a new buffer. The new buffer is returned." ... ... -- David O'Toole [EMAIL PROTECTED] http://dto.freeshell.org/notebook/ ___ Emacs-orgmode mailing list Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode

Re: [Orgmode] M-x lifesnap (and an itty bitty org-agenda problem i'm having)

2007-04-06 Thread David O'Toole
er GTD). By all means, support other emacs mailers :-) However, I have installed the linkd and lifesnap files, loaded them up, but when I run lifesnap nothing happens! (the linkd stuff works for me though). Any ideas ? Finally, do mind me asking how you get that colour scheme ? Nice. Pete &

[Orgmode] M-x lifesnap (and an itty bitty org-agenda problem i'm having)

2007-04-06 Thread David O'Toole
Hello everyone. I'm working on a very small (but very useful to me) piece of software called Lifesnap. It is compatible with org-mode and potentially of interest to org-people so I am mentioning it here. The idea is to get a single-key overview of the output of various Emacs packages I use to kee

Re: [Orgmode] Re: Idea: Agenda Search publish?

2007-04-05 Thread David O'Toole
I think this means being able to publish static HTML from the various views given by the agenda. So for example you could set up a timer to publish your agenda each day (assuming you run emacs for months like I do) and then if you are away from home, check your website to see the HTML agenda. Migh

Re: [Orgmode] Org-mode with color-theme.el

2007-04-05 Thread David O'Toole
I'm sorry, that 2nd link should be http://dto.freeshell.org/e/color-theme-cl-frame.el On 4/5/07, David O'Toole <[EMAIL PROTECTED]> wrote: Hello org folks! I've posted a screen shot of my color theme called "CL-FRAME" and it includes org-mode faces. shot: http

Re: [Orgmode] Org-mode with color-theme.el

2007-04-05 Thread David O'Toole
Hello org folks! I've posted a screen shot of my color theme called "CL-FRAME" and it includes org-mode faces. shot: http://dto.freeshell.org/images/org-faces-shot.png lisp: http://dto.freeshell.org/e/color-theme-cl-frame.png On 4/5/07, Bastien <[EMAIL PROTECTED]> wrote: Bastien <[EMAIL PROTEC

[Orgmode] org-publish.el 1.80

2007-03-21 Thread David O'Toole
those suggestions and keep you posted on what changes I will make. -- David O'Toole [EMAIL PROTECTED] http://dto.freeshell.org/notebook/ ___ Emacs-orgmode mailing list Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode

Re: [Orgmode] Org-mode version 4.68

2007-03-17 Thread David O'Toole
think >> forced re-publication should create these directories itself. > > I have forwarded this mail to David O'Toole, to find out if he still > feels responsible for changes in org-publish. Lets wait if he responds. -- David O'Toole [EMAIL PROTECTED] http://dto.frees

[Orgmode] Basic RSS support for org-blog

2006-10-25 Thread David O'Toole
Org-blog is still pretty basic, but it now produces valid RSS 2.0 feeds. See http://dto.freeshell.org/e/org-blog.el for the code, and http://dto.freeshell.org/blog/blog.xml for the results! -- David O'Toole [EMAIL PROTECTED] http://dto.freeshell.org/not

Re: [Orgmode] "Invalid function" error with org-publish-project-alist

2006-09-14 Thread David O'Toole
oad cdlatex for frags > (autoload 'cdlatex-mode "cdlatex" "CDLaTeX Mode" t) > (autoload 'turn-on-cdlatex "cdlatex" "CDLaTeX Mode" nil) > (add-hook 'org-mode-hook 'turn-on-org-cdlatex) > > ;; > ;; end org-config.el > ;;

Re: [Orgmode] Org-mode usage and concept mapping.

2006-09-10 Thread David O'Toole
something. --- Concept1 Concept2:link1: Concept 4 :link2: Concept3:link1: Concept5:link3: Concept4 :link3: ---

[Orgmode] org-publish.el v1.78

2006-09-10 Thread David O'Toole
.html exported versions, so now i just write in my project definition: :publishing-function (org-publish-org-to-html org-publish-attachment) -- David O'Toole [EMAIL PROTECTED] http://dto.freeshell.org/notebook/ ___ Emacs-orgmode mailing

[Orgmode] org-publish.el version 1.77: now with preparation-function feature

2006-09-07 Thread David O'Toole
n (lambda () >(call-process "make" nil nil nil > "--makefile" > "/home/dto/packages/Makefile"))) This causes the *.gz to be updated when neccessary (according to the makefile) and then any

[Orgmode] Updated org-publish.el

2006-09-06 Thread David O'Toole
Hello folks, the new version is available at my site. http://dto.freeshell.org/e/org-publish.el This is a bugfix release: - Emacs 21 compatibility fix for timestamps. - Bugfix for problem with projects getting assigned to files wrong. -- David O'Toole [EMAIL PROTECTED]

[Orgmode] Re: [Emacs-orgmode] Problem with org-publish-get-plists

2006-09-06 Thread David O'Toole
f seeing what everybody has seen > and thinking what nobody has thought. > > > ___ > Emacs-orgmode mailing list > Emacs-orgmode@gnu.org > http://lists.gnu.org/mailman/listinfo/emacs-orgmode > -- David O'Toole [EMAIL PROTECTED] http://dto.freeshell.org/notebook/ ___ Emacs-orgmode mailing list Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode

Re: [Emacs-orgmode] org-publish error

2006-06-22 Thread David O'Toole
call-interactively ...) > (error "No command associated with key %c" r1))) > org-export() > call-interactively(org-export) > > -- > Leon > > > > ___ > Emacs-orgmode mailing list > Emacs-orgmode@gnu.org > http://lists.gnu.org/mailman/listinfo/emacs-orgmode -- David O'Toole [EMAIL PROTECTED] http://dto.freeshell.org/notebook/ ___ Emacs-orgmode mailing list Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode

Re: [Emacs-orgmode] org-publish v1.71

2006-06-10 Thread David O'Toole
-directory setting and set things on a per-file basis. Carsten, what do you think? "Chris wallace" <[EMAIL PROTECTED]> writes: > On 08/06/06, David O'Toole <[EMAIL PROTECTED]> wrote: >> >> >> Bugfix release. Should now allow absolute filenames in the

[Emacs-orgmode] org-publish v1.71

2006-06-08 Thread David O'Toole
ot;)) >> >> When I do M-x org-publish bright the *.org files in ~/bright are >> published, >> but the included files are not. I also tried with filenames relative >> to >> ~/public/org; same result. How should I be setting :include? >> >> This is with

Re: [Emacs-orgmode] Re: [David O'Toole] Fwd: Re: org-publish future ?

2006-06-07 Thread David O'Toole
le-of-contents t > :style " type=\"text/css\">")) > > When I do M-x org-publish bright the *.org files in ~/bright are published, > but the included files are not. I also tried with filenames relative to > ~/public/org; same result. How should I be setting :inc

[Emacs-orgmode] org-publish.el v1.70

2006-06-07 Thread David O'Toole
originally requested by Austin Frank (hi austin!) Be advised, this feature is in its early stages, and could be totally wrong :-) -- David O'Toole -- Independent Consultant [EMAIL PROTECTED] ___ Emacs-orgmode mailing list Emacs-orgmode@gnu.org http:

Re: [David O'Toole] Fwd: Re: [Emacs-orgmode] org-publish future ?

2006-06-06 Thread David O'Toole
I tend to agree... I wasn't that hot about this possibility myself, but thought it would be prudent to ask. Carsten Dominik <[EMAIL PROTECTED]> writes: > On Jun 5, 2006, at 23:19, David O'Toole wrote: >> >> On a related note, Carsten are you reading? Somethi

  1   2   >