[Orgmode] Re: Bulk refile is not working as expected

2010-07-06 Thread Noorul Islam K M
David Maus dm...@ictsoc.de writes: Noorul Islam K M wrote: I have couple of tasks in one of my org files which I want to re-file to some other org file. Both these files are in my agenda list. This is what I did. 1. Go to agenda-view 2. Navigate to both the tasks and use 'm' to mark them. 3.

[Orgmode] Re: Don't create marker if target is entire file.

2010-07-06 Thread Noorul Islam K M
David Maus dm...@ictsoc.de writes: * org-agenda.el (org-agenda-bulk-action): Don't create marker for position if target is entire file. If the target of a bulk refile operation is the entire file, `org-refile-get-location' returns nil for the refile position. Creating a marker for the

[Orgmode] Re: Don't create marker if target is entire file.

2010-07-06 Thread David Maus
Noorul Islam K M wrote: David Maus dm...@ictsoc.de writes: * org-agenda.el (org-agenda-bulk-action): Don't create marker for position if target is entire file. If the target of a bulk refile operation is the entire file, `org-refile-get-location' returns nil for the refile position.

[Orgmode] Re: Bug: Items with repeating timestamps don't appear in the agenda [6.36trans (release_6.36.509.g9e9b)]

2010-07-06 Thread Tassilo Horn
On Monday 05 July 2010 23:12:46 Bernt Hansen wrote: Hi Bernt, I did some debugging. Thanks. Sorry I've been tied up with work today. No problem. I had some time (and fun) with the debugging. That was the first time I dug into the depth of org's internals. ;-) Oh! It's not that the

Re: [Orgmode] diary-float and TODO entries

2010-07-06 Thread Carsten Dominik
On Jul 5, 2010, at 11:11 PM, Greg Troxel wrote: I have successfully used repeating times on TODO entries, and seen the scheduled time move forward when I do C-c C-t d (d is my DONE shortcut). I have a meeting on the 2nd monday of each month and am responsible for inviting people ahead of

Re: [Orgmode] [Update Config] Babel changes -- security updates and final integration push

2010-07-06 Thread Carsten Dominik
Hi Eric, On Jul 6, 2010, at 3:09 AM, Eric Schulte wrote: Hi Tom, Thanks for finding this error, the problem is that org-table is not being required before the source-code block is run. As a temporary fix you can put (require 'org-table) somewhere in your configuration. As a long term

Re: [Orgmode] [PATCH] Don't create marker if target is entire file.

2010-07-06 Thread Carsten Dominik
Applied, thanks. I am really enjoying how things get resolved now without me interacting, and all I need to do is to apply a patch. Thanks to all who contributed in this thread and in others! - Carsten On Jul 5, 2010, at 9:28 PM, David Maus wrote: * org-agenda.el (org-agenda-bulk-action):

[Orgmode] Bug: Org LaTeX export has broken encoding for extra headers [6.36trans (release_6.36.542.gc87b)]

2010-07-06 Thread Tassilo Horn
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: logging PROPERTIES [6.36trans]

2010-07-06 Thread Carsten Dominik
On Jul 5, 2010, at 5:49 PM, Giovanni Ridolfi wrote: Carsten Dominik carsten.domi...@gmail.com writes: If I change the todo-keyword and write WAIT, 'WAIT' reamins in a plain font THis is probably because you have neither configured org-todo- keywords, nor have you put a #+TODO: TODO WAIT |

[Orgmode] Columns with LaTeX beamer export

2010-07-06 Thread Tassilo Horn
Hi all, I cannot understand how to create a beamer frame with columns. Neither the info docs nor Worg make me grasp it. It somehow works if I add some additional outline structure like that: --8---cut here---start-8--- ** Situation

[Orgmode] [babel] feature request - tangle-and-evaluate-tangled-file

2010-07-06 Thread Rainer M Krug
Hi I am using org-babel for literate programming in R and I am using the following approach to test the code: 1) tangle 2) refresh buffer containing the tangled code (I use auto-revert-mode or global-auto-revert-mode for that) 3) load the tangled file into an existing R session via ESS R for

[Orgmode] [PATCH] Remove text properties of body before calculating cache hash.

2010-07-06 Thread David Maus
* org-exp-blocks.el (org-export-blocks-format-ditaa) (org-export-blocks-format-dot): Remove text properties of body before calculating cache hash. Otherwise one and the same ditta/graphviz image has a different hash depending on the text properties of the body. E.g. `org-export-region-as-html'

Re: [Orgmode] Org+table.el = mutli line cells?

2010-07-06 Thread Carsten Dominik
On Jul 2, 2010, at 4:54 PM, John Hendy wrote: - Thanks for the table link, though I only see how to change frames and borders on the provided link. Do I just need to pass some html/ css option through #+ATTR_HTML? - Also... stupid me. I meant to specify that I'm looking to do this in

Re: [Orgmode] [PATCH] add firefox/vimperator support to contrib/lisp/org-mac-link-grabber.el

2010-07-06 Thread Carsten Dominik
On Jul 1, 2010, at 9:59 PM, David Maus wrote: Anthony Lander wrote: This patch adds a new option, [v]imperator, to the org-mac-link- grabber menu. Use this to grab links from Firefox running the Vimperator plugin. Code by Michael Kohl (http://github.com/citizen428). I'm not sure about

[Orgmode] org-capture-last-stored bookmark

2010-07-06 Thread Giles Chamberlin
I've moved over to the new capture interface and wanted to visit a note I'd just taken. Because I had closed the note with C-c C-w to refile it, visiting the bookmark at org-capture-last-stored didn't take me to the correct note. I would suggest that org-capture-last-stored should contain the

Re: [Orgmode] org-capture-last-stored bookmark

2010-07-06 Thread Carsten Dominik
Hi Giles, I have fixed this, please verify. - Carsten On Jul 6, 2010, at 12:14 PM, Giles Chamberlin wrote: I've moved over to the new capture interface and wanted to visit a note I'd just taken. Because I had closed the note with C-c C-w to refile it, visiting the bookmark at

Re: [Orgmode] [PATCH] Remove text properties of body before calculating cache hash.

2010-07-06 Thread Carsten Dominik
Applied, thanks. - Carsten On Jul 6, 2010, at 10:32 AM, David Maus wrote: * org-exp-blocks.el (org-export-blocks-format-ditaa) (org-export-blocks-format-dot): Remove text properties of body before calculating cache hash. Otherwise one and the same ditta/graphviz image has a different hash

Re: [Orgmode] [PATCH] default base-extension .org for org-publish

2010-07-06 Thread Carsten Dominik
Applied, thanks. - Carsten On Jul 5, 2010, at 10:14 AM, Daniel Clemente wrote: Org-publish: correctly find files in projects which didn't define a base-extension. Previously, (org-publish-get-project-from-filename ~/org/file.org) would return nil because the constructed regular

[Orgmode] Patchwork: Patch 119 Accepted

2010-07-06 Thread Carsten Dominik
Patch 119 (http://patchwork.newartisans.com/patch/119/) is now Accepted. This relates to the following submission: http://mid.gmane.org/%3C1278405171-5093-1-git-send-email-dmaus%40ictsoc.de%3E ___ Emacs-orgmode mailing list Please use `Reply All' to

[Orgmode] Patchwork: Patch 112 Accepted

2010-07-06 Thread Carsten Dominik
Patch 112 (http://patchwork.newartisans.com/patch/112/) is now Accepted. This relates to the following submission: http://mid.gmane.org/%3C87sk3y2vlo.wl%25n142857%40gmail.com%3E ___ Emacs-orgmode mailing list Please use `Reply All' to send replies to

Re: [Orgmode] [PATCH] add firefox/vimperator support to contrib/lisp/org-mac-link-grabber.el

2010-07-06 Thread Anthony Lander
On 10-Jul-6, at 5:19 AM, Carsten Dominik wrote: Yes. Unless it is 90% cut and paste, with 10% changing small things or so. It is, in effect, about 8 changed lines within 4 or 5 copy/pasted and renamed functions. Also, patchwork has trouble with the patch, I cannot apply it. Is

Re: [Orgmode] [PATCH] add firefox/vimperator support to contrib/lisp/org-mac-link-grabber.el

2010-07-06 Thread Carsten Dominik
On Jul 6, 2010, at 1:26 PM, Anthony Lander wrote: On 10-Jul-6, at 5:19 AM, Carsten Dominik wrote: Yes. Unless it is 90% cut and paste, with 10% changing small things or so. It is, in effect, about 8 changed lines within 4 or 5 copy/pasted and renamed functions. Also, patchwork

Re: [Orgmode] Literal examples and indentation

2010-07-06 Thread Francis Moreau
On Sun, Jul 4, 2010 at 11:41 PM, Juan pech...@computer.org wrote: For ASCII export, the 2 leading spaces are hard-coded in org-ex.el line 2292:   (lambda (l) (concat   l)) You'll need to tinker inside the code in order to change the indentation. Ok, so the answer of my initial question is

Re: [Orgmode] [PATCH] add firefox/vimperator support to contrib/lisp/org-mac-link-grabber.el

2010-07-06 Thread Anthony Lander
On 10-Jul-6, at 7:35 AM, Carsten Dominik wrote: Try to resubmit the patch, as an attachment with MIME media type text and subtype x-patch, x-diff[1], or plain. Carsten, the previous submit was text/plain. Here is the MIME header: --Apple-Mail-38--957295067 Content-Disposition: attachment;

[Orgmode] [PATCH] Resubmitted org-mac-link-grabber/vimperator patch

2010-07-06 Thread Anthony Lander
This is a resubmission because patchworks did not recognize the original.diff --git a/contrib/lisp/org-mac-link-grabber.el b/contrib/lisp/org-mac-link-grabber.el index bb12204..8ec428b 100644 --- a/contrib/lisp/org-mac-link-grabber.el +++ b/contrib/lisp/org-mac-link-grabber.el @@ -4,7 +4,7 @@ ;;

[Orgmode] Re: [PATCH] Resubmitted org-mac-link-grabber/vimperator patch

2010-07-06 Thread Carsten Dominik
Hmm, patchwork catches the diff, but I cannot apply it through the patchwork pw script, like I can do with other patches. Anyway, I applied it directly and that worked. Thanks! - Carsten ___ Emacs-orgmode mailing list Please use `Reply All' to

Re: [Orgmode] Code block switches buffer-wide?

2010-07-06 Thread Carsten Dominik
On Jul 5, 2010, at 10:36 PM, Rainer M Krug wrote: On Mon, Jul 5, 2010 at 10:34 PM, Rainer M Krug r.m.k...@gmail.com wrote: On Mon, Jul 5, 2010 at 6:06 PM, Carsten Dominik carsten.domi...@gmail.com wrote: On Jul 2, 2010, at 2:47 PM, Rainer M Krug wrote: Hi I would like to include

Re: [Orgmode] (new feature suggestion?) indicate 'repeater' nature in Agenda

2010-07-06 Thread Carsten Dominik
On Jul 2, 2010, at 8:57 AM, Livin Stephen Sharma wrote: Is there a way to quickly/visually differentiate between repeating/ single-occurence tasks? If not, something like say, adding an asterisk somewhere in the entry would be great. 1. Scheduled* - starred schedule/deadline string 2.

Re: [Orgmode] Code block switches buffer-wide?

2010-07-06 Thread Rainer M Krug
On Tue, Jul 6, 2010 at 2:28 PM, Carsten Dominik carsten.domi...@gmail.comwrote: On Jul 5, 2010, at 10:36 PM, Rainer M Krug wrote: On Mon, Jul 5, 2010 at 10:34 PM, Rainer M Krug r.m.k...@gmail.com wrote: On Mon, Jul 5, 2010 at 6:06 PM, Carsten Dominik carsten.domi...@gmail.com wrote:

Re: [Orgmode] Bug: Org LaTeX export has broken encoding for extra headers [6.36trans (release_6.36.542.gc87b)]

2010-07-06 Thread Carsten Dominik
On Jul 6, 2010, at 9:07 AM, Tassilo Horn 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 will be posted to the

Re: [Orgmode] Org+table.el = mutli line cells?

2010-07-06 Thread John Hendy
Freaking awesome. What in the world *cant'* you set with Emacs/org? Incredible. John On Tue, Jul 6, 2010 at 3:41 AM, Carsten Dominik carsten.domi...@gmail.comwrote: On Jul 2, 2010, at 4:54 PM, John Hendy wrote: - Thanks for the table link, though I only see how to change frames and

Re: [Orgmode] Google CL and org-mode

2010-07-06 Thread Daniel Martins
Reaaly good news! I am also willing to test any code available for this. Daniel 2010/7/5 Eric S Fraga ucec...@ucl.ac.uk: On Mon, 5 Jul 2010 15:17:16 +0200, Jordi Inglada jordi.ingl...@cesbio.cnes.fr wrote: Hi, Happy to hear that. Since I do not know Elisp, I can not help much, but I am

[Orgmode] Re: Bug: Org LaTeX export has broken encoding for extra headers [6.36trans (release_6.36.542.gc87b)]

2010-07-06 Thread Tassilo Horn
Carsten Dominik carsten.domi...@gmail.com writes: Hi Carsten, In general, I'd say that it would be even more safe to put the extra headers below all default headers. OK, I am doing that now - let's hope this will not break anything. Well, at least for my presentation it works fine now. :-)

[Orgmode] Re: any idea how to convert org file to MS WORD an retain text structure?

2010-07-06 Thread Gil Brandao
Rainer Stengele rainer.stengele at diplan.de writes: Hi! I love to edit documents in Org. Unfortunately I have to finally deliver text in MS Word. Any idea how to best export/convert my org file to Word? I tried HTML export and then imported the html in Word but I end up in an

Diary synchronising with Google calendar (was Re: [Orgmode] Google CL and org-mode)

2010-07-06 Thread Eric S Fraga
On Tue, 6 Jul 2010 00:14:00 +0200, Daniel Mahler dmah...@gmail.com wrote: On Mon, Jul 5, 2010 at 11:54 PM, Eric S Fraga ucec...@ucl.ac.uk wrote: On Mon, 5 Jul 2010 17:10:55 +0200, Daniel Mahler dmah...@gmail.com wrote: Hi, Have you looked at g-client? Thanks.  I did look at

Re: [Orgmode] Columns with LaTeX beamer export

2010-07-06 Thread Eric S Fraga
On Tue, 06 Jul 2010 09:46:49 +0200, Tassilo Horn tass...@member.fsf.org wrote: Hi all, I cannot understand how to create a beamer frame with columns. Neither the info docs nor Worg make me grasp it. It somehow works if I add some additional outline structure like that:

Re: [Orgmode] Columns with LaTeX beamer export

2010-07-06 Thread Tassilo Horn
On Tuesday 06 July 2010 17:08:48 Eric S Fraga wrote: Hi Eric, Tassilo, I wrote a simple tutorial for beamer in org which you can find on Worg (sorry: I'm offline so don't have the link at hand). I think, I have read that and didn't understand it completely. Oh, wait, you mean that

Re: [Orgmode] Columns with LaTeX beamer export

2010-07-06 Thread Eric S Fraga
On Tue, 6 Jul 2010 21:04:03 +0200, Tassilo Horn tass...@member.fsf.org wrote: On Tuesday 06 July 2010 17:08:48 Eric S Fraga wrote: Hi Eric, Tassilo, I wrote a simple tutorial for beamer in org which you can find on Worg (sorry: I'm offline so don't have the link at hand). I think, I

Re: [Orgmode] Re: any idea how to convert org file to MS WORD an retain text structure?

2010-07-06 Thread Eric S Fraga
On Tue, 6 Jul 2010 16:55:35 + (UTC), Gil Brandao madskad...@gmail.com wrote: Rainer Stengele rainer.stengele at diplan.de writes: Hi! I love to edit documents in Org. Unfortunately I have to finally deliver text in MS Word. Any idea how to best export/convert my org file

[Orgmode] Re: Columns with LaTeX beamer export

2010-07-06 Thread Tassilo Horn
Eric S Fraga ucec...@ucl.ac.uk writes: Hi Eric, But my real question was concerning the point Columns without additional outline structure in http://orgmode.org/worg/org-tutorials/org-beamer.php. Especially the sentence The column ends at the next entry with such a property. makes me

[Orgmode] org-startup-indented shifts columns in column-view

2010-07-06 Thread Julien Fantin
I've been using the org-startup-indented and org-adapt-indentation variables for sometime, but I just realized that org-startup-indented when set to true, ends up shifting the cloumns in column-view according to the headline level. So headline 2 is shifted by 1 character to the right, headline 3

[Orgmode] Problem with HTML_CONTAINER_CLASS property

2010-07-06 Thread Jan Janak
Hello, I am using the HTML_CONTAINER_CLASS property in one of my documents to append additional classes to the corresponding div in the HTML document I export to: * Subsection :PROPERTIES: :HTML_CONTAINER_CLASS: span-9 last :END: When I publish the document, the resulting HTML code looks like

Re: [Orgmode] Re: Columns with LaTeX beamer export

2010-07-06 Thread Eric S Fraga
On Tue, 06 Jul 2010 21:36:38 +0200, Tassilo Horn tass...@member.fsf.org wrote: Eric S Fraga ucec...@ucl.ac.uk writes: Hi Eric, But my real question was concerning the point Columns without additional outline structure in http://orgmode.org/worg/org-tutorials/org-beamer.php.

[Orgmode] [BUG] org-capture : latest git pull, template selection broken ?

2010-07-06 Thread Julien Fantin
With the org-capture-templates described in the doc, right after the template selection, the buffer disappears, and the empty template gets written to the target file. The following messages are output : Clipboard pasted as level 2 subtree Has the template selection changed, or is this a bug ?

[Orgmode] New CSS for orgmode and Worg ?

2010-07-06 Thread Bastien
Hi all, the current CSS for orgmode.org and orgmode.org/Worg is nice: readable and simple. But I'm bugged by the feeling we can do better. It would be super cool to celebrate the forthcoming 7.01 version of Org with a brand new CSS. Maybe we can evaluate a few ones and decide which one suits

Re: [Orgmode] New CSS for orgmode and Worg ?

2010-07-06 Thread Greg Newman
I'd be happy to Bastien! — Greg On Tue, Jul 6, 2010 at 6:20 PM, Bastien bastien.gue...@wikimedia.fr wrote: Hi all, the current CSS for orgmode.org and orgmode.org/Worg is nice: readable and simple. But I'm bugged by the feeling we can do better. It would be super cool to celebrate the

Re: [Orgmode] any idea how to convert org file to MS WORD an retain text structure?

2010-07-06 Thread Torsten Wagner
Hi Rainer, I tried HTML export and then imported the html in Word but I end up in an unusable xml style document which word wants an stylesheet for which I do not have. This is what does for me the best job if I have to deal with MS Word - LaTeX conversion. How to do it with org-mode was

[Orgmode] Re: [Update Config] Babel changes -- security updates and final integration push

2010-07-06 Thread Bernt Hansen
Eric Schulte schulte.e...@gmail.com writes: Hi, I've just merged a large set of Babel related security measures and layout/initialization updates into the master branch of the git repository. These changes will require existing babel users to update their configuration, see the following

[Orgmode] [Org-mode] feed.el

2010-07-06 Thread Mark Scala
Hi, all. I was trying out feed.el today, and I've got an error that I don't understand. Following the docs, I put this in my .emacs: (setq org-feed-alist '((Slashdot http://rss.slashdot.org/Slashdot/slashdot; ~/org/feeds.org Slashdot Entries))) I created a file

[Orgmode] Re: [Update Config] Babel changes -- security updates and final integration push

2010-07-06 Thread Eric Schulte
Wow, this is fixed now, Thanks for pointing this out Bernt. Bernt Hansen be...@norang.ca writes: Eric Schulte schulte.e...@gmail.com writes: Hi, I've just merged a large set of Babel related security measures and layout/initialization updates into the master branch of the git repository.

[Orgmode] Re: [Update Config] Babel changes -- security updates and final integration push

2010-07-06 Thread Bernt Hansen
Eric Schulte schulte.e...@gmail.com writes: Wow, this is fixed now, Thanks for pointing this out Bernt. That was quick! Thanks!! -Bernt ___ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org

Re: [Orgmode] New CSS for orgmode and Worg ?

2010-07-06 Thread Carsten Dominik
On Jul 7, 2010, at 12:20 AM, Bastien wrote: Hi all, the current CSS for orgmode.org and orgmode.org/Worg is nice: readable and simple. But I'm bugged by the feeling we can do better. It would be super cool to celebrate the forthcoming 7.01 version of Org with a brand new CSS. Maybe we can

Re: [Orgmode] [ANN] Org to Atom, revisited

2010-07-06 Thread Scott Jaderholm
David, I love the idea of this project, and I really hope it makes it into org proper! Unfortunately I haven't been able to get the sitemap/index feed feature in this or an older version to work for me. Can you add more details in Section 4.2? It mentions org-atom-publish-org-as-atom-index but