Re: [O] how to change the headline starter *

2011-07-15 Thread harven
Carsten Dominik gmail.com> writes: > > BTW, this discussion has happened in the mailing list > before several times - a FAQ entry might indeed be > appropriate. > > - Carsten Let me apologize for having started the thread then. Sincerely, -- Harven

Re: [O] how to change the headline starter *

2011-07-15 Thread Carsten Dominik
On 14.7.2011, at 20:01, Nick Dokos wrote: > har...@free.fr wrote: > >> >>> b...@altern.org writes: >>> >>> har...@free.fr writes: >>> (setq outline-regexp "[-\f]+") so as to use - as the headline starter character in outline mode. Switch to another buffer, enter the text

Re: [O] Performance problem when switching agenda views - need for cache?

2011-07-15 Thread Rainer Stengele
Am 16.07.2011 01:15, schrieb Nick Dokos: > Rainer Stengele wrote: > >> It will not be easy to cut down my org files to smaller sizes. >> > > If you could try just eliminating the big file from org-agenda-files > temporarily, try the commands to see if it does indeed make a > difference, and then

[O] [PATCH] fix compiler warning in org-footnote.el for not known to be defined function org-combine-plists defined in org.el but not declared in org-footnote.el

2011-07-15 Thread Matthew Sauer
diff --git a/lisp/org-footnote.el b/lisp/org-footnote.el index 03e6369..3a30575 100644 --- a/lisp/org-footnote.el +++ b/lisp/org-footnote.el @@ -54,6 +54,7 @@ (declare-function org-fill-paragraph "org" (&optional justify)) (declare-function org-export-preprocess-string "org-exp"

Re: [O] Performance problem when switching agenda views - need for cache?

2011-07-15 Thread Nick Dokos
Rainer Stengele wrote: > It will not be easy to cut down my org files to smaller sizes. > If you could try just eliminating the big file from org-agenda-files temporarily, try the commands to see if it does indeed make a difference, and then add it back on, that would help steer us in the right

Re: [O] %(SEXP) with %c in org-capture templates

2011-07-15 Thread Philipp Möller
On 13 July 2011 01:46, Philipp Möller wrote: > Hello all, > I want to define a capture template which pre-processes the head of the kill > ring with a sexp that takes a string as an argument: > > (setq org-capture-templates >   (quote >    (("l" "Link" entry (file+headline "" "Links") >   

Re: [O] Performance problem when switching agenda views - need for cache?

2011-07-15 Thread Rainer Stengele
Am 15.07.2011 22:10, schrieb Nick Dokos: > Rainer Stengele wrote: > > >> Many a times I look at my weekly agenda view, working on the items of >> today and looking back over the weekdays to quickly find todos I have >> to to add further notes and clock times. >> >> Now, sometimes I do not find t

Re: [O] how to change the headline starter *

2011-07-15 Thread harven
harven free.fr> writes: > > Achim Gratz nexgo.de> writes: > > > > > Bastien altern.org> writes: > > > If you can go through Org's code (or motivate someone to go thru the > > > code for you) and check where the "*" is hardcoded instead of being > > > inherited from outline-mode that would he

Re: [O] how to change the headline starter *

2011-07-15 Thread harven
Achim Gratz nexgo.de> writes: > > Bastien altern.org> writes: > > If you can go through Org's code (or motivate someone to go thru the > > code for you) and check where the "*" is hardcoded instead of being > > inherited from outline-mode that would help a lot, because I'm busy > > with other c

Re: [O] question about ODT export behavior

2011-07-15 Thread Renzo Been
Jambunathan K gmail.com> writes: > >> Can you give me a hint where I can find some documentation about > >> changing the styles.xml? > > > > You can have a look at contrib/odt/README.org. Jambunathan points > > to this message, which can help: > > > > http://lists.gnu.org/archive/html/emacs-o

[O] breaking URLs

2011-07-15 Thread Henri-Paul Indiogine
Greetings! My goal is to export an orgmode file to LaTeX and then compile to PDF. My orgmode file contains many URLs. What is the best way to have them break? A simple URL in the orgmode file will not break. if I place the URL in \url{my url} it is exported as \url{[[my url]] [[my url]]}

Re: [O] Performance problem when switching agenda views - need for cache?

2011-07-15 Thread Nick Dokos
Rainer Stengele wrote: > Many a times I look at my weekly agenda view, working on the items of > today and looking back over the weekdays to quickly find todos I have > to to add further notes and clock times. > > Now, sometimes I do not find the right todo in the weekly view, so I > activate t

Re: [O] Calendar-like view of the org-agenda

2011-07-15 Thread Michael Markert
On 15 Jul 2011, OSiUX wrote: > When change the name of days and months, emacs crash!!:: > > (setq calendar-week-start-day 7 > european-calendar-style t > calendar-day-name-array > ["Dom" "Lun" "Mar" "Mie" "Jue" "Vie" "Sab"] > calendar-month-name-array > ["Ene" "F

Re: [O] how to change the headline starter *

2011-07-15 Thread Achim Gratz
Bastien writes: > If you can go through Org's code (or motivate someone to go thru the > code for you) and check where the "*" is hardcoded instead of being > inherited from outline-mode that would help a lot, because I'm busy > with other changes I find more important right now. There's roughly

Re: [O] ThoughtBack

2011-07-15 Thread John Hendy
On Fri, Jul 15, 2011 at 8:00 AM, Memnon Anon wrote: > > John Hendy writes: > > On Wed, Jul 13, 2011 at 11:11 AM, Bastien wrote: > [...] > >> Or did I miss something? > > > > Don't think so. Googling produces little, either. > [...] > > So... looks like notes + some other feature set that's unexp

Re: [O] Problem with autoloads

2011-07-15 Thread Jambunathan K
Achim Gratz writes: > Skip Collins writes: >> Is there any more progress on finding and fixing this problem with org >> and emacs24? I just built the development version of Aquamacs (GNU >> Emacs 24.0.50.3). The problem with the way org autoloads lisp files is >> present. Should this patch be ap

Re: [O] Formal description of Org files

2011-07-15 Thread Marcelo de Moraes Serpa
Hi guys, I was going to create a new thread, but this one seems to fit exactly what I'm looking for. I'm creating a web app that interacts with orgmode files and allows you to edit orgmode files on the browser. The edit part is not done. I'm quite good at Javascript, and I wouldn't mind hacking s

Re: [O] Performance problem when switching agenda views - need for cache?

2011-07-15 Thread Rainer Stengele
Am 15.07.2011 18:00, schrieb Memnon Anon: > Hi Rainer, > > Sorry, I can not really comment/help with anything. > Just curious: > > Rainer Stengele writes: >> This process, switching to "all todos" and back to "weekly agenda" >> takes about 18 (!) seconds netto. This is a lot! > > a) How many f

Re: [O] ThoughtBack

2011-07-15 Thread Memnon Anon
Hi Brian, [BTW: Keeping it on list, because there still may be some good results for org. Strictly speaking however, this is at least semi-OT. But I do not add OT to the subject yet.] brian powell writes: > On Fri, Jul 15, 2011 at 9:00 AM, Memnon Anon >> But I wholeheartedly

Re: [O] Org table to CSV

2011-07-15 Thread A. Ryan Reynolds
On Jul 15, 2011, at 12:38 PM, Jambunathan K wrote: > M-x org-table-export RET > > If you are confused about what to type in just use TAB to see the > completion candidates. Thanks Eric and Jambunathan. That works well. Is there a way to have it convert in-place, the way C-c | works, rather tha

Re: [O] error writing agenda view to html file

2011-07-15 Thread Jambunathan K
Rainer Stengele writes: > Hi all! > > In agenda view doing a C-x C-w produces a face related error. > Can somebody help me out finding the issue in this debug message? > Which font shoudl I change/correct? Possible candidates are one of these faces --8<---cut here---star

Re: [O] Calendar-like view of the org-agenda

2011-07-15 Thread OSiUX
CFW it's AWESOME! When change the name of days and months, emacs crash!!:: (setq calendar-week-start-day 7 european-calendar-style t calendar-day-name-array ["Dom" "Lun" "Mar" "Mie" "Jue" "Vie" "Sab"] calendar-month-name-array ["Ene" "Feb" "Mar" "Abr" "May" "Jun" "Jul" "Ago" "Sep" "Oct

Re: [O] Org table to CSV

2011-07-15 Thread Eric Schulte
"A. Ryan Reynolds" writes: > I'm doing a lot of work with CSV files at the moment. I know I can > convert a region of CSV to an org table with C-c | (and I do so > frequently-- thanks for this highly useful feature!), but is there any > way I can turn an org table back into CSV? I need to do this

[O] error writing agenda view to html file

2011-07-15 Thread Rainer Stengele
Hi all! In agenda view doing a C-x C-w produces a face related error. Can somebody help me out finding the issue in this debug message? Which font shoudl I change/correct? Thanks, - Rainer Debugger entered--Lisp error: (error "Invalid face") internal-get-lisp-face-attribute(nil :height nil)

Re: [O] babel work flow

2011-07-15 Thread Thomas S. Dye
Eric Schulte writes: > t...@tsdye.com (Thomas S. Dye) writes: > >> "Sebastien Vauban" writes: >> >>> Hi Thomas, >>> >>> Thomas S. Dye wrote: I want to use one of the dot utilities, tred, in a way that preserves my ability to distribute the Org-mode file as reproducible research, i.e.,

Re: [O] Org table to CSV

2011-07-15 Thread Jambunathan K
"A. Ryan Reynolds" writes: > I'm doing a lot of work with CSV files at the moment. I know I can > convert a region of CSV to an org table with C-c | (and I do so > frequently-- thanks for this highly useful feature!), but is there any > way I can turn an org table back into CSV? I need to do this

Re: [O] ThoughtBack

2011-07-15 Thread brian powell
On Fri, Jul 15, 2011 at 9:00 AM, Memnon Anon wrote: > John Hendy writes: >> On Wed, Jul 13, 2011 at 11:11 AM, Bastien wrote: > [...] >>> Or did I miss something? >> >> Don't think so. Googling produces little, either. > [...] >> So... looks like notes + some other feature set that's unexplained?

Re: [O] Problem with autoloads

2011-07-15 Thread Achim Gratz
Skip Collins writes: > Is there any more progress on finding and fixing this problem with org > and emacs24? I just built the development version of Aquamacs (GNU > Emacs 24.0.50.3). The problem with the way org autoloads lisp files is > present. Should this patch be applied to org sources? I've

Re: [O] Performance problem when switching agenda views - need for cache?

2011-07-15 Thread Memnon Anon
Hi Rainer, Sorry, I can not really comment/help with anything. Just curious: Rainer Stengele writes: > This process, switching to "all todos" and back to "weekly agenda" > takes about 18 (!) seconds netto. This is a lot! a) How many files are in your agenda file list? b) How many "all todos" d

[O] [dev] [BUG?] beamer and BEAMER_dovl property

2011-07-15 Thread Nicolas Goaziou
Hello, I noticed, while browsing `org-beamer-place-default-actions-for-lists', that the undocumented BEAMER_dovl property is looked after. AFAIU, it should permit to add overlay specifications to lists environments. But, when checking `org-beamer-after-initial-vars', it appears that Org propertie

[O] Org table to CSV

2011-07-15 Thread A. Ryan Reynolds
I'm doing a lot of work with CSV files at the moment. I know I can convert a region of CSV to an org table with C-c | (and I do so frequently-- thanks for this highly useful feature!), but is there any way I can turn an org table back into CSV? I need to do this almost as frequently. -- A. Ryan

Re: [O] babel work flow

2011-07-15 Thread Eric Schulte
t...@tsdye.com (Thomas S. Dye) writes: > "Sebastien Vauban" writes: > >> Hi Thomas, >> >> Thomas S. Dye wrote: >>> I want to use one of the dot utilities, tred, in a way that preserves my >>> ability to distribute the Org-mode file as reproducible research, i.e., >>> intermediate results should e

Re: [O] org-bibtex

2011-07-15 Thread Eric Schulte
Hi Tom, I just pushed up a fix for this issue. Thanks for suggesting this change. -- Eric t...@tsdye.com (Thomas S. Dye) writes: > Aloha Eric, > > I ran into an odd problem exporting org-bibtex references. It turned > out that I had inadvertently added a space, ":TYPE: book " The space is > in

Re: [O] Bug: Org-Babel Mode R Plot Output to LaTeX File [Babel] [7.5]

2011-07-15 Thread Eric Schulte
Hi Feiming, The "width" and "height" header arguments are passed to R to affect the size of the generated file e.g., png(filename="a1.png",width=500,height=500) however they do not affect the generated latex code. Luckily Org-mode does support passing information like image width to latex fig

Re: [O] [babel] Problem with tangling and newlines

2011-07-15 Thread Eric Schulte
Hi Seb, This is tricky because in some languages (e.g., Haskell and Python) whitespace needs to be respected, and the newlines are treated as part of the code block. We used to trim all whitespace padding from the edges of code blocks during tangling, however that caused problems, so now we do no

Re: [O] How-to evaluate Java-snippets in org-mode/org-babel?

2011-07-15 Thread Eric Schulte
Hi Torsten, I've just written the included emacs-lisp function [1], which when added to your config should provide for minimal evaluation functionality for java code blocks. This function drops the body of a code block to a file named after the value of the :classname header argument (since java

Re: [O] Attachments and refiling

2011-07-15 Thread Gustav Wikström
Hello Bastien! To clarify a bit. Lets say I have a file c:\temp\agenda.org (I'm calling it file 'a'). When marked with TODO item: done, headings in this file are archived to another file called c:\temp\archive\agenda.org_archive ('b') If i use C-c C-a to attach a file to a certain topic in 'a' a

[O] Performance problem when switching agenda views - need for cache?

2011-07-15 Thread Rainer Stengele
Dear all, let me show some times I clocked using my precious org system. Many a times I look at my weekly agenda view, working on the items of today and looking back over the weekdays to quickly find todos I have to to add further notes and clock times. Now, sometimes I do not find the right to

Re: [O] agenda view: global todo list

2011-07-15 Thread Memnon Anon
"Sebastien Vauban" writes: > "William H. Daffer" wrote: >> I'm relatively new to org-mode, I'm liking what I see so far, but I have two >> questions. [...] >> I'm using emacs 23.2.1, org-mode 6.33x [...] > First remark: migrate away from "remember". Use the new interface called > "org-capture".

Re: [O] agenda view: global todo list

2011-07-15 Thread Giovanni Ridolfi
"Sebastien Vauban" writes: > Hi William, > > "William H. Daffer" wrote: >> I'm relatively new to org-mode, I'm liking what I see so far, but I have two >> questions. > > Welcome, then! > >> I'm using emacs 23.2.1, org-mode 6.33x ops! William, this is quite old. please consider update to version

Re: [O] ThoughtBack

2011-07-15 Thread Memnon Anon
John Hendy writes: > On Wed, Jul 13, 2011 at 11:11 AM, Bastien wrote: [...] >> Or did I miss something? > > Don't think so. Googling produces little, either. [...] > So... looks like notes + some other feature set that's unexplained? I found some stuff, e.g.: http://vimeo.com/16594128 [which I

Re: [O] agenda view: global todo list

2011-07-15 Thread Sebastien Vauban
Hi William, "William H. Daffer" wrote: > I'm relatively new to org-mode, I'm liking what I see so far, but I have two > questions. Welcome, then! > I'm using emacs 23.2.1, org-mode 6.33x > > I have org-todo-keywords set to > > ((sequence "TODO(t!)" "ANALYSIS(a!)" "FEEDBACK(f@)" "VERIFY(v!)" "WA

Re: [O] how to change the headline starter *

2011-07-15 Thread Nicolas Goaziou
Hello, Bastien writes: > Nicolas Goaziou writes: > >> I think some parts of Org code use `outline-regexp', some others use >> `org-outline-regexp' and some parts have it hard-coded. >> >> For the sake of consistency, It would certainly be a good idea to >> generalize the use of `org-outline-reg

Re: [O] how to change the headline starter *

2011-07-15 Thread Bastien
Hi Memnon, Memnon Anon writes: > If Bastien agrees to its assessment, I would suggest adding a link to it > to the FAQ item on the topic. Please do. No matter if I 100% agree with its assessment or not, as long as it is informative -- and it is informative :) -- Bastien

Re: [O] how to change the headline starter *

2011-07-15 Thread Bastien
Hi Nicolas, Nicolas Goaziou writes: > I think some parts of Org code use `outline-regexp', some others use > `org-outline-regexp' and some parts have it hard-coded. > > For the sake of consistency, It would certainly be a good idea to > generalize the use of `org-outline-regexp'. Actually, I th

Re: [O] how to change the headline starter *

2011-07-15 Thread Memnon Anon
Hi all, I think this is a very reasonable and concise mail on the star topic Nicolas wrote here. If Bastien agrees to its assessment, I would suggest adding a link to it to the FAQ item on the topic. Memnon

Re: [O] how to change the headline starter *

2011-07-15 Thread Memnon Anon
Hi all, Pieter Praet writes: > On Thu, 14 Jul 2011 19:32:18 +0200 (CEST), har...@free.fr wrote: > Please don't *insult* our devs by calling this useless BS a "BUG", > let alone ask them to *waste* their precious time and skills on it. Mhh, I don't think it was in any way insulting to ask? OTOH,

Re: [O] Attachments and refiling

2011-07-15 Thread Bastien
Hi Gustav, Gustav Wikström writes: > Is it possible to make attachment-folders move with the headings when > refiling them to other locations? I'm not sure what you mean. Can you give an example? -- Bastien

Re: [O] Thesauri to manage tags ("Tag taxonomies") -- feature request

2011-07-15 Thread Karl Voit
* John Tait wrote: > Dear all Hi! > Some time ago I floated a "tag hierarchy" idea for org-mode. It didn't > gain much interest (through I received some very kind replies). > > http://lists.gnu.org/archive/html/emacs-orgmode/2011-03/msg01393.html Wow, cool idea and I totally agree regarding the

[O] Attachments and refiling

2011-07-15 Thread Gustav Wikström
Is it possible to make attachment-folders move with the headings when refiling them to other locations? Regards Gustav

Re: [O] how to change the headline starter *

2011-07-15 Thread Bastien
har...@free.fr writes: > Starting with emacs -Q (this is emacs 23.2 together with org-mode > 6.33), This version of Org is quite old -- for bug reports, we encourage people to check against the latest version. > execute in the scratch buffer > (setq outline-regexp "[•\f]+") > so as to use a bul

Re: [O] how to change the headline starter *

2011-07-15 Thread Bastien
Hi Philipp, Philipp Haselwarter writes: > Is there any particular reason for it to be hardcoded? Apart from the > fact that /well it just is this way right now/ I mean. Nothing carved in stone, but here are the two reasons I see: - we don't want users to use arbitrary regexp to match headlines

Re: [O] how to change the headline starter *

2011-07-15 Thread Nicolas Goaziou
Hello, Philipp Haselwarter writes: > Is there any particular reason for it to be hardcoded? Apart from the > fact that /well it just is this way right now/ I mean. I don't know the truth here, but I'd guess it is about keeping Org structure in ASCII. Org is about simplicity and portability (and

Re: [O] how to change the headline starter *

2011-07-15 Thread Jambunathan K
Philipp Haselwarter writes: > No need to go all flaming +1 Let's keep out hearts warm and our love of Orgmode mild. Let's not warm our hearts so much that it starts an hell fire and burn our souls to ashes. I hold all 3 parties not entirely above reproach. Just my 2 cents. ps: I feel all goo

Re: [O] how to change the headline starter *

2011-07-15 Thread Bastien
Hi Harven, I understand your point -- yes, from a purely theoretical point of view, we should be able to use another character than "*" to match headlines, because org-mode is derived from outline-mode. If you can go through Org's code (or motivate someone to go thru the code for you) and check

Re: [O] how to change the headline starter *

2011-07-15 Thread Philipp Haselwarter
No need to go all flaming because someone thinks the looks of the software matter. TBH I don't see what's wrong with that or in what way that's the opposite of efficiency. Abstracting the user interface from the logic is an important paradigm, especially for something like org-mode that you want t

Re: [O] Web bookmarks in ORG?

2011-07-15 Thread Angel de Vicente
Bastien writes: > Hi Angel, > > maybe you can have a look at GNU recutils: > > http://www.gnu.org/s/recutils/ > > I'd be curious to know if recutils has been used to store > and manage bookmarks, but I think it's a natural fit. > > We had some discussion with the author, Jose E. Marchesi, > wh