[O] Is `head-include-scripts' flag reachable from OPTIONS?

2017-02-15 Thread rick
When I export to html, it puts a javascript

Re: [O] Is `head-include-scripts' flag reachable from OPTIONS?

2017-02-15 Thread rick
On 15 Feb 2017, 13:43:34 -0500 Nick Dokos wrote: > #+BIND: org-html-head-include-scripts nil > > perhaps? Ah, yes. This works much better than what I had before, which was to put the following lines at the bottom of my source file. #+BEGIN_COMMENT Local Variables: eval: (setq org-html-head-incl

[Orgmode] A Blorg/org based blog

2007-10-14 Thread Rick
ometimes seems to be a little temperamental in publishing to html with links not rendering properly etc Thanks again to Carsten and Bastien for providing this software. -- Rick [EMAIL PROTECTED] ___ Emacs-orgmode mailing list Remember: use `Reply All'

Re: [Orgmode] Re: A Blorg/org based blog

2007-10-16 Thread Rick
On 14/10/2007, Bastien <[EMAIL PROTECTED]> wrote: > > First impressions are that Blorg seems to work quite well, though it > > takes some setting up, and could be made more flexible > > Sure. I wrote blorg more than one year ago, and I made the mistake of > trying too add too many functions too ea

[Orgmode] Org-Babel - Clojure & Lazy Sequences Bug

2010-11-04 Thread Rick Moynihan
I have the following org file: #+BEGIN_SRC clojure (range 10) #+END_SRC #+results: : clojure.lang.lazy...@f35bf8c6 Where as I would expect to see the sequence. Evaluating the code inside a doall doesn't seem to do anything either: #+BEGIN_SRC clojure (doall (range 10)) #+END_SRC #+results: :

Re: [Orgmode] s5 presentation

2010-11-10 Thread Rick Moynihan
_ > 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 > > -- Rick Moynihan http://twitter.com/RickMoynihan

Re: [Orgmode] Org-Babel - Clojure & Lazy Sequences Bug

2010-11-23 Thread Rick Moynihan
6 November 2010 17:58, Eric Schulte wrote: > Hi Rick, > > I've noticed this as well.  I'm not the original author of ob-clojure.el > (Joel Boehland is), so I'm not sure how the clojure interaction > currently works, although I know it makes heavy usage of slime.  There

Re: [Orgmode] Org-Babel - Clojure & Lazy Sequences Bug

2010-11-25 Thread Rick Moynihan
el features. Anyway, great work; I really appreciate you working on this! R. On 25 November 2010 17:40, Eric Schulte wrote: > Hi Rick, > > I'm not quite sure what the best permanent solution would be.  I'm > tempted to switch to a drastically stripped down version of Cloju

Re: [Orgmode] Org-Babel - Clojure & Lazy Sequences Bug

2010-11-26 Thread Rick Moynihan
On 26 November 2010 20:29, Eric Schulte wrote: > > Alright, I'm going to fold this into the master branch (we'll still have > the entirety of the existing ob-clojure in git for resurrection if need > be). That's great news! >> >> I'm not sure what you mean by "external evaluation", but have foun

Re: [Orgmode] Re: Org-Babel - Clojure & Lazy Sequences Bug

2010-11-28 Thread Rick Moynihan
___ > 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 > From 4c05743905a1ab3970d7f5075440e67e1be9d7f3 Mon Sep 17 00:00:00 2001 From: Rick Moynihan Date: Sun, 28 N

[Orgmode] Logging rescheduled tasks

2009-11-03 Thread Rick Moynihan
Hi all, I'm wondering if anyone logs rescheduled tasks with org-mode... As I find myself sometimes scheduling tasks for a future date, but then on the day not having the capacity to do them. In these situations I just reschedule them, but it'd be nice to record the dates for which an item was or

Re: [Orgmode] MobileOrg 1.0 for iPhone/iPod Touch now available

2009-11-03 Thread Rick Moynihan
2009/11/3 Richard Moreland : > Hi all, > > MobileOrg 1.0 is now available in the iTunes AppStore:  http://bit.ly/1kpHqg >  Documentation (including a screencast demonstrating the app) is available > on the website at http://mobileorg.ncogni.to. > > Many thanks to Carsten and all the beta testers wh

Re: [Orgmode] Re: Subversion for backups?

2009-11-04 Thread Rick Moynihan
2009/11/4 Adam Spiers : > >> I would say that if (1) you generally are connected to the internet, with >> only >> minor intervals offline and (2) have access to a hosted svn repository (so >> you >> don't manage it yourself, and so that you can use the simple https protocol >> instead of fussing

Re: [Orgmode] Logging rescheduled tasks

2009-11-04 Thread Rick Moynihan
2009/11/4 Adam Spiers : > Rick Moynihan (rick.moyni...@gmail.com) wrote: >> Hi all, >> >> I'm wondering if anyone logs rescheduled tasks with org-mode...  As I >> find myself sometimes scheduling tasks for a future date, but then on >> the day not hav

[Orgmode] Feature Request: Logging rescheduled tasks (was Logging rescheduled tasks)

2009-11-09 Thread Rick Moynihan
Is it possible to get this implemented as a feature in org-mode? It seems like there is a need for recording a history of the times that items were scheduled/deadlined for and to allow easy rescheduling/deadlining. R. 2009/11/6 George Pearson : > Rick Moynihan (addr...@hidden) wrote: >

Re: [Orgmode] Clojure support for org-babel

2009-11-09 Thread Rick Moynihan
2009/11/6 Joel Boehland : > Hello, > I love org-mode and org-babel, and would like to be able to use > Clojure with them. I have put a first cut that supports Clojure, along > with a support test file up on github: > > http://github.com/jolby/org-babel-clojure > > I would like to be able to have th

Re: [Orgmode] Logging rescheduled tasks

2009-11-09 Thread Rick Moynihan
2009/11/9 Carsten Dominik : > Hi Rick, > > On Nov 3, 2009, at 5:01 PM, Rick Moynihan wrote: > >> Hi all, >> >> I'm wondering if anyone logs rescheduled tasks with org-mode...  As I >> find myself sometimes scheduling tasks for a future date, but then on

Re: [Orgmode] Is there a good way to use org as blog system?

2009-11-10 Thread Rick Moynihan
2009/10/2 Miguel Fernando Cabrera : > Hi, > > You might be interested in Jekkyl, a Ruby program that is a  blog-aware, > static  web sites generator. It basically generates HTML out of tex,haml, > textile files. > > check it out: http://github.com/mojombo/jekyll/ > Example sites: http://wiki.github

Re: [Orgmode] Re: Is there a good way to use org as blog system?

2009-11-11 Thread Rick Moynihan
2009/11/11 Ben Finney : > Rick Moynihan writes: > >> I'm looking for an org-mode based static blogging solution that's more >> robust than blorg […] > > Writing an online journal from Org mode is on my list of things to do, > but I haven't got around

Re: [Orgmode] Is there a good way to use org as blog system?

2009-11-11 Thread Rick Moynihan
2009/11/11 Ian Barton : > Rick Moynihan wrote: >> >> 2009/10/2 Miguel Fernando Cabrera : >>> >>> Hi, >>> >>> You might be interested in Jekkyl, a Ruby program that is a  blog-aware, >>> static  web sites generator. It basically generat

Re: [Orgmode] Is there a good way to use org as blog system?

2009-11-11 Thread Rick Moynihan
2009/11/11 Greg Newman : > The correct url is http://github.com/bmaland/happyblogger > > On Wed, Nov 11, 2009 at 9:27 AM, Ian Barton wrote: >> >> Rick Moynihan wrote: >>> >>> 2009/11/11 Ian Barton : >>>> >>>> Rick Moynihan wrote: &

Re: [Orgmode] Colors for pre elem. on orgmode.org

2009-11-16 Thread Rick Moynihan
2009/11/16 Sebastian Rose : > Greg Newman writes: >> On my calibrated monitor that's fine for readability >> >> On Mon, Nov 16, 2009 at 8:15 AM, Sebastian Rose wrote: > > > My monitor is not calibrated, but I see all the 1's on > http://www.fotocommunity.de/pc/pc/mypics/572427/display/3843090 so t

Re: [Orgmode] Colors for pre elem. on orgmode.org

2009-11-17 Thread Rick Moynihan
2009/11/17 Eric S Fraga : > At Tue, 17 Nov 2009 19:17:43 +0100, > Sebastian Rose wrote: > > [...] > >>   M-x customize-variable RET org-export-htmlize-output-type RET >> >> >> Set it to `CSS' > > > > Sigh.  When will I ever learn.  If I think something should be > possible in org-mode, it's alread

[Orgmode] Properties and Property Drawers in HTML export

2009-12-01 Thread Rick Moynihan
Does anyone know if it's possible to export org-mode properties and property drawers in a HTML export? R. ___ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/ema

[Orgmode] Re: Properties and Property Drawers in HTML export

2009-12-01 Thread Rick Moynihan
2009/12/2 Rick Moynihan : > Does anyone know if it's possible to export org-mode properties and > property drawers in a HTML export? > > R. Ok, just discovered the :drawers option! The documentation claims that supplying a list of properties allows you to filter which ones are

[Orgmode] Re: Properties and Property Drawers in HTML export

2009-12-02 Thread Rick Moynihan
2009/12/2 Rick Moynihan : > 2009/12/2 Rick Moynihan : >> Does anyone know if it's possible to export org-mode properties and >> property drawers in a HTML export? >> >> R. > > Ok, just discovered the :drawers option! > > The documentation claims that su

[Orgmode] [Feature Request] Sane XHTML markup for Properties and Property Drawers

2009-12-03 Thread Rick Moynihan
Just bumping this thread/question: 2009/12/2 Rick Moynihan : > Also, the properties are exported into the HTML like so: > > PROPERTIES > :FOO: blah > :BAR: blah blah > > > Would something like the following not be a better format for > parsing/processi

Re: [Orgmode] [Feature Request] Sane XHTML markup for Properties and Property Drawers

2009-12-03 Thread Rick Moynihan
2009/12/3 Jonathan Arkell : > Sure, but something like this might be even better still: > > >  FOO >  blah >  BAR >  blah blah > > > You don't need the extra div around the dl, since the dl itself is a block > element.  The extra div in this case is semantically null (and void!). Agreed... It wa

Re: [Orgmode] Re: Properties and Property Drawers in HTML export

2009-12-03 Thread Rick Moynihan
2009/12/3 Christian Egli : > Hi > > Rick Moynihan writes: >> Would something like the following not be a better format for >> parsing/processing? >> >> >>   >>     FOO> class="property_value_foo">blah >>     BAR> class

Re: [Orgmode] Best way to use org-mode as a work log

2009-12-20 Thread Rick Moynihan
2009/12/19 Ethan Brown : > I've been an emacs user since about 1990, but have just recently > discovered org-mode.  It seems as if it would be very well suited to > use as my work log--I currently just use a regular text file. > > Since a work log is based around daily entries, I'm wondering if > a

Re: [Orgmode] Announcing org-jekyll

2010-02-01 Thread Rick Moynihan
On 29 January 2010 23:16, Juan Reyero wrote: > Greetings, > > I've been toying around with a small package to export entries as a > Jekyll blog.  It is different from other approaches I am aware of in > that it will find your blog entries anywhere in the files belonging to > a project, and it will

Re: [Orgmode] Announcing org-jekyll

2010-02-02 Thread Rick Moynihan
Replies inline below: On 1 February 2010 19:14, Juan Reyero wrote: > On Mon, Feb 1, 2010 at 12:23 PM, Rick Moynihan > wrote: >> On 29 January 2010 23:16, Juan Reyero wrote: >>> Full description: http://juanreyero.com/open/org-jekyll/ >>> Source code: http:

[Orgmode] Another blog written with org-mode with org-jekyll

2010-02-10 Thread Rick Moynihan
, I'd just like to once again say thanks to everyone in the org-mode community. This time for making org-mode a killer static blogging solution! -- Rick Moynihan http://twitter.com/RickMoynihan http://delicious.com/InkyHarmonics http://sourcesm

[Orgmode] org-babel interpreter prompts

2010-02-10 Thread Rick Moynihan
had been run interactively. I'd personally find this useful and would like to see this for ruby, shell and clojure modes... Though it'd be nice to have it work for all the other languages and modes that support a REPL or interactive prompt too. -- Rick Moynihan http://twitter.com

Re: [Orgmode] Re: Cannot compile release

2010-04-06 Thread Rick Moynihan
be >    defined: doc-view-goto-page, doc-view-current-page > Wrote /Users/jmg/tmp/org-6.35/lisp/org-docview.elc > emacs -batch -q -no-site-file -eval "(progn (add-to-list (quote load-path) > \"/usr/local/share/emacs/site-lisp\") (add-to-list (quote load-path) > (expand-fil

[Orgmode] Implementing Kanban in Org-mode

2010-04-09 Thread Rick Moynihan
Hi all, I've recently taken an interest in Kanban, as a means of organising tasks in a team. I was wondering if anyone here has tried doing this with org-mode, and if they have any tips. I can imagine org's TODO_SEQ's map nicely onto the columns in a Kanban task board. It might even be possible

[Orgmode] org-mode CSS property export bug

2010-04-22 Thread Rick Moynihan
Hi all, It seems that org-mode exports invalid CSS properties for id's. e.g. "sec-1.1" is an invalid CSS ID because it collides with the syntax for CSS classes, meaning that you can't style it. I'd suggest replacing the dots with another char. R. __

Re: [Orgmode] org-mode CSS property export bug

2010-04-22 Thread Rick Moynihan
On 22 April 2010 22:29, Sebastian Rose wrote: > Rick Moynihan writes: > > Hey Rick, > > interesting observation! I found, the pages validate everywhere, and so > I started to search. It seems to be valid CSS 2 (I couldn't find a > evidence though). Looks like an inco

Re: [Orgmode] org-mode CSS property export bug

2010-04-23 Thread Rick Moynihan
On 23 April 2010 07:30, Carsten Dominik wrote: > > We could change . to _ , but that would break old links, so I am hesitating. > But of course if this really violates standards, we can change it. > > Sebastian has the last word on these issues. Unfortunately it seems that underscores, though no-

Re: [Orgmode] org-mode CSS property export bug

2010-04-23 Thread Rick Moynihan
On 23 April 2010 11:46, Sebastian Rose wrote: > Very old browsers. Do we have to support them? I personally don't care for older browsers, though others may differ here. > The appended testfile works in Opera10 an FF 3.6. Is there something > missing? It works also in Safari 4, and Chrome (both

Re: [Orgmode] org-mode CSS property export bug

2010-04-23 Thread Rick Moynihan
On 23 April 2010 12:00, Rick Moynihan wrote: > On 23 April 2010 11:46, Sebastian Rose wrote: >> Very old browsers. Do we have to support them? > > I personally don't care for older browsers, though others may differ here. > >> The appended testfile works in Opera10

Re: [Orgmode] org-mode CSS property export bug

2010-04-26 Thread Rick Moynihan
On 25 April 2010 13:08, Carsten Dominik wrote: > OK, it has been applied now, and I have re-published everything on > orgmode.org, including Worg, to make problems with this show up as quickly > as possible. > > Thanks! > > - Carsten Thanks for the quick fix on this! :-) org-mode rocks! R. _

[Orgmode] Turning on TOC export of timestamps for headlines

2010-04-27 Thread Rick Moynihan
I can't seem to get timestampts to export to HTML as part of the TOC when they're in a headline, e.g. the following org-mode headline ** Foo <2010-04-04> Exports to the table of contents as just "Foo", is there anyway to get the timestamp listed also? I've tried setting a timestamp:t option for

Re: [Orgmode] Turning on TOC export of timestamps for headlines

2010-04-29 Thread Rick Moynihan
On 29 April 2010 13:52, Carsten Dominik wrote: > > On Apr 28, 2010, at 2:25 AM, Rick Moynihan wrote: > >> I can't seem to get timestampts to export to HTML as part of the TOC >> when they're in a headline, e.g. the following org-mode headline >> >> **

[Orgmode] org-crypt symmetric encryption patch

2010-04-30 Thread Rick Moynihan
I've patched org-crypt to use symmetric encryption. If org-crypt-key is nil a symmetric cipher is used. The change seems to work locally for me. R. 0001-Allow-symmetric-encryption-when-org-crypt-key-is-no.patch Description: Binary data ___ Emacs-orgm

[Orgmode] Org-mode Epic Win RPG

2010-08-27 Thread Rick Moynihan
A colleague of mine has been using the Epic Win Iphone app to get things done: http://www.epicwinapp.com/ It combines TODO lists, with an RPG game... The more you get done, the more you level up. It made me wonder, has anyone done something like this for org-mode? R. _

[O] Bug: org-export-as-latex fails [7.7]

2011-11-04 Thread Rick Frankel
Your bug report will be posted to the Org-mode mailing list. running org-export-as-latex on the following file works in org v7.5 and fails in org v7.7 (not sure about v7.6) with the error: org-export-latex-preproces

[O] new exporter and latex attributes

2012-08-20 Thread Rick Frankel
src latex \includegraphics[width=3in]{t.png} #+end_src And the new exporter #+begin_src latex \includegraphics[width=.9\linewidth]{t.png} #+end_src which ignores the width override. rick

Re: [O] new exporter and latex attributes

2012-08-20 Thread Rick Frankel
On Tue, Aug 21, 2012 at 12:54:25AM +0200, Nicolas Goaziou wrote: > Hello, > > Rick Frankel writes: > > > Has the syntax for latex attributes changed in the new exporter, or is > > is the following a bug? > > Neither. Though, at some point, I'd like to change

Re: [O] new exporter and latex attributes

2012-08-21 Thread Rick Frankel
On Tue, Aug 21, 2012 at 01:34:16AM -0400, Nick Dokos wrote: > Rick Frankel wrote: > > > On Tue, Aug 21, 2012 at 12:54:25AM +0200, Nicolas Goaziou wrote: > > > Hello, > > > > > > Use something like the following. > > > > > > * Test width

[O] (no subject)

2013-01-15 Thread Rick Frankel
>From 8aca214f0aefe3d89162115b9d241766ae62c5c1 Mon Sep 17 00:00:00 2001 From: Rick Frankel Date: Fri, 11 Jan 2013 13:41:10 -0500 Subject: [PATCH] ob-tangle: Correctly process tangling of single source block * lisp/ob-tangle.el (org-babel-tangle): - remove un-executed attempt to ask u

[O] [PATCH] ob-tangle: Correctly process tangling of single source block

2013-01-15 Thread Rick Frankel
Sorry, subject didn't get properly added: * lisp/ob-tangle.el (org-babel-tangle): - remove un-executed attempt to ask user for file-name if tangling a single block (`:tangle' always has a value) - change handling of block accumulation (org-babel-tangle-collect-b

[O] Bug (?) in new exporter (export subtree)

2013-01-15 Thread Rick Frankel
-- in my case that would usually DWIM. rick

Re: [O] Bug (?) in new exporter (export subtree)

2013-01-17 Thread Rick Frankel
On Wed, Jan 16, 2013 at 07:36:10PM +0100, Nicolas Goaziou wrote: > Rick Frankel writes: > > > In the new exporter, when the option to export only the subtree is > > specified, the first heading in the subtree is used as the title of > > the document. This seems wrong,

[O] org-babel order of evaluation

2012-01-11 Thread Rick Frankel
There is a problem with the order of execution of interspersed source and call blocks will not be executed in order because of the way org-babel-execute-buffer is written (first all the source blocks, then all the call blocks). Therefore, when executing an entire buffer, there is no way to have t

[O] source block variable expansion

2012-01-11 Thread Rick Frankel
Since org-mode v7.8, editing a code block in an indirect buffer causes any referenced code blocks to be executed. While this behavior is desired for viewing code in an indirect buffer (as the behavior has always been) it is not for editing (esp. if the named block takes a long time to run). Given

Re: [O] org-babel order of evaluation

2012-01-12 Thread Rick Frankel
.8, call blocks were not executed during a buffer execute. The solution was to execute all the call blocks after executing the src block. (Eric would have to comment on how hard it would be to merge the two functions :). rick

Re: [O] org-babel order of evaluation

2012-01-12 Thread Rick Frankel
On Thu, Jan 12, 2012 at 06:07:41PM -0700, Eric Schulte wrote: > Rick Frankel writes: > > Turns out it was not that difficult to change this behavior. You and > Leo are both correct that in-buffer-order evaluation is more natural and > expected than the previous behavior. I'

Re: [O] [BUG] Inconsistency in src block hiding

2012-01-18 Thread Rick Frankel
ting a lot of self-documenting code (w/o noweb). I generate large images and data tables which i want in the export, but don't normally want to see while working in the source file. rick

Re: [O] [BUG] Inconsistency in src block hiding

2012-01-19 Thread Rick Frankel
since: Also, the exporting of a specific drawers seems to be inconsistent w/ the existing semantics for drawers in general... rick

Re: [O] [ANN] ASCII back-end for new export engine

2012-01-27 Thread Rick Frankel
ackends could take note to skip numbering that > > headline. Maybe one could throw in "nil" and "none" as an alias for > > "*". > > I don't understand. What would "num:*" achieve? > I think it's an attempt to be mnemonically similar to LaTeX -- section* for an unnumbered section. rick

Re: [O] org mode in press

2012-01-28 Thread rick frankel
roduction with details for all common OSses, but it > would be nice if this can be gradually supplemented). The dot executable is part of the graphviz package. Installing graphviz should install the dot command line executable alongw w/ neato, circo and and other layout engines. Rick

[O] Hierarchical calculations

2012-02-07 Thread Rick Moynihan
Hi all, I recently wanted to use org-mode to do some simple calculations where estimate values would hierarchically bubble up a tree, in a similar way to checkbox percentages e.g. * Total Effort [110] ** Task 1 [45] *** Task 1.1 [20] *** Task 1.2 [10] *** Task 1.3 [15] *** Task 1.4 [10] ** Task

Re: [O] [babel] Is Org Babel an X11 application?

2012-03-02 Thread Rick Frankel
requiring a GUI emacs. rick

[O] (no subject)

2012-05-11 Thread Rick Frankel
>From 113bbbe1ce9540e2af8c613ba655599fc474cedd Mon Sep 17 00:00:00 2001 From: Rick Frankel Date: Fri, 11 May 2012 16:54:32 -0400 Subject: [PATCH] Add support for perl dbi to SQL code block * lisp/ob-sql.el (org-babel-execute:sql): Add dbi as a suppored engine. Invokes `dbish' with the a

[Orgmode] Problem with org-publish :include

2009-04-28 Thread Rick Moynihan
rg-publish-project-alist: (setq org-publish-project-alist (list '("minutes" . (:base-directory "/home/rick/org/" :base-extension "org" :publishing-directory "/home/rick/publi

Re: [Orgmode] Problem with org-publish :include

2009-04-30 Thread Rick Moynihan
s for them? I've pasted the stacktrace I get with toggle-debug-on-error below; Thanks again Rick Moynihan wrote: Hi all, I am using org-mode v6.26d (from the git repo) and keep all my org files in a single ~/org directory. I'm trying to setup a new org-publish project that publish

Re: [Orgmode] Problem with org-publish :include

2009-05-04 Thread Rick Moynihan
Carsten Dominik wrote: On Apr 28, 2009, at 2:02 PM, Rick Moynihan wrote: Hi all, I am using org-mode v6.26d (from the git repo) and keep all my org files in a single ~/org directory. I'm trying to setup a new org- publish project that publishes a single org-mode file (meeting- note

[Orgmode] Safari suppoprt in org-info-js

2009-05-05 Thread Rick Moynihan
Hi all, Though I don't use Safari; some of my colleagues do and they've reported that my org files published with org-info-js don't have any of the javascript features enabled. Is this a known issue? R. ___ Emacs-orgmode mailing list Remember:

Re: [Orgmode] Safari suppoprt in org-info-js

2009-05-05 Thread Rick Moynihan
Sebastian Rose wrote: Rick Moynihan writes: Hi all, Though I don't use Safari; some of my colleagues do and they've reported that my org files published with org-info-js don't have any of the javascript features enabled. Is this a known issue? Yes. It should be fixed now.

Re: [Orgmode] Organize Your Life In Plain Text!

2009-05-07 Thread Rick Moynihan
2009/5/7 Bernt Hansen : > Hi all, > > At Carsten's request I've started to document how I use org-mode in my > daily activities.  I plan to cover everything I use org-mode for and > this document is about half finished at this time. > > The current (under construction) document is available at > ht

Re: [Orgmode] Organize Your Life In Plain Text!

2009-05-07 Thread Rick Moynihan
rkell > # -- > #+BEGIN_SRC $1$> > $0$> > #+END_SRC$> > > > All my other templates are very specific to my job/role. > > -Original Message- > From: emacs-orgmode-bounces+jonathana=criticalmass@gnu.org > [mailto:emacs-orgmode-bounces+jonatha

Re: [Orgmode] org-mode for Sourceforge Community Choice Award

2009-05-08 Thread Rick Moynihan
Carsten Dominik wrote: On May 8, 2009, at 1:43 AM, Marko Schütz wrote: I nominated org-mode for the Sourceforge Community Choice Award 2009 href="http://sourceforge.net/community/cca09/nominate/?project_name=Org-Mode&project_url=http://orgmode.org/ "> src="http://sourceforge.net/images/cca/cc

Re: [Orgmode] Organize Your Life In Plain Text!

2009-05-12 Thread Rick Moynihan
2009/5/7 Bernt Hansen : > Hi all, > > At Carsten's request I've started to document how I use org-mode in my > daily activities.  I plan to cover everything I use org-mode for and > this document is about half finished at this time. > > The current (under construction) document is available at > ht

Re: [Orgmode] Re: Organize Your Life In Plain Text!

2009-05-13 Thread Rick Moynihan
2009/5/13 Sebastian Rose : > > I like the idea of publishing the sources. > > Shouldn't we do something like this on worg too? > > It's amazing to see the too files side by side - both perfectly > readable - visible simplicity and a great source of examples for > (potentially new) users. > > BTW: i

[Orgmode] org-mode Google Wave Integration

2009-05-29 Thread Rick Moynihan
Okay, I've just seen the demo of Google Wave here: http://wave.google.com/ I've not had chance to look at it in depth (I've only viewed 29 minutes of the video) and skimmed the protocol spec but it seems that Google Wave is a collaborative messaging protocol to collaborate on tree structures. It

[Orgmode] org-info-js bug?

2009-06-03 Thread Rick Moynihan
Hi Sebastian, I recently cloned the latest org-info-js from your github account and noticed some problems with the rendering of TAG indexes. Specifically for each tag I see the following... e.g. the tag here is BRIAN: BRIAN'));"> BRIAN BRIAN" style="visibility:hidden;display:none;"> Thanks aga

Re: [Orgmode] Sourceforge community award

2009-06-09 Thread Rick Moynihan
2009/6/9 Carsten Dominik : > OK, in my last email I already said that we have been selected > as a finalist for the Sourceforge Community Award in the category > > Most Likely to Change the Way You Do Everything. > > I am *very* excited about this, and I would love *us* to win > this award or at le

Re: [Orgmode] Re: Sourceforge community award

2009-06-11 Thread Rick Moynihan
I think using analogy and metaphor might be a more effective way to get the message across in 140 characters. So rather than describing org-mode features in this constraint are we not better using the opportunity to pique curiosity? And align ourselves with the OSCON audience? After all not even

Re: [Orgmode] Re: Sourceforge community award

2009-06-12 Thread Rick Moynihan
2009/6/12 Eddward DeVilla : >    This picture looks great.  I kinda like the first one Carsten sent > out that some though was too colorful.  That shot also highlighted the > fact that keys were 'special'.  This shot is dangerously close to look > like we're just passing off a colorized outline.  I

Re: [Orgmode] Re: Sourceforge community award

2009-06-12 Thread Rick Moynihan
2009/6/12 Sebastian Rose : > Carsten Dominik writes: >> Is the picture big enough? 640x480 at least, so say the rules > > > OK. Attached picture is 640x545 and has the darker green buttons again > (funny actually, I did that as one of the last steps, so 3 Ctrl.-z's did > the trick). > > How ab

Re: [Orgmode] Org video for the SourceForge Commmunity Choices Award 2009

2009-06-15 Thread Rick Moynihan
2009/6/15 Bastien : > Hi all, > > I managed to create a short video for the SCCA 2009: > >  http://www.youtube.com/watch?v=TlTDSX0vRiA >  http://vimeo.com/5155665 (for those who prefer) > Wow Bastien, great job Care to say what tools you used? R. ___

[Orgmode] Feature suggestion: context sensitive movement

2009-06-18 Thread Rick Moynihan
I was just thinking that often I want to jump around items in org-mode more quickly than I do at present, depending on the context of the point. e.g. * Foo blah blah blah * Bar | blah blah blah * Baz Assuming the point is located at | I might want to quickly jump to previous headings by pushing

Re: [Orgmode] Sourceforge voting has started

2009-06-23 Thread Rick Moynihan
2009/6/23 Carsten Dominik : > > Hi all, > > the voting for the sourceforge community choice awards has started at > > http://sourceforge.net/community/cca09/vote > > We are up against, among others, Freemind.  Which means that we have a > formidable opponent and we need to get our mothers, grandmot

Re: [Orgmode] [Announcement] Org-babel initial release

2009-09-15 Thread Rick Moynihan
Reply below: 2009/9/15 Sebastian Rose : > > * Some thoughts > > > I actually wonder, if all those interpreted languages are different at > all. Why not add an generic call to interpreters. Executing Shell > scripts or Perl, Php, JavaScript... makes no big difference here. On > Linux at least, they

Re: [Orgmode] Restricting the agenda to the current subtree

2007-11-30 Thread Rick Moynihan
Carsten Dominik wrote: On Nov 28, 2007 12:23 PM, Rick Moynihan <[EMAIL PROTECTED]> wrote: Carsten Dominik wrote: I for one do find this idea useful. Some way to lock all agenda commands to the current subtree or file, until this lock is removed again. I am not sure if I'd like th

[Orgmode] Bug Org 5.16 Navigating to outlines via speedbar

2007-12-03 Thread Rick Moynihan
is not expanded to show the item. If the file is expanded to "SHOW ALL" then the navigation appears to work as you'd expect. Thanks again. -- Rick Moynihan http://sourcesmouth.co.uk/ ___ Emacs-orgmode mailing list Remember: use `Rep

Re: [Orgmode] blorg.el

2008-01-29 Thread Rick Moynihan
, and in London this night... :) ___ Emacs-orgmode mailing list Remember: use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/l

Re: [Orgmode] FR: source code

2008-01-29 Thread Rick Moynihan
Phil Jackson wrote: Phil Jackson <[EMAIL PROTECTED]> writes: Carsten Dominik <[EMAIL PROTECTED]> writes: [...] I *personally* still can't decide if this is within org's scope though, not to say I wouldn't find it very handy. So then am confused what you initial message was about. The fe

Re: [Orgmode] using org-mode and screen

2008-02-05 Thread Rick Moynihan
If you're using gnu screen primarily for it's detach capability then you may want to consider 'dtach', which is pretty much just the feature of screen. Consequently it has less keybindings etc, and is more compatible with various programs. I've not really used it with emacs, but you might co

Re: [Orgmode] importing html

2008-02-11 Thread Rick Moynihan
Brian Gough wrote: Is there an html->org mode converter? I have some web pages I want to import into org. Thanks. Whenever I need to parse HTML, I turn to hpricot. A fantastic Ruby based parser which does a great job of handling worst of the webs HTML. http://code.whytheluckystiff.net/hpr

Re: [Orgmode] org 2 openoffice impress converter

2008-02-14 Thread Rick Moynihan
Bastien Guerry wrote: Hi Fabian, Fabian Braennstroem <[EMAIL PROTECTED]> writes: Wouldn't it be great to create a presentation in emacs; at least the first outlining? Sounds nice. So, what do you think about an org 2 openoffice impress converter...? The exporting process is probably prett

[Orgmode] Moving paragraphs instead of lines

2008-02-14 Thread Rick Moynihan
When the cursor is positioned within a paragraph would M- and M- not be better set to move the current paragraph above or below it's surrounding paragraphs respectively? e.g. When the point is positioned in the following outline, would a M- not be better moving the foo paragraph above the bar

Re: [Orgmode] blorg.el

2008-02-19 Thread Rick Moynihan
Bastien Guerry wrote: What about a simple dynamic block ? (defun org-dblock-write:youtube (params) "Insert a header from a file." (let ((url (plist-get params :url))) (insert (format " value=\"%s\">" url url #+BEGIN: youtube :url "http://www.youtube.com/watch?v=fu8rAWciQNs"; #

[Orgmode] Deadline count down in working days

2008-03-27 Thread Rick Moynihan
Hi all, I realise this functionality is probably in org already, but I can't seem to find it mentioned anywhere (though perhaps I'm not looking very hard). Currently when I look at my agenda I see this: gtd: In 5 d.: TODO [#A] A particular work related task The 5d countdown

[Orgmode] Checkboxes with outline cookies bug? - Not in Item

2008-03-27 Thread Rick Moynihan
Hi all, Just found what appears to be a bug with checkboxes when the outline they're part of has a cookie, e.g: * Outline [%] - [ ] foo - [ ] bar - [ ] baz Marking either foo,bar or baz as done with a C-c causes a "Not in item" error, and doesn't update the cookie. Interestingly, the foll

Re: [Orgmode] Checkboxes with outline cookies bug? - Not in Item

2008-03-27 Thread Rick Moynihan
Rick Moynihan wrote: Hi all, Just found what appears to be a bug with checkboxes when the outline they're part of has a cookie, e.g: * Outline [%] - [ ] foo - [ ] bar - [ ] baz Marking either foo,bar or baz as done with a C-c causes a "Not in item" error, and doesn'

Re: [Orgmode] thousands of Invalid face attribute messages

2008-03-28 Thread Rick Moynihan
Carsten Dominik wrote: Maybe this is a temporary bug in the redisplay code in the Emacs CVS head? I would hope so - Carsten I get something similar in the Emacs that installed from Ubuntu Gutsy: This is GNU Emacs 22.1.1 (i486-pc-linux-gnu, GTK+ Version 2.12.0) of 2007-11-06 on terranov

Re: [Orgmode] Org-mode versus Taskpaper - now for real

2008-04-03 Thread Rick Moynihan
Eddward DeVilla wrote: I guess the best way to address this problem might be to document up front that org-mode uses a simple, readable, text only format and that all of the features can be used independently of each other but that they do interact well together. (It's been a while since I've sc

Re: [Orgmode] Org-mode versus Taskpaper - now for real

2008-04-03 Thread Rick Moynihan
Manish wrote: On Thu, Apr 3, 2008 at 3:25 PM, Rick Moynihan wrote: > Eddward DeVilla wrote: > > > I guess the best way to address this problem might be to document up > > front that org-mode uses a simple, readable, text only format and that > > all of

  1   2   3   4   5   >