Re: [O] sitemap seems to cache old #+TITLE

2011-03-17 Thread iemacs
Hi Louis, After modifying #+TITLE, you should press C-c C-c to tell orgmode the title part has been changed. On Fri, Mar 18, 2011 at 12:58 PM, wrote: > > At one point in the recent past I had a file org.org with > #+TITLE: LBM TCH KB Org > > Eventually I changed it to be > #+TITLE: KBorg > > no

[O] sitemap seems to cache old #+TITLE

2011-03-17 Thread lbmlist
At one point in the recent past I had a file org.org with #+TITLE: LBM TCH KB Org Eventually I changed it to be #+TITLE: KBorg no matter what I do, the generated sitemap pick up the old title. Is this cached somewhere? and how do I get it to change? Thanks in advance, Louis

Re: [O] Worg updating?

2011-03-17 Thread Nick Dokos
Nick Dokos wrote: > ...but the sunrise/sunset section in org-hacks is still MIA. AFAICT, the > publishing process didn't do anything with org-hacks because it thought it > was unmodified. I'll try to push a small modification and we'll see whether it > picks it up. > OK, I fixed a typo in org-h

Re: [O] Worg updating?

2011-03-17 Thread Nick Dokos
Jason Dunsmore wrote: > > > > See: > > > > http://orgmode.org/worg/worg-setup.html > > Oh, wow: right in front of my eyes - thanks, Erik! > > which will direct you to: > > > > http://orgmode.org/worg/publishing.txt > > > > AT the bottom of that file: > > > > "Generating tree-style sitemap for Si

Re: [O] OrgCamp in India -- Interested?

2011-03-17 Thread Puneeth Chaganti
Hi Bastien, Thanks for showing us this page. We will use the page, if and when we need it. Best, Puneeth On Thu, Mar 17, 2011 at 12:11 PM, Bastien wrote: > Hi Puneeth, > > Puneeth Chaganti writes: > >> Inspired by the OrgCamps being conducted in Paris [1] [2], I would >> like to propose an Or

Re: [O] OrgCamp in India -- Interested?

2011-03-17 Thread Puneeth Chaganti
Hello Venkatesh, On Wed, Mar 16, 2011 at 7:35 PM, Venkatesh Choppella wrote: > Hello Puneeth: > > I'd like to host this in IIIT in Hyderabad.  Apr and May would be very > hot here, though.   June would be more pleasant.  Hyderabad is > overnight by train from all the places mentioned earlier (Pun

Re: [O] Worg updating?

2011-03-17 Thread Jason Dunsmore
Erik Iverson writes: > On 03/17/2011 05:34 PM, Nick Dokos wrote: >> Thomas S. Dye wrote: >> >>> Aloha all, >>> >>> Changes I made to the LaTeX export tutorial several days ago haven't >>> made their way to Worg yet. Is Worg updating? >>> >>> All the best, >>> Tom >>> >> >> Thanks for reminding

[O] Re: Slow movement in large buffers

2011-03-17 Thread Matt Lundin
Bastien writes: > Matt, can you build and locally test such a file? Then instrument > next-line when jumping from headline 1 to 2, to 3, to 4? I'm on the job. :) I'll write back with an official report. Suffice it to say that my early experiments show org-mode cruising through the examples you

Re: [O] Re: List-table feature (or a potential quick and easy mullti-lines table in org?)

2011-03-17 Thread feng shu
I wish org-mode can do like this... - Row 1 :exports tabel - 1.1 - 1.2 - 1.3 - Row 2 - 2.1 - 2.2 - 2.3 On Fri, Mar 18, 2011 at 6:18 AM, Ben wrote: >> >> Out of boredom, I've written a draft for it. >> > > > Woohoo! congrats for the way you're getting bored! > Hey thank you Nicolas!

Re: [O] Re: List-table feature (or a potential quick and easy mullti-lines table in org?)

2011-03-17 Thread Nick Dokos
Ben wrote: > > #+begin_src emacs-lisp > > > > So here I'm guessing the whole code fits into Babel, right? > It depends on what you mean: you *can* use babel to evaluate the code (C-c C-c on every code block, or similar), thereby loading it into your current emacs, but if you want to use this c

Re: [O] Re: [Orgmode] Startup page

2011-03-17 Thread Matthew Sauer
Sorry, at times I forget about this when I use webmail (When I am at school that is the only option due to wi-fi restrictions of the university). Hope this is better. Here is what I have landed on so far, it works great: ---clip herecurrently in .emacs (defun org-dblock-write:recently-mo

Re: [O] Re: Problem with agenda and diary

2011-03-17 Thread Nick Dokos
=?utf-8?Q?S=C3=A9bastien_Vauban?= wrote: > Hi Nick, > > Nick Dokos wrote: > > =3D?utf-8?Q?S=3DC3=3DA9bastien_Vauban?=3D wr= > ote: > >> Side question: how do you do to see a really full backtrace? > >>=20 > >> My backtraces always are elided with ellipsis inside the lines... > >>=20 > > > > IIR

Re: [O] Re: org-src-fontify-natively makes things very, very slow

2011-03-17 Thread Julian Burgos
When editing the block in native mode everything works fine. Closing the buffer (or even rebooting the computer) had no effect. I´ll keep this off until is fixed. It is though a great feature! 2011/3/17 Sébastien Vauban : > Hi all, > > Eric S Fraga wrote: >> Julian Burgos writes: >>> I was very

Re: [O] Re: [Orgmode] Startup page

2011-03-17 Thread Bastien
Filippo, Matthew, please use plain text emails, otherwise the code you send is not readable. You can manually turn off rich-formatted (=HTML) emails in gmail for each email. Thanks, -- Bastien

Re: [O] Re: [Orgmode] Startup page

2011-03-17 Thread Filippo A. Salustri
That's right. Somewhere else in my config, I also set org-agenda-window-setup to 'current-window. That was the secret ingredient for me. Sorry I didn't bring this up sooner. I use Aquamacs, and the easiest thing for me is to use both emacs customize and .emacs (Preferences.el in Mac-speak). I

[O] Re: Problem with agenda and diary

2011-03-17 Thread Sébastien Vauban
Hi Nick, Nick Dokos wrote: > =?utf-8?Q?S=C3=A9bastien_Vauban?= wrote: >> Side question: how do you do to see a really full backtrace? >> >> My backtraces always are elided with ellipsis inside the lines... >> > > IIRC, these should do it: > > , > | -- Variable: print-length > | The va

Re: [O] Custom Agenda View for Projects

2011-03-17 Thread Josh Berry
On Tue, Mar 15, 2011 at 14:35, Christian Zang wrote: > 2011/3/15 Christian Zang : >> 2011/3/15 Manish : >>> On Tue, Mar 15, 2011 at 11:54 AM, Christian Zang wrote: 2011/3/15 Manish: > On Tue, Mar 15, 2011 at 12:54 AM, Christian Zang wrote: >> Dear all, >> >> I might be overloo

Re: [O] Worg updating?

2011-03-17 Thread Erik Iverson
On 03/17/2011 05:34 PM, Nick Dokos wrote: Thomas S. Dye wrote: Aloha all, Changes I made to the LaTeX export tutorial several days ago haven't made their way to Worg yet. Is Worg updating? All the best, Tom Thanks for reminding me: I made a change to org-hacks some time ago and it hasn't

Re: [O] Re: [Orgmode] Startup page

2011-03-17 Thread Nick Dokos
Matthew Sauer wrote: > Sigh, at times it's the small things that you miss that bite you in the > foot. > > (defun org-dblock-write:recently-modified (params) > (insert (mapconcat (lambda (arg) (concat "[[file:" arg "][" arg "]]" )) > (split-string (shell-command-to-string "ls -t > /cygdrive/c/

Re: [O] Worg updating?

2011-03-17 Thread Nick Dokos
Thomas S. Dye wrote: > Aloha all, > > Changes I made to the LaTeX export tutorial several days ago haven't > made their way to Worg yet. Is Worg updating? > > All the best, > Tom > Thanks for reminding me: I made a change to org-hacks some time ago and it hasn't shown up yet. Maybe it wou

[O] Re: List-table feature (or a potential quick and easy mullti-lines table in org?)

2011-03-17 Thread Ben
> > > Out of boredom, I've written a draft for it. > > Woohoo! congrats for the way you're getting bored! Hey thank you Nicolas! > #+begin_src emacs-lisp > So here I'm guessing the whole code fits into Babel, right? All of this will convert > (...) > | Row 1 | 1.1 | 1.2 | 1.3 | > | Row 2 | 2

Re: [O] Re: [Orgmode] Startup page

2011-03-17 Thread Matthew Sauer
Sigh, at times it's the small things that you miss that bite you in the foot. (defun org-dblock-write:recently-modified (params) (insert (mapconcat (lambda (arg) (concat "[[file:" arg "][" arg "]]" )) (split-string (shell-command-to-string "ls -t /cygdrive/c/Dropbox/org *.org | head -10")) "\n"))

Re: [O] Re: Problem with agenda and diary

2011-03-17 Thread Nick Dokos
Dan Griswold wrote: > org-format-agenda-item("" "" "Diary" nil time) > (setq x (org-format-agenda-item "" x "Diary" nil (quote time))) > (lambda (x) (setq x (org-format-agenda-item "" x "Diary" nil ...)) (org-a= > dd-props x (text-properties-at ... x) (quote type) "diary" (quote date) dat=

Re: [O] Re: Problem with agenda and diary

2011-03-17 Thread Nick Dokos
=?utf-8?Q?S=C3=A9bastien_Vauban?= wrote: > Side question: how do you do to see a really full backtrace? > > My backtraces always are elided with ellipsis inside the lines... > IIRC, these should do it: , | -- Variable: print-length | The value of this variable is the maximum number

Re: [O] Re: Problem with agenda and diary

2011-03-17 Thread Nick Dokos
Dan Griswold wrote: > Sure. But I don't want to include absolutely everything, because of > personal calendar entries. Here it is, back to the point where it gets > too specific to my life: > That's of course as it should be. > > Debugger entered--Lisp error: (args-out-of-range -1 0) > add

[O] Update Emacs development sources to 7.5 ?

2011-03-17 Thread Óscar Fuentes
Are there plans for updating the org-mode sources contained in the Emacs bzr repository? Can I help to speed up the process?

[O] Worg updating?

2011-03-17 Thread Thomas S. Dye
Aloha all, Changes I made to the LaTeX export tutorial several days ago haven't made their way to Worg yet. Is Worg updating? All the best, Tom

Re: [O] Professional PDF LaTeX templates?

2011-03-17 Thread Thomas S. Dye
Aloha Rasmus, On Mar 17, 2011, at 10:34 AM, Rasmus wrote: I can't translate it into anything that looks the quality of using MS Word and Adobe Flashpaper. Well, that sounds wrong. There are a number of blogs which publish templates. Look into them. For starters, look into the blog-roll at te

[O] Re: [PATCH 0/5] Improvements to Taskjuggler export

2011-03-17 Thread Christian Egli
Bastien writes: > Did Anthony advertized his enhancements on this list? AFAIK he did announce them here, but that was a long time ago, probably more than six months. Thanks -- Christian Egli Swiss Library for the Blind, Visually Impaired and Print Disabled Grubenstrasse 12, CH-8045 Zürich, Sw

[O] Re: [PATCH 0/5] Improvements to Taskjuggler export

2011-03-17 Thread Christian Egli
Hi Marc Marc-Oliver Ihm writes: > Does your fork incorporate Anthonys enhancements (e.g. the > :TJ:-Drawer) ? It contains some of his enhancements but not all. He has two versions of the code. One for tj2 and one for tj3. I would like to have one version for both. The code as it stands right no

[O] Re: Problem with agenda and diary

2011-03-17 Thread Dan Griswold
On 17 Mar 2011, nicholas.do...@hp.com wrote: > Can you provide a backtrace? See section 1.4, "Feedback", of the Org > manual on how to produce a backtrace. Sure. But I don't want to include absolutely everything, because of personal calendar entries. Here it is, back to the point where it gets to

[O] Re: org-src-fontify-natively makes things very, very slow

2011-03-17 Thread Sébastien Vauban
Hi all, Eric S Fraga wrote: > Julian Burgos writes: >> I was very excited to discover org-src-fontify-natively, but I´m not having >> a good experience with it. When it is on, org-mode becomes very slow while >> typing into a code block. This happens regardless of the size of the file >> or numbe

Re: [O] Professional PDF LaTeX templates?

2011-03-17 Thread Rasmus
> I can't translate it into anything that looks the quality of > using MS Word and Adobe Flashpaper. Well, that sounds wrong. There are a number of blogs which publish templates. Look into them. For starters, look into the blog-roll at texample. > Just wondering if anyone has some template exampl

[O] Re: Problem with agenda and diary

2011-03-17 Thread Sébastien Vauban
Hi Tassilo, Tassilo Horn wrote: >> It may has been introduced by one of my latest commit. Could you load >> org-agenda.el (not compiled) and give me the full backtrace (in >> private)? > > Sure, here it is. There' nothing private in it, so we can stay on list. > > Debugger entered--Lisp error: (w

Re: [O] `session-jump-to-last-change' and org-mode

2011-03-17 Thread Carsten Dominik
On 17.3.2011, at 19:30, Eric S Fraga wrote: > Le Wang writes: > >> On Thu, Mar 17, 2011 at 10:27 PM, Nick Dokos wrote: >> >>> Why would you need to coordinate with the session author about advising >>> a function? It's your own personal advice and you can do whatever you >>> want. Of course,

Re: [O] Re: Problem with agenda and diary

2011-03-17 Thread Nick Dokos
Dan Griswold wrote: > On 17 Mar 2011, tass...@member.fsf.org wrote: > > > I've just update my org checkout, and the issue seems to be already > > fixed by > > > > * 9216453..: Julien Danjou 2011-03-17 org-agenda: remove useless > > concat > > commit 9216453a3882eb45d0ba05e4e4fdeba9488205cc > >

[O] Re: Problem with agenda and diary

2011-03-17 Thread Dan Griswold
On 17 Mar 2011, tass...@member.fsf.org wrote: > I've just update my org checkout, and the issue seems to be already > fixed by > > * 9216453..: Julien Danjou 2011-03-17 org-agenda: remove useless > concat > commit 9216453a3882eb45d0ba05e4e4fdeba9488205cc > Author: Julien Danjou > Date: Thu Ma

Re: [O] `session-jump-to-last-change' and org-mode

2011-03-17 Thread Eric S Fraga
Le Wang writes: > On Thu, Mar 17, 2011 at 10:27 PM, Nick Dokos wrote: > >> Why would you need to coordinate with the session author about advising >> a function? It's your own personal advice and you can do whatever you >> want. Of course, as Carsten pointed out, there is good advice and there >

Re: [O] org-src-fontify-natively makes things very, very slow

2011-03-17 Thread Eric S Fraga
Julian Burgos writes: > Dear list, > > I was very excited to discover org-src-fontify-natively, but I´m not > having a good experience with it. When it is on, org-mode becomes > very slow while typing into a code block. This happens regardless of > the size of the file or number of blocks, and

Re: [O] Re: Problem with agenda and diary

2011-03-17 Thread Tassilo Horn
Hi all, I've just update my org checkout, and the issue seems to be already fixed by * 9216453..: Julien Danjou 2011-03-17 org-agenda: remove useless concat commit 9216453a3882eb45d0ba05e4e4fdeba9488205cc Author: Julien Danjou Date: Thu Mar 17 17:07:10 2011 +0100 org-agenda: remove us

Re: [O] Re: Problem with agenda and diary

2011-03-17 Thread Nick Dokos
Julien Danjou wrote: > On Thu, Mar 17 2011, Tassilo Horn wrote: > > > Sure, here it is. There' nothing private in it, so we can stay on > > list. > > There's something I really do not understand in this bt. > > > Debugger entered--Lisp error: (wrong-type-argument integerp nil) > > substring

Re: [O] Re: [REGRESSION] Description List + HTML

2011-03-17 Thread Jambunathan K
Nicolas >> Would you consider enclosing them in paragraph tags. > > I've pushed a fix in that direction. Is it correct now? Thanks for this. Verified that my test file exports fine. Jambunathan K. --

[O] Re: [Bug] MCE for HTML test of export

2011-03-17 Thread Nicolas
Hello, Sébastien Vauban writes: > Regarding this problem only, it must be an interaction then with my following > setting for the inline task in HTML: > > #+begin_src emacs-lisp > ;; templates for inline tasks in various exporters > (setq org-inlinetask-export-templates >

[O] Re: Gmane no longer keep the in the subject

2011-03-17 Thread Achim Gratz
Bastien writes: Thanks to Lars Magne Ingebrigtsen for configuring Gmane for this. Looks like he is a very thorough man and removes it from everywhere in the line... :-) Thanks to LarsI and you for making that change. Achim. -- +<[Q+ Matrix-12 WAVE#46+305 Neuron microQkb Andromeda XTk Blofel

Re: [O] Re: Problem with agenda and diary

2011-03-17 Thread Julien Danjou
On Thu, Mar 17 2011, Tassilo Horn wrote: > Sure, here it is. There' nothing private in it, so we can stay on > list. There's something I really do not understand in this bt. > Debugger entered--Lisp error: (wrong-type-argument integerp nil) > substring(#(" Diary: St. Patrick's Day" 0 2

[O] Re: List-table feature (or a potential quick and easy mullti-lines table in org?)

2011-03-17 Thread Nicolas
Hello, Ben writes: > I'm thinking about a potential alternative and I would like to know if > anyone here would know if this can be done with org. > ReStructured Text [2] has a nice feature called list-tables. As you can > guess from the name, you write a list and an instruction to process it an

Re: [O] `session-jump-to-last-change' and org-mode

2011-03-17 Thread Le Wang
On Thu, Mar 17, 2011 at 10:27 PM, Nick Dokos wrote: > Why would you need to coordinate with the session author about advising > a function? It's your own personal advice and you can do whatever you > want. Of course, as Carsten pointed out, there is good advice and there > is bad advice, and you

Re: [O] Another HTML Export Problem

2011-03-17 Thread Scott Randby
On 03/17/2011 04:07 AM, Bastien wrote: > Hi Scott, > > Bastien writes: > >> If you can, please test this patch. I'm not applying it right now as >> I want to make sure to apply a safe and complete patch. > > I've applied this patch now. Hi Bastien, It works and doesn't break anything else a

[O] Re: Problem with agenda and diary

2011-03-17 Thread Dan Griswold
On 17 Mar 2011, tass...@member.fsf.org wrote: > Hm, the entry it errors with seems to come from the St. Patrick's Day > entry in `calendar-holidays'... I thought the same thing. But then I customized holiday-general-holidays to exclude St. Patrick's Day, and the error still comes up, the backtrac

Re: [O] Re: Problem with agenda and diary

2011-03-17 Thread Julien Danjou
On Thu, Mar 17 2011, Tassilo Horn wrote: > Yes, I can confirm that. Here's parts of the backtrace: > > Debugger entered--Lisp error: (wrong-type-argument integerp nil) > org-agenda-highlight-todo(#(" Diary: St. Patrick's Day" 0 2 > (org-category "diary" tags nil org-highest-priority 65 o

Re: [O] Re: Another HTML Export Problem

2011-03-17 Thread Eric S Fraga
David Maus writes: > Hi, > > Bastien's patch looks good and/but introduces a regression: The commit > that started all this trobule -- > 163cd58ffd6461c98a96b1b63a3cf082b2825a52 -- fixed a problem with > exporting links with a description that contained an ISO Date. The > current problem can be

Re: [O] `session-jump-to-last-change' and org-mode

2011-03-17 Thread Nick Dokos
Le Wang wrote: > On Thu, Mar 17, 2011 at 3:02 PM, Carsten Dominik > wrote: > > (defadvice session-jump-to-last-change (after org-expand activate compile) >  "Reveal hidden point after jumping." >  (when (and (eq major-mode 'org-mode) >             (outline-invisible-p)) >  

[O] Re: [Babel] why did ob-ditaa generate image file fail in orgmode?

2011-03-17 Thread Eric Luo
Thanks for your reminder, I updated the orgmode to the lastest, now it's ok

Re: [O] Table formula changes are not always necessary when moving rows

2011-03-17 Thread Nick Dokos
Carsten Dominik wrote: > > On 28.2.2011, at 12:43, Tom wrote: > > > I have a table in which I sum the values of all rows in the last > > row: vsum(@1..@-I-1). The problem is when move a row with M-up > > before the first row (e.g. I press M-up on the second row) then > > org modifies this formu

[O] Following links in an indirect buffer

2011-03-17 Thread Shaun Johnson
Hi all, I regularly work in an indirect buffer created by org-tree-to-indirect-buffer. Following an id: type link in such a buffer seems to always switche to the base buffer even if the target is visible in the indirect buffer. Is the buffer switching intended behaviour or is this a bug? Follo

[O] org-src-fontify-natively makes things very, very slow

2011-03-17 Thread Julian Burgos
Dear list, I was very excited to discover org-src-fontify-natively, but I´m not having a good experience with it. When it is on, org-mode becomes very slow while typing into a code block. This happens regardless of the size of the file or number of blocks, and the slow down is very noticeable.

[O] Re: Problem with agenda and diary

2011-03-17 Thread Tassilo Horn
Dan Griswold writes: Hi Dan, > As of today, there's a problem with org-agenda-list when > org-agenda-include-diary is set to t. I get this error: > mapcar: Wrong type argument: integerp, nil Yes, I can confirm that. Here's parts of the backtrace: --8<---cut here---st

Re: [O] Problem with agenda and diary

2011-03-17 Thread Erik Iverson
Dan, My agenda won't build this morning either, so it's more than you. I don't have time to investigate right now, but just know it's not something you did. --e Dan Griswold wrote: Hi all, As of today, there's a problem with org-agenda-list when org-agenda-include-diary is set to t. I get thi

[O] Problem with agenda and diary

2011-03-17 Thread Dan Griswold
Hi all, As of today, there's a problem with org-agenda-list when org-agenda-include-diary is set to t. I get this error: mapcar: Wrong type argument: integerp, nil I have confirmed that the error occurs with only one item in the diary file, such as this one: Mar 18, 2011 8:00 planning I feel

Re: [O] org-clock-report to insert a :scope sutree report when called from within a subtree?

2011-03-17 Thread John Hendy
On Thu, Mar 17, 2011 at 5:52 AM, Bastien wrote: > Hi all, > > The default when creating a clock report is to use :scope file. I find > it not practical for big files, where the report can take long to build. > > I'm thinking of applying this change: when called from within a subtree, > `C-c C-x

[O] Re: Another HTML Export Problem

2011-03-17 Thread David Maus
Hi, Bastien's patch looks good and/but introduces a regression: The commit that started all this trobule -- 163cd58ffd6461c98a96b1b63a3cf082b2825a52 -- fixed a problem with exporting links with a description that contained an ISO Date. The current problem can be located in `org-html-do-expand' wh

Re: [O] Trying to replace PasswordSafe with org-crypt

2011-03-17 Thread Óscar Fuentes
Julien Danjou writes: > On Thu, Mar 17 2011, Óscar Fuentes wrote: > >> It would nice to get rid of that noise, if possible. > > It's kinda handy to have them to match the text. I don't think it's a > real problem. They are very standard. Ok, I can live with that. >> Second: >> >> Version: GnuPG

Re: [Accepted] [O] New option to create unique, random labels for footnotes.

2011-03-17 Thread Scot Becker
I like this, Matt! On Thu, Mar 17, 2011 at 8:25 AM, Bastien Guerry wrote: > Patch 680 (http://patchwork.newartisans.com/patch/680/) is now "Accepted". > > Maintainer comment: none > > This relates to the following submission: > > http://mid.gmane.org/%3C87y64ji2hj.fsf%40fastmail.fm%3E > > Here i

[O] Re: [BUG] Unmatched #+end-src

2011-03-17 Thread Nicolas Goaziou
Hello, "Eric Schulte" writes: >> The real problem is: how should Org react when parsing syntactically >> erroneous buffers? I concede that freezing Emacs isn't nice, but otoh, >> code can't deal with every possible user error. >> >> So, what is the expected behavior here? Consider orphan #+end_

Re: [O] Professional PDF LaTeX templates?

2011-03-17 Thread Russell Adams
On Wed, Mar 16, 2011 at 10:54:18AM -0400, Nick Dokos wrote: > 'Mash wrote: > > > > > I suppose by "professional" I really meant "polished", and so it is > > LaTeX styling I have having trouble with, it may also be laziness on > > my part. I have tried searching for LaTeX styling which I can > > tr

Re: [O] a small contribution

2011-03-17 Thread Bastien
Hi Filippo, "Filippo A. Salustri" writes: > So I wrote a small perl program that digests every file in my org > directory looking for todos. Such a script could go on Worg -- perhaps here: http://orgmode.org/worg/org-tools/index.html If you want to contribute to Worg, please read this: h

Re: [O] Table formula changes are not always necessary when moving rows

2011-03-17 Thread Carsten Dominik
On Mar 17, 2011, at 11:02 AM, Christian Moe wrote: > > >> You can also use @<<< to mean the second row > > Did you mean @<< No, I meant "third" :D > ? > > Yours, > Christian - Carsten

[O] Re: List-table feature (or a potential quick and easy mullti-lines table in org?)

2011-03-17 Thread Jambunathan K
> What is does it to transform a nested list in a simple table. Just a thought. If someone takes a stab at it, I suggest that they use my experimental staging branch (org-html/org-odt) that implements callbacks for various org entities like paragraphs, outline, lists and tables. Without looki

[O] List-table feature (or a potential quick and easy mullti-lines table in org?)

2011-03-17 Thread Ben
Dear Orgers, I would have a question for you. I'm writing more and more documentation in OrgMode (with HTML and DocBook exports) and I'm very happy with it. There's a little hitch though on tables. Org tables are great with one known and documented constraints: it does not accept multi lines [1].

Re: [O] Re: [PATCH 0/5] Improvements to Taskjuggler export

2011-03-17 Thread Bastien
Hi Christian, Christian Egli writes: > Bastien writes: > >> Ps: I had trouble applying your patches: they came in one order on the >> list, and on a different one on patchwork. Applying them from patchwork >> didn't always work, so I had to do a few things manually. Not a problem. > > Is ther

Re: [O] Re: [PATCH 1/5] Add some minimal infrastructure to handle export to both tj2 and tj3

2011-03-17 Thread Bastien
Hi Christian, Christian Egli writes: > How do we proceed? Do I resubmit the patch? No need, I just applied the fix you suggest. Thanks for it! -- Bastien

[O] org-clock-report to insert a :scope sutree report when called from within a subtree?

2011-03-17 Thread Bastien
Hi all, The default when creating a clock report is to use :scope file. I find it not practical for big files, where the report can take long to build. I'm thinking of applying this change: when called from within a subtree, `C-c C-x C-r' will insert a clock report with ":scope subtree", and use

Re: [O] Re: [Orgmode] Startup page

2011-03-17 Thread Filippo A. Salustri
Here's what I do: (let ((initial-buffer (current-buffer)) (agenda-window (selected-window)) right-window) ;; We're still in the root window. (set-frame-size (selected-frame) 162 50) ; resize the aquamacs window. (org-agenda nil "0") (tabbar-close-tab

[O] Re: [PATCH 0/5] Improvements to Taskjuggler export

2011-03-17 Thread Christian Egli
Hi Bastien Bastien writes: > Ps: I had trouble applying your patches: they came in one order on the > list, and on a different one on patchwork. Applying them from patchwork > didn't always work, so I had to do a few things manually. Not a problem. Is there anything I can do about this? I jus

[O] Re: [PATCH 1/5] Add some minimal infrastructure to handle export to both tj2 and tj3

2011-03-17 Thread Christian Egli
Bastien writes: > Christian Egli writes: > >> +(defun org-taskjuggler-targeting-tj3-p () >> + "Return true if we are targeting TaskJuggler III." >> + (< org-export-taskjuggler-target-version 3.0)) > > I'm dubious on this one. > > Shouldn't it be > > #+begin_src emacs-lisp > (defun org-taskjug

[O] [Accepted] [O,5/5] Escape double quotes in headlines

2011-03-17 Thread Bastien Guerry
Patch 692 (http://patchwork.newartisans.com/patch/692/) is now "Accepted". Maintainer comment: none This relates to the following submission: http://mid.gmane.org/%3C1300273502-12977-6-git-send-email-christian.egli%40alumni.ethz.ch%3E Here is the original message containing the patch: > Conten

[O] [Accepted] [O, 2/5] Mark a task as a milestone if it is a leaf node and cannot be scheduled

2011-03-17 Thread Bastien Guerry
Patch 695 (http://patchwork.newartisans.com/patch/695/) is now "Accepted". Maintainer comment: none This relates to the following submission: http://mid.gmane.org/%3C1300273502-12977-3-git-send-email-christian.egli%40alumni.ethz.ch%3E Here is the original message containing the patch: > Conten

Re: [O] Re: [Orgmode] Startup page

2011-03-17 Thread Matthew Sauer
No, that still gives me the scratch buffer over the top and the the two windows I want down below. When I had the startup page activated it would override one of the two buffers that I had selected but for some reason the scratch buffer is dividing the screen horizontally and place itself over the

[O] [Accepted] [O, 1/5] Add some minimal infrastructure to handle export to both tj2 and tj3

2011-03-17 Thread Bastien Guerry
Patch 691 (http://patchwork.newartisans.com/patch/691/) is now "Accepted". Maintainer comment: none This relates to the following submission: http://mid.gmane.org/%3C1300273502-12977-2-git-send-email-christian.egli%40alumni.ethz.ch%3E Here is the original message containing the patch: > Conten

Re: [O] org table calc and lisp for hh:mm timetable

2011-03-17 Thread Bastien
Hi Martin, Martin Halder writes: > this is fantastic, already love lisp, thanks a lot.. now I have exactly > what I wanted.. additionally I needed the time format in industrial mode > (1h = 100m = 100s), implemented in ihms. thanks for these functions -- I allowed myself to add them to Worg/org

Re: [O] [BUG] in LaTeX export

2011-03-17 Thread Thomas Holst
Hi Bastien, · Bastien wrote: > Hi Thomas, > > Thomas Holst writes: > >> _abc /_abc/ *_abc* /a_bc/ *a_bc* > > You need to escape the underscore: > > \_abc /\_abc/ *\_abc* /a\_bc/ *a\_bc* > > HTH, thank you for your answer. Escaping does help. But I thought with setting #+OPTIONS: ^:{} the

Re: [O] [Bug?] org-crypt warning and --daemon

2011-03-17 Thread Bastien
Julien Danjou writes: > On Thu, Mar 17 2011, Bastien wrote: > >> (Btw, I also wonder if it really makes sense to have auto-save-default >> turned on in daemon mode.) > > I don't see why it would not? Mh.. yes, you're right. -- Bastien

Re: [O] [Bug?] org-crypt warning and --daemon

2011-03-17 Thread Bastien
Julien Danjou writes: > On Thu, Mar 17 2011, Bastien wrote: > >> (Btw, I also wonder if it really makes sense to have auto-save-default >> turned on in daemon mode.) > > I don't see why it would not? Yes, you're right. -- Bastien

Re: [O] [Bug?] org-crypt warning and --daemon

2011-03-17 Thread Julien Danjou
On Thu, Mar 17 2011, Bastien wrote: > (Btw, I also wonder if it really makes sense to have auto-save-default > turned on in daemon mode.) I don't see why it would not? -- Julien Danjou ❱ http://julien.danjou.info pgpTKunFMukca.pgp Description: PGP signature

Re: [O] OrgCamp in India -- Interested?

2011-03-17 Thread Bastien
Hi Puneeth, Puneeth Chaganti writes: > Inspired by the OrgCamps being conducted in Paris [1] [2], I would > like to propose an OrgCamp somewhere in India. thanks for suggesting this -- just a reminder: if you want, you can use the Worg/orgcamps.org page for storing information: http://orgmo

Re: [O] Other programs to edit Org documents?

2011-03-17 Thread Christian Moe
I've toyed around with a jQuery-based web interface to this end. I think a reasonable target would be to emulate the functions you can reach with speed keys on the first column of a heading in Org: folding, navigation, todo states, promoting, demoting... plus perhaps extend them to lists and ch

[Accepted] [O] Goto correct footnote insertion point in org-mode buffers

2011-03-17 Thread Bastien Guerry
Patch 678 (http://patchwork.newartisans.com/patch/678/) is now "Accepted". Maintainer comment: none This relates to the following submission: http://mid.gmane.org/%3C871v2bjh4z.fsf%40fastmail.fm%3E Here is the original message containing the patch: > Content-Type: text/plain; charset="utf-8" >

Re: [O] how to compare org-mode version to current file needs

2011-03-17 Thread Olaf.Hamann
Am 17.03.2011 10:12, schrieb Bastien: [...] I don't see the real need for something complicated. Just say that the .org file needs current head until it's not true anymore. If you don't want to have to update this message, say (insert "This file needs " (org-version)) [..] Pragmatical, easy t

[Accepted] [O] New option to create unique, random labels for footnotes.

2011-03-17 Thread Bastien Guerry
Patch 680 (http://patchwork.newartisans.com/patch/680/) is now "Accepted". Maintainer comment: none This relates to the following submission: http://mid.gmane.org/%3C87y64ji2hj.fsf%40fastmail.fm%3E Here is the original message containing the patch: > Content-Type: text/plain; charset="utf-8" >

Re: [O] Table formula changes are not always necessary when moving rows

2011-03-17 Thread Christian Moe
You can also use @<<< to mean the second row Did you mean @<< ? Yours, Christian

Re: [O] documentary filmmaking and reproducible research?

2011-03-17 Thread Bastien
Hi David, "David O'Toole" writes: > So, what do people think of assembling free software so that anyone > can make reproducibly-researched, remixable, crowd-sourced documentary > films? I think it would be nice. -- Bastien

Re: [O] Uniquely url-ify sentences?

2011-03-17 Thread Bastien
Hi Ross, r...@rosslaird.com (Ross A. Laird) writes: > Feedback and suggestions most welcome. Jason replied -- did you get his code? Thanks for confirming, -- Bastien

Re: [O] [BUG] in LaTeX export

2011-03-17 Thread Bastien
Hi Thomas, Thomas Holst writes: > _abc /_abc/ *_abc* /a_bc/ *a_bc* You need to escape the underscore: \_abc /\_abc/ *\_abc* /a\_bc/ *a\_bc* HTH, -- Bastien

Re: [O] quick question about face names

2011-03-17 Thread Bastien
Hi, having a body-text specific face would considerably slow down motion in Org buffers, as the fontification process would need to check against a new body-text syntactic structure. The solution would be to change the face "default" on a buffer basis, but AFAIK that's currently not possible. HT

Re: [O] Having problem with latex export of image file

2011-03-17 Thread Bastien
Hi Nick, Nick Dokos writes: > I didn't look very hard, but I didn't find documentation on these. If Robert or you can provide a documentation patch for this, it would be nice. It's not (only) laziness from me: since you stumbled on the issue, I guess you can better explain what is at stake. T

Re: [O] Other programs to edit Org documents?

2011-03-17 Thread Jude DaShiell
Has anyone used their iPhone to search for emacs in the apps store? Someone wrote an app that can import org-mode files onto the iPhone. Don't yet know how good it is since I'm just starting out with org-mode myself.On Wed, 16 Mar 2011, Scot Becker wrote I have other flavors of Linux availab

Re: [O] [Bug?] org-crypt warning and --daemon

2011-03-17 Thread Bastien
Hi Memnon, Memnon Anon writes: > However, this would mean that users who always start as daemon will > never actually see it, right? So it may be better to always message the > warning but only sit-for when emacs is started as daemon... I removed the warning when emacs is run in daemon. Both s

Re: [O] Trying to replace PasswordSafe with org-crypt

2011-03-17 Thread Julien Danjou
On Thu, Mar 17 2011, Óscar Fuentes wrote: > It would nice to get rid of that noise, if possible. It's kinda handy to have them to match the text. I don't think it's a real problem. They are very standard. > Second: > > Version: GnuPG v1.4.10 (GNU/Linux) > > That changes from system to system (GN

Re: [O] Other programs to edit Org documents?

2011-03-17 Thread Carsten Dominik
On 17.3.2011, at 08:21, Bastien wrote: > Hi Scot, > > Scot Becker writes: > >> There are all kinds of advantages to this, seems to me, and of course >> it partly exists in the form of Moblie Org. Org-mode is both an >> interface and a specification, you could say (as well as a friendly >> clu

Re: [O] Publishing notes to a website

2011-03-17 Thread Bastien
Hi Thomas, Thomas Herbert writes: > I have a single php file for the CMS and a single php file for > the "orgile" class. The class is totally independent of the CMS, like > "textile" and the "textile class". This is actually a clean approach, and I'm looking forward testing this when you con

  1   2   >