[Orgmode] Re: Bug: (REVISED) trouble with updated latex export [6.35 (release_6.35a.26.g78cc)]

2010-04-07 Thread Austin Frank
On Wed, Apr 07 2010, Carsten Dominik wrote: > Looks I am having a bad day. > > Can you please pull and try again? As soon as possible? This works correctly for my test file on Org-mode version 6.35b (release_6.35b.30.g9115). It also works for a more complex document with my full configuration l

Re: [Orgmode] Re: Bug: (REVISED) trouble with updated latex export [6.35 (release_6.35a.26.g78cc)]

2010-04-07 Thread Carsten Dominik
On Apr 7, 2010, at 9:01 AM, Austin Frank wrote: On Wed, Apr 07 2010, Carsten Dominik wrote: Looks I am having a bad day. Can you please pull and try again? As soon as possible? This works correctly for my test file on Org-mode version 6.35b (release_6.35b.30.g9115). It also works for a m

[Orgmode] Re: Cannot compile release

2010-04-07 Thread Jean-Marie Gaillourdet
Hi Carsten, thanks for your fix. It works for me now, but I got the same problem with Emacs.app 23.1. So I don't think this is related to my version of my emacs. But nevermind I've been able to compile it, and everything is working now. Regards Jean-Marie On 06.04.2010, at 16:53, Carsten Domin

Re: [Orgmode] Re: IMPORTANT: (possibly) incompatible Change

2010-04-07 Thread Carsten Dominik
On Apr 6, 2010, at 8:48 PM, Thomas S. Dye wrote: On Apr 6, 2010, at 8:30 AM, Robert Klein wrote: On Tue, 06 Apr 2010 18:50:36 +0200, Karsten Heymann > wrote: Thanks a lot for all this, I will follow your advice. One final question: Will any of these packages spoil the fun for people who wa

Re: [Orgmode] Re: IMPORTANT: (possibly) incompatible Change

2010-04-07 Thread Carsten Dominik
On Apr 6, 2010, at 8:30 PM, Robert Klein wrote: On Tue, 06 Apr 2010 18:50:36 +0200, Karsten Heymann > wrote: Thanks a lot for all this, I will follow your advice. One final question: Will any of these packages spoil the fun for people who want to process through .dvi instead of directly to p

Re: [Orgmode] Re: IMPORTANT: (possibly) incompatible Change

2010-04-07 Thread Karsten Heymann
"Thomas S. Dye" writes: > From the microtype documentation: > >> The microtype package does not work with XETEX. That's true, but supporting xetex requires many other changes too, for example only utf-8 input encoding is supported, the inputenc, fontspec and font packages may not be used, speci

Re: [Orgmode] Re: IMPORTANT: (possibly) incompatible Change

2010-04-07 Thread Karsten Heymann
Carsten Dominik writes: > On Apr 6, 2010, at 8:48 PM, Thomas S. Dye wrote: >> From the microtype documentation: >> >>> The microtype package does not work with XETEX. > > Does that mean it will break running XETEX, or will i just be ignored? It only gives a (harmless) warning: Package microtyp

Re: [Orgmode] [ANN] org-mac-link-grabber: Grab links from running Mac applications

2010-04-07 Thread Carsten Dominik
Hi Anthony, I like this a lot. How would you and Christopher feel if we were to merge this onto org-mac-message or the other way round? Merging into org-mac-message would have the advantage that we do not have to break existing setup. - Carsten On Apr 6, 2010, at 8:25 PM, Anthony Lander wrote

Re: [Orgmode] Re: IMPORTANT: (possibly) incompatible Change

2010-04-07 Thread Carsten Dominik
On Apr 7, 2010, at 10:22 AM, Karsten Heymann wrote: Carsten Dominik writes: On Apr 6, 2010, at 8:48 PM, Thomas S. Dye wrote: From the microtype documentation: The microtype package does not work with XETEX. Does that mean it will break running XETEX, or will i just be ignored? It on

[Orgmode] Re: IMPORTANT: (possibly) incompatible Change

2010-04-07 Thread Ulf Stegemann
Karsten Heymann wrote: > Not as far as I know. hyperref and microtype will run with reduced > features, but apart from that, there should be no problem. Regarding > microtype, I do not know what happens when it is used with the old TeX > or eTeX compiler that was used to created dvi's before pdft

[Orgmode] [PATCH] Fix typo in org-entities.el

2010-04-07 Thread Julien Barnier
Hi, A one-character fix for a typo which prevented me to build latest org-mode git version… Thanks, Julien --- lisp/org-entities.el |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/lisp/org-entities.el b/lisp/org-entities.el index b2afd2d..95233b5 100644 --- a/lisp/org

[Orgmode] Possible bug in TODO ALL agenda fast tag filter generation?

2010-04-07 Thread Tim O'Callaghan
Any idea why this is happening? I'm seeing it with the agenda t (global todo all) --- Global list of TODO items of type: ALL Available with `N r': (0)ALL (1)TODO (2)NEXT (3)WAITING (4)APPT (5)DONE (6)DEFERRED (7)CANCELLED (8)PROJECT (9)SOMEDAY (10)PROJDONE (11)PROJCANC (12)TODO (13)NEXT (1

[Orgmode] Re: Possible bug in TODO ALL agenda fast tag filter generation?

2010-04-07 Thread Tim O'Callaghan
The problem is that "org-todo-keywords-1" is set for each agenda file parsed, and that list is appended onto the "org-todo-keywords-for-agenda" without any de-duplication. The patch below fixes the problem, but possibly not in the best way. regards, Tim. diff --git a/lisp/org.el b/lisp/org.el in

Re: [Orgmode] Re: IMPORTANT: (possibly) incompatible Change

2010-04-07 Thread Karsten Heymann
Hi Ulf, Ulf Stegemann writes: > However, I'd strongly oppose to the claim that compatibility to the > latex compiler (vs. pdftex) is an academic problem. I know about > several LaTeX based systems that have to use the latex compiler simply > because pdftex can't handle eps graphics and converting

Re: [Orgmode] Re: IMPORTANT: (possibly) incompatible Change

2010-04-07 Thread Karsten Heymann
Hi Carsten, Carsten Dominik writes: > On Apr 7, 2010, at 10:22 AM, Karsten Heymann wrote: >> But chances are high that most "normal" LaTeX documents will not work >> with xelatex anyways due to encoding or font selection issues, so I >> think unless org-mode aims at explicitely supporting XeTeX o

Re: [Orgmode] Re: Possible bug in TODO ALL agenda fast tag filter generation?

2010-04-07 Thread Carsten Dominik
Applied, thanks. - Carsten On Apr 7, 2010, at 12:20 PM, Tim O'Callaghan wrote: The problem is that "org-todo-keywords-1" is set for each agenda file parsed, and that list is appended onto the "org-todo-keywords-for-agenda" without any de-duplication. The patch below fixes the problem, but poss

Re: [Orgmode] [PATCH] Fix typo in org-entities.el

2010-04-07 Thread Carsten Dominik
Applied, thanks. - Carsten On Apr 7, 2010, at 11:31 AM, Julien Barnier wrote: Hi, A one-character fix for a typo which prevented me to build latest org-mode git version… Thanks, Julien --- lisp/org-entities.el |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/lisp/or

[Orgmode] Re: IMPORTANT: (possibly) incompatible Change

2010-04-07 Thread Ulf Stegemann
Hi Karsten, Karsten Heymann wrote: > Hi Ulf, > > Ulf Stegemann writes: >> However, I'd strongly oppose to the claim that compatibility to the >> latex compiler (vs. pdftex) is an academic problem. I know about >> several LaTeX based systems that have to use the latex compiler simply >> because

[Orgmode] Re: org-protocol and web links

2010-04-07 Thread Richard Riley
Matt Lundin writes: > Hi Richard, > >> e.g I want my new org item first line to be something like the following >> if I invoke org-remember from conkeror on a web page having first >> hilited "blah blah" somewhere on the page > > With the following org-remember-template: > > --8<---cu

Re: [Orgmode] Re: IMPORTANT: (possibly) incompatible Change

2010-04-07 Thread Karsten Heymann
Hi, Ulf Stegemann writes: > But if that wasn't your point, just forget about my remark. Done :-) Yours Karsten ___ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/list

Re: [Orgmode] [ANN] org-mac-link-grabber: Grab links from running Mac applications

2010-04-07 Thread Anthony Lander
On 10-Apr-7, at 3:44 AM, Carsten Dominik wrote: Hi Anthony, I like this a lot. Thank you, Carsten. How would you and Christopher feel if we were to merge this onto org-mac-message or the other way round? Merging into org-mac-message would have the advantage that we do not have to break ex

Re: [Orgmode] [ANN] org-mac-link-grabber: Grab links from running Mac applications

2010-04-07 Thread Carsten Dominik
On Apr 7, 2010, at 3:05 PM, Anthony Lander wrote: On 10-Apr-7, at 3:44 AM, Carsten Dominik wrote: Hi Anthony, I like this a lot. Thank you, Carsten. How would you and Christopher feel if we were to merge this onto org-mac-message or the other way round? Merging into org-mac-message wou

Re: [Orgmode] [ANN] org-mac-link-grabber: Grab links from running Mac applications

2010-04-07 Thread Anthony Lander
On 10-Apr-7, at 9:35 AM, Carsten Dominik wrote: On Apr 7, 2010, at 3:05 PM, Anthony Lander wrote: On 10-Apr-7, at 3:44 AM, Carsten Dominik wrote: Hi Anthony, I like this a lot. Thank you, Carsten. How would you and Christopher feel if we were to merge this onto org-mac-message or the

[Orgmode] Re: Let's TALK about it

2010-04-07 Thread Andrea Crotti
My talk has been accepted :) So now I really have to prepare something! I thought that for showing the power of org-mode and babel I could use something I already have http://github.com/AndreaCrotti/my-project-euler/blob/master/euler.org (click on raw to see the code) It's a summary of which pr

Re: [Orgmode] Request for feedback about LaTeX setup changes

2010-04-07 Thread Giovanni Ridolfi
Carsten Dominik writes: Hi, Carsten, > > Here is new new section from the list of changes, about the LaTeX > setup. I would like to hear honest answers if I have gone completely > crazy, of if this actually makes any sense. [...] I only skimmed the discussion in the list. Your release notes app

[Orgmode] Re: Emacs setups?

2010-04-07 Thread Andrea Crotti
Nathan Neff writes: > I'm not an Emacs user, but use it for org-mode, mostly on a Mac. > > I tried finding some discussions on this list about what everyone > on this list uses for Emacs. > > I have three Emacs builds that I bounce back & forth between: > 1) Aquamacs > 2) http://atomized.org/wp-c

Re: [Orgmode] how to use \autoref inside #+CAPTION: ?

2010-04-07 Thread Carsten Dominik
Hi Aaron, this should work now again, in 6.35d. Thanks for the report - Carsten On Apr 6, 2010, at 6:57 PM, Aaron Hammitt wrote: Hello, I recently upgraded to the development release. I had previously (with version 6.34c, I believe) been able to use the LaTeX \autoref macro inside #+CAPTI

[Orgmode] [PATCH] [babel] Add option to display process buffer when editing R source code blocks

2010-04-07 Thread Julien Barnier
Hi, This is a small patch to org-babel-R.el which allows to automatically display the R process buffer when editing R source code blocks with org-edit-src-code. A custom variable allows to choose between no process buffer (default), only the source code block and the process buffer, or the org fi

[Orgmode] org-mode (recent git) tries to open .c and other plaintext file:// links with less on debian

2010-04-07 Thread Friedrich Delgado Friedrichs
Hi! I just wondered why my file links to c-sources would not work any more: [[file:~/anon-vc/emacs/src/emacs.c::fatal_error_signal%20sig][file:~/anon-vc/emacs/src/emacs.c::fatal_error_signal sig]] until I looked what org-open-file does with edebug and noticed it tries to handle the file accor

Re: [Orgmode] Re: IMPORTANT: (possibly) incompatible Change

2010-04-07 Thread Thomas S. Dye
On Apr 7, 2010, at 12:31 AM, Karsten Heymann wrote: Hi Carsten, Carsten Dominik writes: On Apr 7, 2010, at 10:22 AM, Karsten Heymann wrote: But chances are high that most "normal" LaTeX documents will not work with xelatex anyways due to encoding or font selection issues, so I think unles

Re: [Orgmode] Latex inline Latex image

2010-04-07 Thread Darlan Cavalcante Moreira
You can preview the equations with org-preview-latex-fragment (C-c C-x C-l). Use C-c C-c to remove the previews. It works very well. - Darlan At Tue, 6 Apr 2010 21:24:30 -0400, Chao Lu wrote: > > [1 ] > [1.1 ] > Dear all, > > Is it possible to display the latex equation as inline image in O

Re: [Orgmode] Re: IMPORTANT: (possibly) incompatible Change

2010-04-07 Thread Carsten Dominik
On Apr 7, 2010, at 5:51 PM, Thomas S. Dye wrote: On Apr 7, 2010, at 12:31 AM, Karsten Heymann wrote: Hi Carsten, Carsten Dominik writes: On Apr 7, 2010, at 10:22 AM, Karsten Heymann wrote: But chances are high that most "normal" LaTeX documents will not work with xelatex anyways due to

Re: [Orgmode] Re: Emacs setups?

2010-04-07 Thread Nathan Neff
On Wed, Apr 7, 2010 at 9:04 AM, Andrea Crotti wrote: > Nathan Neff writes: > > > I'm not an Emacs user, but use it for org-mode, mostly on a Mac. > > > > I tried finding some discussions on this list about what everyone > > on this list uses for Emacs. > > > > I have three Emacs builds that I bou

[Orgmode] Turn off "pushed to kill ring and clipboard" exporting HTML

2010-04-07 Thread Xin Shi
Hello, When exporting to HTML, the default behavior is to "pushed to kill ring and clipboard". As shown in the message: HTML export done, pushed to kill ring and clipboard Are there any way to turn off this push? Thanks! Xin ___ Emacs-orgmode mailing

Re: [Orgmode] Turn off "pushed to kill ring and clipboard" exporting HTML

2010-04-07 Thread Dan Davison
Xin Shi writes: > Hello, > > When exporting to HTML, the default behavior is to "pushed to kill ring and > clipboard". As shown in the message: > > HTML export done, pushed to kill ring and clipboard > > Are there any way to turn off this push? (setq org-export-copy-to-kill-ring nil) Or use cus

Re: [Orgmode] Turn off "pushed to kill ring and clipboard" exporting HTML

2010-04-07 Thread Xin Shi
Thank you! I never use it. Just found it annoying when using C-y to paste in Emacs sometimes :) Xin On Wed, Apr 7, 2010 at 1:51 PM, Dan Davison wrote: > Xin Shi writes: > > > Hello, > > > > When exporting to HTML, the default behavior is to "pushed to kill ring > and > > clipboard". As show

Re: [Orgmode] Turn off "pushed to kill ring and clipboard" exporting HTML

2010-04-07 Thread Erik Iverson
Dan Davison wrote: Xin Shi writes: Hello, When exporting to HTML, the default behavior is to "pushed to kill ring and clipboard". As shown in the message: HTML export done, pushed to kill ring and clipboard Are there any way to turn off this push? (setq org-export-copy-to-kill-ring nil)

Re: [Orgmode] bug in org-table?

2010-04-07 Thread David Maus
Carsten Dominik wrote: >Hi Rainer, >this works just fine for me. Works fine here, too. Using Org-mode version 6.33x shipped with GNU Emacs 24.0.50.1 (i486-pc-linux-gnu, GTK+ Version 2.18.9) of 2010-03-26 on elegiac, modified by Debian HTH -- David -- OpenPGP... 0x99ADB83B5A4478E6 Jabber.

Re: [Orgmode] [bug] org-insert-link in different frame

2010-04-07 Thread Lluís
> Hi Lluis, would you like to make a patch for me to fix this? Here it goes. Note that I've found some weirdness that I don't know how to solve, and might well be a systemic problem of the current implementation of `framepop' (or either a lack of elisp knowledge from my part): - Bind an org-m

Re: [Orgmode] Request for feedback about LaTeX setup changes

2010-04-07 Thread Aaron Hammitt
I like the fact that I don't have to clutter org-export-latex-classes with so many options. I also like org-export-latex-packages-alist better than what I was doing previously with org-export-latex-append-header. The downside is that I had some conflicts between the org default packages (with eith

Re: [Orgmode] how to use \autoref inside #+CAPTION: ?

2010-04-07 Thread Aaron Hammitt
Perfect. Thank you for the quick fix. I don't know how you do it. Thanks again, and I appreciate all the work you've put into this fantastic tool. On Wed, Apr 7, 2010 at 10:29 AM, Carsten Dominik wrote: > Hi Aaron, this should work now again, in 6.35d. > > Thanks for the report > > - Carsten > >

Re: [Orgmode] feature request: transpose a table

2010-04-07 Thread Michael Brand
Hi zwz, > I do not know if I can do org-plot on rows instead of columns. > But today after I finished a table, I found I have to transpose the > table by hand so that I can plot it as I want. > Here is original table: > | x | y | x | y | ... | > |-++++-| > | 1 | 2 | 3

Re: [Orgmode] Re: Can't import a remote reference to a whole column in orgtbl

2010-04-07 Thread Michael Brand
Carsten Dominik wrote: this is neat, but still kind of hard to do, because you have to put all these formulas there by hand. I am skipping this for the manual - maybe you'd like to put this into org-hacks, or into the FAQ on Worg? Ok, I have put it into Worg org-hacks.org: http://orgmode.org/

[Orgmode] Clockreport from a list of files

2010-04-07 Thread Nathan Neff
I'm trying to create a clockreport that scans a certain file (actually, I want to scan a list of files, but I can't even get one file to work). I found the :scope ("file"...) option here: http://orgmode.org/manual/Clocking-work-time.html But I can't get the clockreport to read from nate.org. Ins

Re: [Orgmode] Clockreport from a list of files

2010-04-07 Thread Carsten Dominik
On Apr 8, 2010, at 12:00 AM, Nathan Neff wrote: I'm trying to create a clockreport that scans a certain file (actually, I want to scan a list of files, but I can't even get one file to work). I found the :scope ("file"...) option here: http://orgmode.org/manual/Clocking-work-time.html But I

Re: [Orgmode] Request for feedback about LaTeX setup changes

2010-04-07 Thread Carsten Dominik
On Apr 7, 2010, at 7:04 PM, Aaron Hammitt wrote: I like the fact that I don't have to clutter org-export-latex- classes with so many options. I also like org-export-latex-packages- alist better than what I was doing previously with org-export-latex- append-header. The downside is that I had

Re: [Orgmode] Turn off "pushed to kill ring and clipboard" exporting HTML

2010-04-07 Thread Carsten Dominik
On Apr 7, 2010, at 7:51 PM, Dan Davison wrote: Xin Shi writes: Hello, When exporting to HTML, the default behavior is to "pushed to kill ring and clipboard". As shown in the message: HTML export done, pushed to kill ring and clipboard Are there any way to turn off this push? (setq or

Re: [Orgmode] feature request: transpose a table

2010-04-07 Thread Thomas S. Dye
On Apr 7, 2010, at 9:52 AM, Michael Brand wrote: Hi zwz, > I do not know if I can do org-plot on rows instead of columns. > But today after I finished a table, I found I have to transpose the > table by hand so that I can plot it as I want. > Here is original table: > | x | y | x | y | ..

[Orgmode] [BUG] org-babel-perl and formats

2010-04-07 Thread Łukasz Stelmach
Hello. I am not sure I will be able to spend some time on this so I'll share my observation with you. org-babel-perl can't cope with perl formats, with their endings to be precise. A format is defined by: format FORMAT_NAME = body of the format . The problem is that formats *must* and with a si

[Orgmode] My reference data management approach with org and emacs

2010-04-07 Thread Marcelo de Moraes Serpa
Hello list, I would like to share how I'm keeping my reference data. This includes articles I write, blog post drafts, braintorms and anything else that we could fit in the reference category (gtd-wide). I don't like categories too much. Actually, I find them too strict and limited. Putting thing