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
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
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
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
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
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.
>
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
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
http://www.wolfram.com/cdf/
Looks nice, and could be very interesting to orgmoders.
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
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
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
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
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
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
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
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...
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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,
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
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
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
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
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
> 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
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
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
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-
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
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
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
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'
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.
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
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
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
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
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
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
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
> 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
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 ;)
>
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
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
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
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
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
> *** 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
: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
ot;COMPUTER" . ?c)
> ("MAIL" . ?m)
> ("HOME" . ?h)
> ("PROJECT" . ?p)
> ("READING" . ?r)
> (&quo
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'
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
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
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
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
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
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/
_
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
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]
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
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/
_
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
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
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
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
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
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
&
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
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
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
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
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
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
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
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
> ;;
something.
---
Concept1
Concept2:link1:
Concept 4 :link2:
Concept3:link1:
Concept5:link3:
Concept4 :link3:
---
.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
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
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]
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
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
-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
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
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
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:
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 - 100 of 130 matches
Mail list logo