[Orgmode] Bug: Infinite loop when org-entry-put is called in buffer not in org-mode [6.33trans]

2009-11-25 Thread David Maus
Remember to cover the basics, that is, what you expected to happen and what in fact did happen. You don't know how to make a good report? See http://orgmode.org/manual/Feedback.html#Feedback Your bug report will be posted to the Org-mode mailing list.

Re: [Orgmode] Bug: Floating figure inside bullet list generates invalid latex [6.33trans (release_6.33f.19.g4b6d2)]

2009-11-25 Thread Eric S Fraga
At Tue, 24 Nov 2009 20:43:12 +0100, Carsten Dominik wrote: On Nov 23, 2009, at 11:15 AM, Eric S Fraga wrote: At Sun, 22 Nov 2009 23:52:50 +0100, Carsten Dominik wrote: Hi Eric, I have tried to fix this, please verify, and be on the look-out if this patch breaks something else.

Re: [Orgmode] latex export and beamer columns

2009-11-25 Thread Eric S Fraga
At Wed, 25 Nov 2009 07:28:36 +0100, Carsten Dominik wrote: Hi Eric, tis works just fine for me. Here are the values of the two variables: org-emphasis-alist is a variable defined in `org.el'. Its value is ((* bold b /b) (/ italic i /i) (_ underline span

[Orgmode] [n...@cs.dal.ca: Re: Bug with time summary in column view?]

2009-11-25 Thread Norbert Zeh
Sorry, this should have gone to the list instead of directly to James. -N -- And it happened all the time that the compromise between two perfectly rational alternatives was something that made no sense at all. -- Neal Stephenson, Anathem ---BeginMessage--- Hi James, thanks for looking into

[Orgmode] Adding to a List With No Heading Doesn't Work as Expected

2009-11-25 Thread Ian Barton
I am not sure if this is intended behaviour or not. If I start a new document with no headings and type: - item 1 then press M_Ret, I get: - item 1 * If my document is like: * Heading - item 1 M-Ret works as expected. This is with 6.33 trans. Ian.

Re: [Orgmode] How to limit mobileorg agendas to only a subset of my custom agendas?

2009-11-25 Thread Christopher Long
Dear Carsten, First, thanks! I grabbed it. It works well. And I see you added a few nice options too. For those as non-fluent in lisp as I am, don't get caught by the typo in moble (as I did when I first copied the setq into my .emacs file). You want the following text: (or edit

[Orgmode] Sorting of Lists Beginning with a Link Does Not Work as Expected

2009-11-25 Thread Ian Barton
- [[./benighted_on_the_ben.html][Benighted on the Ben.]] A Winter ascent of Glover's Chimney almost leads to bed breakfast on the summit of Ben Nevis. - [[./route_major.html][Route Major.]] We get lost on the famous route on Mont Blanc's southern side. - [[file:a_walk_in_the_berwyns.org][A

[Orgmode] Re: Bug with time summary in column view?

2009-11-25 Thread Matthew Lundin
Hi James, James TD Smith ahktenz...@mohorovi.cc writes: I'm experiencing the same problem the OP reports (i.e., no effort or clocksum summaries) when viewing columns in the agenda. I reported this in an earlier email: http://article.gmane.org/gmane.emacs.orgmode/19937 Ah, I missed that.

[Orgmode] Re: Bug with time summary in column view?

2009-11-25 Thread Norbert Zeh
Norbert Zeh [2009.11.25 543 -0400]: Hi James, thanks for looking into this, and fixing it. I'd be happy to test. Just one question. If I don't want to overwrite my stable version of org mode that's installed and I choose to install the git version in a separate location, how to I

Re: [Orgmode] Re: Bug with time summary in column view?

2009-11-25 Thread Carsten Dominik
Hi James, thanks for fixing this so quickly. I have applied the patch. - Carsten On Nov 25, 2009, at 3:05 AM, James TD Smith wrote: Hi Matt and Norbert, On 2009-11-24 19:00:18(-0500), Matt Lundin wrote: James TD Smith ahktenz...@mohorovi.cc writes: On 2009-11-24 16:56:27(-0400), Norbert

[Orgmode] [BUG] org-export-pdf-remove-logfiles extensions

2009-11-25 Thread Łukasz Stelmach
Hello. XeLaTeX[1,2] produces some more files than pdflatex. These are: .nav, .snm, .vrb. All named the same as the base file. The list in org-export-as-pdf should be extended or even made customisable. [1] http://scripts.sil.org/XeTeX [2] http://en.wikipedia.org/wiki/XeTeX -- Miłego dnia,

Re: [Orgmode] [BUG] org-export-pdf-remove-logfiles extensions

2009-11-25 Thread Carsten Dominik
On Nov 25, 2009, at 1:56 PM, Łukasz Stelmach wrote: Hello. XeLaTeX[1,2] produces some more files than pdflatex. These are: .nav, .snm, .vrb. All named the same as the base file. The list in org-export-as-pdf should be extended or even made customisable. [1] http://scripts.sil.org/XeTeX [2]

[Orgmode] Blorgit Issue with setf

2009-11-25 Thread Francesco Pizzolante
Hi, After having updated orgmode and blorgit to their latest versions, I kept getting the following error: *ERROR*: Symbol's function definition is void: setf This error was preventing the creation of any html/latex/pdf files. After applying this patch, everything is back to normal:

[Orgmode] Blorgit Issue with setf

2009-11-25 Thread Francesco Pizzolante
Hi, After having updated orgmode and blorgit to their latest versions, I kept getting the following error: *ERROR*: Symbol's function definition is void: setf This error was preventing the creation of any html/latex/pdf files. After applying this patch, everything is back to normal:

[Orgmode] [babel] Executing sh-code

2009-11-25 Thread Sébastien Vauban
Hi, I'm trying to execute code through babel, for the first time -- I did use it for small examples of LP, but not yet for enhanced work. This is my first file: --8---cut here---start-8--- * Prerequisites #+begin_src sh :session ecm cd ~/Personal

[Orgmode] Re: [BUG] org-export-pdf-remove-logfiles extensions

2009-11-25 Thread Sébastien Vauban
Carsten Dominik wrote: On Nov 25, 2009, at 1:56 PM, Łukasz Stelmach wrote: XeLaTeX produces some more files than pdflatex. These are: .nav, .snm, .vrb. All named the same as the base file. I don't think those extensions are specific to XeLaTeX. I have them as well as soon as I use beamer and

[Orgmode] Re: C-a marks whole buffer instead of moving to beginning of line = solved

2009-11-25 Thread Rainer Stengele
Hi Carsten, solved. Anyway I could not find the setting at all, but after upgrading to GNU Emacs 23.1.50.1 (i386-mingw-nt5.1.2600) of 2009-11-04 on LENNART-69DE564 (patched) (from the emacsw32 site) and in the initial setup switching most of the special windows stuff off C-a finally stops

[Orgmode] Collaborating with heretics

2009-11-25 Thread andrea
In university projects I use org-mode for writing assignments and everything else I need to. Given that the output is wonderful and it's just text my group mates were very happy or at least didn't offer another alternative. But the problem is that those people are not emacs users. One actually

[Orgmode] Collaborate with heretics

2009-11-25 Thread andrea
In university projects I use org-mode for writing assignments and everything else I need to. Given that the output is wonderful and it's just text my group mates were very happy or at least didn't offer another alternative. But the problem is that those people are not emacs users. One actually

[Orgmode] Re: [BUG] org-export-pdf-remove-logfiles extensions

2009-11-25 Thread Łukasz Stelmach
Sébastien Vauban wxhgmqzgw...@spammotel.com writes: Carsten Dominik wrote: On Nov 25, 2009, at 1:56 PM, Łukasz Stelmach wrote: XeLaTeX produces some more files than pdflatex. These are: .nav, .snm, .vrb. All named the same as the base file. I don't think those extensions are specific to

Re: [Orgmode] [OT] How do you keep your reference data?

2009-11-25 Thread tycho garen
On Sun, Nov 08, 2009 at 04:24:39PM -0600, Marcelo de Moraes Serpa wrote: Information that has no potential next action associated but that still has potential reference value and that you'd like to keep around, how and where do you keep it ? I (too) used to be a wiki person, and indeed I kept

Re: [Orgmode] Re: Bug with time summary in column view?

2009-11-25 Thread James TD Smith
Hi Norbert, On 2009-11-25 08:25:08(-0400), Norbert Zeh wrote: Norbert Zeh [2009.11.25 543 -0400]: Alright, while we're at it ;), here's another somewhat unexpected behaviour. I'm not even sure this should be considered a bug, but it's more a matter of defining what the right behaviour

[Orgmode] Agenda not working or am I misunderstanding how it works?

2009-11-25 Thread U Avalos
I have the following completed todo item: ** DONE pay Yolanda DEADLINE: 2009-11-24 Tue CLOSED: [2009-11-25 Wed 11:18] Yet it still appears in the weekly agenda. Is it not working right or is that how it's supposed to work? Also, when I hit C-c C-w (show deadlines in current buffer), I get

[Orgmode] Again on bookmarks

2009-11-25 Thread andrea
So finally I had a very nice function to export bookmarks to html file and I could import them into a whatever browser. This is nice since quicksilver can read them and I can find them quickly. But the problem is that the importing must be done manually (I didn't find any automatic process) and

[Orgmode] [PATCH] org-export-pdf-remove-logfiles extensions

2009-11-25 Thread Łukasz Stelmach
Carsten Dominik carsten.domi...@gmail.com writes: On Nov 25, 2009, at 1:56 PM, Łukasz Stelmach wrote: XeLaTeX[1,2] produces some more files than pdflatex. These are: .nav, .snm, .vrb. All named the same as the base file. The list in org-export-as-pdf should be extended or even made

Re: [Orgmode] latex export and beamer columns

2009-11-25 Thread Eric S Fraga
At Wed, 25 Nov 2009 07:28:36 +0100, Carsten Dominik wrote: Hi Eric, tis works just fine for me. Here are the values of the two variables: org-emphasis-alist is a variable defined in `org.el'. org-export-latex-emphasis-alist [...] Carsten, I am puzzled. I can get this to work (and

[Orgmode] Bug: org-insert-link issues error when list of links is empty [6.33trans (release_6.33f.34.gf806)]

2009-11-25 Thread Bernt Hansen
Remember to cover the basics, that is, what you expected to happen and what in fact did happen. You don't know how to make a good report? See http://orgmode.org/manual/Feedback.html#Feedback Your bug report will be posted to the Org-mode mailing list.

[Orgmode] Bug: / RET filter no longer auto-excludes FILETAGS [6.33trans (release_6.33f.34.gf806)]

2009-11-25 Thread Bernt Hansen
Remember to cover the basics, that is, what you expected to happen and what in fact did happen. You don't know how to make a good report? See http://orgmode.org/manual/Feedback.html#Feedback Your bug report will be posted to the Org-mode mailing list.

Re: [Orgmode] Again on bookmarks

2009-11-25 Thread Samuel Wales
On 2009-11-25, andrea andrea.crott...@gmail.com wrote: I suggest we could create a bookmark entry in the agenda which creates a big buffer with all the links, maybe filtering the links in local files or other non interesting things. That can be done with existing features, IIUC. I don't know

[Orgmode] column view face for todo keywords

2009-11-25 Thread Patrick Drechsler
Hi, is it possible to display TODO keywords in their non-column-view-font/face while in column view? Thankful for any pointers, Patrick ___ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org

[Orgmode] question about export to latex

2009-11-25 Thread John Rakestraw
Hi -- I'm trying to construct an org-export-latex-class to use with Philip Hirschhorn's exam.cls (http://www-math.mit.edu/~psh/#ExamCls). The basic structure required in the tex file is this: \begin{questions} \question Here's question 1. \begin{parts} \part Here's part a of question 1. \part

[Orgmode] Re: agenda: storing searches _really_

2009-11-25 Thread Christoph Groth
I found a solution to my problem: Christoph Groth c...@falma.de writes: I'm using org 6.29c. To view all items tagged with :work: in my agenda I can type C-c a a (to view the current agenda) / TAB work RET (to restrict the display) Now I would like to get the same with typing

[Orgmode] Links to dired buffers with patterns?

2009-11-25 Thread Friedrich Delgado Friedrichs
Hiho! Has anyone cooked up something to store links to dired buffers with patterns? (If you don't know what I mean, open a dired buffer pointing at ~/*.jpg for example.) I can store links to files in the buffer, but not to the whole buffer, which normally works in dired buffers by storing a

[Orgmode] [PATCH] org-agenda-filter-by-tag: Do not ignore argument CHAR.

2009-11-25 Thread Christoph Groth
--- lisp/org-agenda.el |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/lisp/org-agenda.el b/lisp/org-agenda.el index 846e4b0..cf748f0 100644 --- a/lisp/org-agenda.el +++ b/lisp/org-agenda.el @@ -5130,7 +5130,7 @@ to switch to narrowing. (effort-prompt )

[Orgmode] bug: only first item gets refiled via remember

2009-11-25 Thread Christoph Groth
I think this is a bug. It is certainly present in org 6.32b: * Run org-remember * Enter more then one item, e.g. two TODOs * Refile somewhere using C-1 C-c C-c result: only the first item ends up at the intended destination, the others are lost.

[Orgmode] Re: Agenda not working or am I misunderstanding how it works?

2009-11-25 Thread Bernt Hansen
U Avalos amscopub-m...@yahoo.com writes: I have the following completed todo item: ** DONE pay Yolanda DEADLINE: 2009-11-24 Tue CLOSED: [2009-11-25 Wed 11:18] Yet it still appears in the weekly agenda. Is it not working right or is that how it's supposed to work? A variable controls

Re: [Orgmode] latex export and beamer columns

2009-11-25 Thread Carsten Dominik
On Nov 25, 2009, at 7:03 PM, Eric S Fraga wrote: At Wed, 25 Nov 2009 07:28:36 +0100, Carsten Dominik wrote: Hi Eric, tis works just fine for me. Here are the values of the two variables: org-emphasis-alist is a variable defined in `org.el'. org-export-latex-emphasis-alist [...]

Re: [Orgmode] bug: only first item gets refiled via remember

2009-11-25 Thread Carsten Dominik
On Nov 25, 2009, at 11:36 PM, Christoph Groth wrote: I think this is a bug. It is certainly present in org 6.32b: * Run org-remember * Enter more then one item, e.g. two TODOs * Refile somewhere using C-1 C-c C-c result: only the first item ends up at the intended destination, the others

[Orgmode] How lecturers/professors manage weekly classes appts on org?

2009-11-25 Thread Daniel Martins
The question of time ranged notes on the agenda is quite important How lecturers/professors manage weekly classes appts on org? How to put some classes on a certain periods? How to skip holidays as eg remind package do? Daniel 2009/11/23 Łukasz Stelmach lukasz.stelm...@iem.pw.edu.pl:

[Orgmode] Re: bug: only first item gets refiled via remember

2009-11-25 Thread Christoph Groth
Carsten Dominik carsten.domi...@gmail.com writes: On Nov 25, 2009, at 11:36 PM, Christoph Groth wrote: I think this is a bug. It is certainly present in org 6.32b: * Run org-remember * Enter more then one item, e.g. two TODOs * Refile somewhere using C-1 C-c C-c result: only the first

[Orgmode] Re: How lecturers/professors manage weekly classes appts on org?

2009-11-25 Thread Matt Lundin
Daniel Martins daniel...@gmail.com writes: The question of time ranged notes on the agenda is quite important How lecturers/professors manage weekly classes appts on org? How to put some classes on a certain periods? How to skip holidays as eg remind package do?

Re: [Orgmode] [PATCH] org-export-pdf-remove-logfiles extensions

2009-11-25 Thread GT
My first mail on the list! Love org-mode by the way. XeLaTeX[1,2] produces some more files than pdflatex. These are: .nav, .snm, .vrb. All named the same as the base file. The list in org-export-as-pdf should be extended or even made customisable. I second you on this one! That would be nice

[Orgmode] Why I can't publish current file?

2009-11-25 Thread Water Lin
I can use my org to build a project and publish file under Windows XP using EmacsW32. Here is the link of EmacsW32: -- http://www.ourcomments.org/Emacs/EmacsW32.html But while I try to publish the file under Ubuntu, the org provides me a error message: - org-publish-file:

Re: [Orgmode] Why I can't publish current file?

2009-11-25 Thread Nick Dokos
Water Lin water...@ymail.com wrote: I can use my org to build a project and publish file under Windows XP using EmacsW32. Here is the link of EmacsW32: -- http://www.ourcomments.org/Emacs/EmacsW32.html But while I try to publish the file under Ubuntu, the org provides me a error

Re: [Orgmode] column view face for todo keywords

2009-11-25 Thread Carsten Dominik
On Nov 25, 2009, at 9:33 PM, Patrick Drechsler wrote: Hi, is it possible to display TODO keywords in their non-column-view- font/face while in column view? No, I don't think it is possible. - Carsten Thankful for any pointers, Patrick ___

Re: [Orgmode] [PATCH] org-agenda-filter-by-tag: Do not ignore argument CHAR.

2009-11-25 Thread Carsten Dominik
Nice catch. Applied, thanks. - Carsten On Nov 25, 2009, at 11:29 PM, Christoph Groth wrote: --- lisp/org-agenda.el |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/lisp/org-agenda.el b/lisp/org-agenda.el index 846e4b0..cf748f0 100644 --- a/lisp/org-agenda.el +++

Re: [Orgmode] Re: bug: only first item gets refiled via remember

2009-11-25 Thread Carsten Dominik
On Nov 26, 2009, at 1:45 AM, Christoph Groth wrote: Carsten Dominik carsten.domi...@gmail.com writes: On Nov 25, 2009, at 11:36 PM, Christoph Groth wrote: I think this is a bug. It is certainly present in org 6.32b: * Run org-remember * Enter more then one item, e.g. two TODOs * Refile

Re: [Orgmode] Bug: org-insert-link issues error when list of links is empty [6.33trans (release_6.33f.34.gf806)]

2009-11-25 Thread Carsten Dominik
Fixed, thanks. - Carsten On Nov 25, 2009, at 7:13 PM, Bernt Hansen wrote: Remember to cover the basics, that is, what you expected to happen and what in fact did happen. You don't know how to make a good report? See http://orgmode.org/manual/Feedback.html#Feedback Your bug report

Re: [Orgmode] Re: Bug with time summary in column view?

2009-11-25 Thread Carsten Dominik
On Nov 25, 2009, at 1:25 PM, Norbert Zeh wrote: Norbert Zeh [2009.11.25 543 -0400]: Hi James, thanks for looking into this, and fixing it. I'd be happy to test. Just one question. If I don't want to overwrite my stable version of org mode that's installed and I choose to install the git

Re: [Orgmode] Sorting of Lists Beginning with a Link Does Not Work as Expected

2009-11-25 Thread Carsten Dominik
On Nov 25, 2009, at 12:04 PM, Ian Barton wrote: - [[./benighted_on_the_ben.html][Benighted on the Ben.]] A Winter ascent of Glover's Chimney almost leads to bed breakfast on the summit of Ben Nevis. - [[./route_major.html][Route Major.]] We get lost on the famous route on Mont Blanc's

Re: [Orgmode] [PATCH] org-export-pdf-remove-logfiles extensions

2009-11-25 Thread Carsten Dominik
Hi Lukasz, I have applied, you patch, thanks. But... On Nov 25, 2009, at 6:31 PM, Łukasz Stelmach wrote: Carsten Dominik carsten.domi...@gmail.com writes: On Nov 25, 2009, at 1:56 PM, Łukasz Stelmach wrote: XeLaTeX[1,2] produces some more files than pdflatex. These are: .nav, .snm, .vrb.

Re: [Orgmode] Sorting of Lists Beginning with a Link Does Not Work as Expected

2009-11-25 Thread Ian Barton
Carsten Dominik wrote: On Nov 25, 2009, at 12:04 PM, Ian Barton wrote: - [[./benighted_on_the_ben.html][Benighted on the Ben.]] A Winter ascent of Glover's Chimney almost leads to bed breakfast on the summit of Ben Nevis. - [[./route_major.html][Route Major.]] We get lost on the famous