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

2010-04-08 Thread Carsten Dominik
Applied, thanks. - Carsten On Apr 7, 2010, at 6:16 PM, Lluís wrote: 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

[Orgmode] Example of failing link

2010-04-08 Thread Paul Schlesinger
I just revisited the same experienmce with 6.35e. All of my links give the same results but one example is [[file:apoptosis.org::*Topics][Topics and Ideas]] Paul Schlesinger ... the justification for a physical concept lies exclusively in its clear and unambiguous relation to facts that can be

[Orgmode] Pro/Con Lists

2010-04-08 Thread Gary .
Is there a decent way to create these using Org Mode? I tried plain lists, but when exported to HTML the entries lose their '+' and '-' signs (and gain some kind of bulletpoint). ___ Emacs-orgmode mailing list Please use `Reply All' to send replies to

[Orgmode] Exporting to HTML opens resulting file

2010-04-08 Thread Gary .
It seems that when I export to HTML, something, somewhere, opens the file so I have yet another buffer open. Is there any way to configure that behaviour so that I don't get even more swamped by buffers than I am already, or alternatively automatically name the buffer with something that I can

[Orgmode] Re: Pro/Con Lists

2010-04-08 Thread Łukasz Stelmach
Gary . emacs-orgm...@garydjones.name writes: Is there a decent way to create these using Org Mode? I tried plain lists, but when exported to HTML the entries lose their '+' and '-' signs (and gain some kind of bulletpoint). How about checkboxes? (I havn't tried to export them). -- Miłego

[Orgmode] persistent default task with org-clock-persist?

2010-04-08 Thread Aaron Hammitt
I have (setq org-clock-persist 'history) in my .emacs (and of course (org-clock-persistence-insinuate)), and the most recently-used tasks are indeed persistent between Emacs sessions. However, I like to use C-u C-u C-c C-x C-i to set a default task for general planning, etc. This default task does

Re: [Orgmode] Pro/Con Lists

2010-04-08 Thread Giovanni Ridolfi
Gary . emacs-orgm...@garydjones.name writes: Hi, Gary Is there a decent way to create a PROs/Cons list these using Org Mode? Depends on your level of decency ;-) * Suggestion 1 + PROS + fast + furious + CONS + rough + noisy * Suggestion 2 + PROS fast + PROS furious +

Re: [Orgmode] Exporting to HTML opens resulting file

2010-04-08 Thread Xin Shi
I had a similar request before but never get solved. I support this request. On Thu, Apr 8, 2010 at 4:11 AM, Gary . emacs-orgm...@garydjones.namewrote: It seems that when I export to HTML, something, somewhere, opens the file so I have yet another buffer open. Is there any way to configure

Re: [Orgmode] Exporting to HTML opens resulting file

2010-04-08 Thread Carsten Dominik
On Apr 8, 2010, at 3:34 PM, Xin Shi wrote: I had a similar request before but never get solved. I support this request. (setq org-export-kill-product-buffer-when-displayed t) will do this when the exported file is shown immediately, so the buffer will be removed during `C-c C-e b', but not

Re: [Orgmode] Example of failing link

2010-04-08 Thread Carsten Dominik
Hi Paul I think this is fixed with the current git master - please check. - Carsten On Apr 7, 2010, at 11:13 PM, Paul Schlesinger wrote: I just revisited the same experienmce with 6.35e. All of my links give the same results but one example is [[file:apoptosis.org::*Topics][Topics and

Re: [Orgmode] Exporting to HTML opens resulting file

2010-04-08 Thread Gary .
On Thu, Apr 8, 2010 at 3:54 PM, Carsten Dominik wrote: On Apr 8, 2010, at 3:34 PM, Xin Shi wrote: I had a similar request before but never get solved. I support this request. (setq org-export-kill-product-buffer-when-displayed t) will do this when the exported file is shown immediately,

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

2010-04-08 Thread Friedrich Delgado Friedrichs
Hiho! Confirmed fixed (for me) with recent git. Thanks! ;) I didn't notice that this issue was double-posted: Ich schrieb: [[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

Re: [Orgmode] bug in org-table?

2010-04-08 Thread Rainer Thiel
2010/4/7 Carsten Dominik carsten.domi...@gmail.com: this works just fine for me. Many thanks to Carsten and David for their responses. I'am a bit at a loss on where the problem may lay: I have made a fresh installation of Emacs 23.1 and org-mode 6.35f -- and nothing else. The .emacs init file

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

2010-04-08 Thread Dan Davison
Łukasz Stelmach lukasz.stelm...@iem.pw.edu.pl writes: 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

Re: [Orgmode] bug in org-table?

2010-04-08 Thread Andreas Burtzlaff
I have been able to reproduce the behaviour reported in the OP exactly once. After adding a second table to the file the tooltip behaved as expected and neither undoing nor starting from a fresh file could reproduce it While experimenting I noticed that in the following table: | Title1

Re: [Orgmode] Exporting to HTML opens resulting file

2010-04-08 Thread Carsten Dominik
Hi Gary, maybe we need to settle some terminology first. When Org-mode exports, is is actually producing the product in a buffer. So the buffer is there first. When it is complete, the buffer is written to a file, but stays in Emacs - so we now have a buffer visiting the file on the

[Orgmode] Bug: (org-set-tags t t) gives an error point is not currently on a headline

2010-04-08 Thread Ryan Thompson
Hi, When I run (org-set-tags t t) to realign all tags in the buffer, it doesn't work unless the point is currently on a headline, because org-set-tags calls (org-get-tags-string) early on, and org-get-tags-string raises an error if not on a headline. This can be fixed by moving the binding of

Re: [Orgmode] Exporting to HTML opens resulting file

2010-04-08 Thread Xin Shi
Hi Carsten, I've tried to set: (setq org-export-kill-product-buffer-when-displayed t) But when I use org-export-as-html to export HTML, I can still see the .html buffer. Am I missing something here? Thanks! Xin On Thu, Apr 8, 2010 at 9:54 AM, Carsten Dominik carsten.domi...@gmail.comwrote:

Re: [Orgmode] Exporting to HTML opens resulting file

2010-04-08 Thread Livin Stephen Sharma
Xin, from your email I couldn't determine the org-version you're using. I believe a /recent/ version would be required for this variable to work. I'm using the nightly build 6.34trans dated 2010_02_25; I find things to work fine - .html buffer does not linger around with C-e C-x b

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

2010-04-08 Thread Dan Davison
Julien Barnier jul...@no-log.org writes: 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. Hi Julien, Could I suggest a slightly different route? We already have the functions

Re: [Orgmode] Exporting to HTML opens resulting file

2010-04-08 Thread Carsten Dominik
On Apr 8, 2010, at 8:23 PM, Xin Shi wrote: Hi Carsten, I've tried to set: (setq org-export-kill-product-buffer-when-displayed t) But when I use org-export-as-html to export HTML, I can still see the .html buffer. Am I missing something here? Yes, you are not reading what I write :-)

[Orgmode] Re: [OT] Re: Org mode and emacs email

2010-04-08 Thread Eraldo Helal
Henri-Paul Indiogine hindiog...@gmail.com writes: I would like to truncate the subject line. Right now it wraps to the next line and that does not look well. Anyone knows how to do that? I am very new to all this, but... how about turning off line wrapping in that buffer? Greetings, Eraldo

Re: [Orgmode] Re: Bug: Emacs opens a new instance for each file in agenda list on org-mobile-push

2010-04-08 Thread Mattias Jämting
Hello, Ran into this strange condition myself on Emacs 23/Win 7 and latest org-mode (6.35f). Found the solution (i think) and decided to share although the thread is old: org-mobile tries to calculate checksums but is unable to find a program for it. Since the executable name is empty windows

[Orgmode] conkeror, org-remember, special-display-buffer-names and remember

2010-04-08 Thread Richard Riley
Using the worg code to remember from firefox/conkeror I had hoped that setting special-display-buffer-names to a list containing *Remember* would see the frame created by using C-c r deleted when the *Remember* buffer is killed. That is not the case. Currently I get a new frame with each call to

[Orgmode] [PATCH] make `org-export-as-org' respect the to-buffer 'string option

2010-04-08 Thread Eric Schulte
see below -- Eric diff --git a/lisp/org-exp.el b/lisp/org-exp.el index 6d576dc..5a0b22b 100644 --- a/lisp/org-exp.el +++ b/lisp/org-exp.el @@ -2490,7 +2490,8 @@ directory. filename))) (backup-inhibited t) (buffer (find-file-noselect filename)) - (region (buffer-string))) + (region

[Orgmode] Using Org for browsing and managing buffers

2010-04-08 Thread Dan Davison
I've been working on an Org tool to browse Emacs buffers. Emacs has the function list-buffers (C-x C-b), where you can view a list of buffers, delete buffers, etc. This is intended to be a replacement for list-buffers, implemented in Org-mode. The code is attached, and there's a git repo at

[Orgmode] Re: Using Org for browsing and managing buffers

2010-04-08 Thread Austin Frank
Dan-- Very nice. I will say, though, that the very first thing I did was (define-key org-buffers-mode-map q 'bury-buffer) I would request that something like this be included in the default keybindings. A smarter version might try to restore the window config From before org-buffers-list

[Orgmode] link failure

2010-04-08 Thread Paul Schlesinger
6.35g corrected the difficulty Thank you Paul Schlesinger ... the justification for a physical concept lies exclusively in its clear and unambiguous relation to facts that can be experienced. A. Einstein Kings College 1921 Date: Thu, 8 Apr 2010 15:57:58 +0200 From: Carsten Dominik

[Orgmode] [PATCH] non-numeric arg for body-only latex export

2010-04-08 Thread Eric Schulte
Hi, This small patch changes the behavior of `org-export-as-latex' so that when a simple (non-numeric) prefix arg is provided the body-only option is set to true. I find this very useful as I often only want to export a small active region (often a table) to latex for pasting into an existing