Re: [O] repeater not working?

2012-09-01 Thread Alan Schmitt
Memnon Anon writes: > http://doc.norang.ca/org-mode.html#ChecklistHandling describes a similar > case. Ah, interesting. I'll give it a try. > For minor (less than 5 minutes) subtasks like "Create folder, move mail > there", I would not want that to show up in my agenda, but only the > "real" ta

Re: [O] Any way to change the *

2012-09-01 Thread Marcelo de Moraes Serpa
Oh, indeed -- the face is simply the font settings, the overlay has more display flexibility (i.e images), right? > > > It's a not-so-rare request. Thus, if Someone implements a minor mode > adding overlays on these stars (or even a more general "beautify" > minor-mode adding overlays on list items

[O] Tags macro?

2012-09-01 Thread Marcelo de Moraes Serpa
Hi list, I find myself tagging items that often go with multiple tags at the same time. I'm wondering if a tags "macro" would make sense, where a key shortcut would apply multiple tags at once. What do you guys think? - Marcelo.

Re: [O] org for blogger

2012-09-01 Thread Samuel Wales
On 9/1/12, Rustom Mody wrote: > You keep all your blog-posts in one file with one top-level heading per > post? Not top level, but my blog entries are in one file. However, they don't have to be. You can export anything from anywhere with alpha-org-blog-subtree. (It accepts an active region al

Re: [O] org for blogger

2012-09-01 Thread Rustom Mody
On Sat, Sep 1, 2012 at 10:32 PM, Samuel Wales wrote: > On 9/1/12, Rustom Mody wrote: > > Seems to be working now. > > Not sure what was wrong but it appears that I needed to do a make (have > not > > done it for org for some years) after that the error disappeared. > > Great. > > > It seems I ca

Re: [O] ODT preferred format option per-file?

2012-09-01 Thread Jambunathan K
Jambunathan K writes: > James Harkins writes: > >> Hi, >> >> I have one particular org file that I would like to export to PDF by >> way of ODT. (I already set up outline styling in LibreOffice and I >> would like to use that, instead of trying to reconfigure a similar >> look in LaTeX. For fun,

Re: [O] auto-fill bug

2012-09-01 Thread Nicolas Goaziou
Hello, Samuel Wales writes: > I expect "I can't reproduce this" but wanted to document it. #+BEGIN_SRC emacs-lisp (defun ngz-handle-bug-reports () (when (save-excursion (message-goto-to) (beginning-of-line) (looking-at ".*Samuel Wales")) (in

Re: [O] repeater not working?

2012-09-01 Thread Memnon Anon
Alan Schmitt writes: > I'm starting to play with repeaters, and I cannot make them work. Here > is a sample of a small file I have: > > *** Archive Mail [2/2] > SCHEDULED: <2012-09-01 Sat +1m> > DONE Read and archive all mail (orgmode, Sent) > CLOSED: [2012-09-01 Sat 15:03] > D

Re: [O] ODT preferred format option per-file?

2012-09-01 Thread Jambunathan K
James Harkins writes: > Hi, > > I have one particular org file that I would like to export to PDF by > way of ODT. (I already set up outline styling in LibreOffice and I > would like to use that, instead of trying to reconfigure a similar > look in LaTeX. For fun, I did try the LaTeX pdf export a

[O] auto-fill bug

2012-09-01 Thread Samuel Wales
I expect "I can't reproduce this" but wanted to document it. Often when I press SPC beyond fill-column, the new Org filling mechanism inserts " " at bol. fill-paragraph works fine. A buggy fill-prefix is returned by org-adaptive-fill-function on this line: ((looking-at "[ \t

Re: [O] [OT] Encoding error when calling a ruby script from Emacs using shell-command

2012-09-01 Thread Marcelo de Moraes Serpa
> > This is nonsense, may I suggest you read locale (1p)? If you set > LC_ALL, this overrides the other two settings no matter what they are > set to (and you may prevent some scripts trying to set LC_COLLATE or > something like that from functioning correctly). Unless you really need > such a bi

Re: [O] org for blogger

2012-09-01 Thread Samuel Wales
On 9/1/12, Rustom Mody wrote: > Seems to be working now. > Not sure what was wrong but it appears that I needed to do a make (have not > done it for org for some years) after that the error disappeared. Great. > It seems I can only export one subtree on which point is. > How to export the whole

Re: [O] org for blogger

2012-09-01 Thread Rustom Mody
On Sat, Sep 1, 2012 at 9:46 PM, Samuel Wales wrote: > On 9/1/12, Samuel Wales wrote: > >> byte-code: Invalid function: (interblock (start end) (mapcar (lambda > >> (pair) > >> (funcall (second pair) start end)) org-export-interblocks)) > > Did you try in a minimal installation? > > Samuel > > --

Re: [O] org for blogger

2012-09-01 Thread Samuel Wales
On 9/1/12, Samuel Wales wrote: >> byte-code: Invalid function: (interblock (start end) (mapcar (lambda >> (pair) >> (funcall (second pair) start end)) org-export-interblocks)) Did you try in a minimal installation? Samuel -- The Kafka Pandemic: http://thekafkapandemic.blogspot.com

Re: [O] org for blogger

2012-09-01 Thread Samuel Wales
On 9/1/12, Rustom Mody wrote: > I needed to put a (require 'cl) [for the defun*] and then evaling the file > went through. Fixed, thanks. > byte-code: Invalid function: (interblock (start end) (mapcar (lambda (pair) > (funcall (second pair) start end)) org-export-interblocks)) Is that in Org *.

Re: [O] org for blogger

2012-09-01 Thread Rustom Mody
On Sat, Sep 1, 2012 at 8:54 PM, Samuel Wales wrote: > On 8/31/12, Rustom Mody wrote: > > Great Samuel! > > Anything I can do to help? > > Dunno. :) > > Here is the new code (with dependencies not included as > mentioned). Most of it, including the command you asked for, > might work without th

Re: [O] org for blogger

2012-09-01 Thread Samuel Wales
On 8/31/12, Rustom Mody wrote: > Great Samuel! > Anything I can do to help? Dunno. :) Here is the new code (with dependencies not included as mentioned). Most of it, including the command you asked for, might work without them. No guarantees. An old version is in the thread "[O] exporting HT

Re: [O] [OT] Encoding error when calling a ruby script from Emacs using shell-command

2012-09-01 Thread Nick Dokos
Achim Gratz wrote: > Marcelo de Moraes Serpa writes: > > So, I did this: > > > > (defun test () > > (setenv "LANG" "en_US.UTF-8") > > (setenv "LC_ALL" "en_US.UTF-8") > > (setenv "LC_CTYPE" "en_US.UTF-8") > > (shell-command "/Users/myself/.rvm/bin/rvm ruby-1.9.3-p194 do > > /usr/bin/rubyscript

Re: [O] [bug] org-babel-load-file

2012-09-01 Thread Michael Brand
Hi all This patch superseeds the last that introduced a new bug. Michael From 9c489e5f73d7208c43ad099c4f376acd1f3350f9 Mon Sep 17 00:00:00 2001 From: Michael Brand Date: Sat, 1 Sep 2012 15:38:09 +0200 Subject: [PATCH] ob-tangle: Fix bug when heading has no text * lisp/ob-tangle.el (org-babel-ta

[O] repeater not working?

2012-09-01 Thread Alan Schmitt
Hello, I'm starting to play with repeaters, and I cannot make them work. Here is a sample of a small file I have: *** Archive Mail [2/2] SCHEDULED: <2012-09-01 Sat +1m> DONE Read and archive all mail (orgmode, Sent) CLOSED: [2012-09-01 Sat 15:03] DONE Create monthly folder and

Re: [O] [bug] org-babel-load-file

2012-09-01 Thread Michael Brand
Hi all On Fri, Aug 31, 2012 at 11:31 AM, Michael Brand wrote: > With emacs -q and today’s release_7.9-176-g2939333 I get “Wrong type > argument: arrayp, nil” after org-babel-load-file with this file: > > #+BEGIN_SRC org > ,* TODO > , #+BEGIN_SRC emacs-lisp > ,(message "any") > , #+E

[O] Test problems again

2012-09-01 Thread Neuwirth Erich
I need help to locate a configuration problem. As I alreay wrote I am building org-mode on 2 Macs. On the desktop, I do not have any problems, and all the test pass (except the ones where the testing routines tells they are expecting to fail). But on the MacBook (which essentially has the same c

Re: [O] org for blogger

2012-09-01 Thread Tongzhu Zhang
I wrote an exporter for Jekyll(based on o-blog), i use it for my blog , to export post from a orgmode file based on the DONE state and CLOSED timestamp https://github.com/eggcaker/jo-exporter On Sat, Sep 1, 2012 at 7:04 PM, Alexandre Russel wrote: > I've seen some code that would help but never

Re: [O] org for blogger

2012-09-01 Thread Alexandre Russel
I've seen some code that would help but never found the use. I have my blog in one org file with one entry per level. To create the blog, I: 1. C-C C-e (for export) 2. 1 (to switch from export buffer to export subtree) 3. H (export as html to temp buffer) 4. copy/paste the ... into blogger What el

[O] [PATCH] Works around bug in exporting subtree with HTML_CONTAINER_CLASS

2012-09-01 Thread T.F. Torrey
Hello all, When exporting a subtree with an HTML_CONTAINER_CLASS property set, exporting fails with this error: (error "Before first headline at position 455 in buffer *temp*") This happens because the system is trying to apply the class to the parent level, but the exporting of a subtree doesn't

Re: [O] No inline property value after subtree export

2012-09-01 Thread Nicolas Goaziou
Hello, Giovanni Ridolfi writes: > Da: Miguel Ruiz > Inviato: Martedì 17 Luglio 2012 15:20 > >  --org-mode file start >  #+OPTIONS: toc:nil > #+AUTHOR: > #+DATE: > * Level 1 >   :PROPERTIES: >   :ID:       527b694d-8288-4d37-a06a-a288bd9592b5 >   :END: > This is l

Re: [O] Any way to change the *

2012-09-01 Thread Nicolas Goaziou
Hello, Marcelo de Moraes Serpa writes: > I was wondering if it's possible to change the face of the asterisk used > for the bullet points. Using a smoother UTF-8 character or even an image > would be neat. Is that possible? You can change the face of the asterisk, but it will still be an aster

Re: [O] XEmacs and ert

2012-09-01 Thread Michael Sperber
Achim Gratz writes: > Michael Sperber writes: >> I've attached a patch (1 out of 3) that's minimally needed to make >> the current org-mode work on XEmacs. > > While we have you here… Do you know of a version of ert that is > compatible with XEmacs? The roadblock I've run into is that ert uses

Re: [O] test fails

2012-09-01 Thread Alan Schmitt
Bastien writes: > Hi Erich, > > Erich Neuwirth writes: > >> I am building org mode on 2 Macs with OSX 10.8.1 and Emacs 24.2.1 >> >> One one machine, this works. >> On the other machine, the build fails. > > Maybe you can run `make config-test' to see if the testing si > configured the same way o

Re: [O] [OT] Encoding error when calling a ruby script from Emacs using shell-command

2012-09-01 Thread Achim Gratz
Marcelo de Moraes Serpa writes: > So, I did this: > > (defun test () >   (setenv "LANG" "en_US.UTF-8") >   (setenv "LC_ALL" "en_US.UTF-8") >   (setenv "LC_CTYPE" "en_US.UTF-8") >         (shell-command  "/Users/myself/.rvm/bin/rvm ruby-1.9.3-p194 do > /usr/bin/rubyscript") >         ) This is nons