Re: [Orgmode] Adding a timestamp after refiling

2010-03-24 Thread Carsten Dominik
Hi Charles, On Mar 25, 2010, at 3:43 AM, Charles Cave wrote: I use a task planning methodology From Mark Forster called "Autofocus" (http://www.markforster.net/autofocus-index/) Part of the workflow is rewriting a task at the end of the list of things to do - in orgmode terms - refiling a task

[Orgmode] Re: Timeline of completed tasks?

2010-03-24 Thread Memnon Anon
Ryan Thompson writes: > Hi, > > Is there any way to view a timeline or agenda of completed tasks? That > is, can I invert the normal logic of excluding finished tasks from the > agenda? ,[ (info "(org)Agenda commands") ] | `v l or short l' | Toggle Logbook mode. In Logbook mode, entr

Switch language on heading lines in Latex export (was Re: [Orgmode] Re: org-beamer: How to get items appear sequentially rather than all at once)

2010-03-24 Thread Christian Wittern
Dear Darlan, Thanks for your detailed explanation. I now got it working and am really happy with it. Now there is one remaining problem with my presentation (which is different, which is why I changed the header line): I do have some words on some heading line that are in a different language a

[Orgmode] Timeline of completed tasks?

2010-03-24 Thread Ryan Thompson
Hi, Is there any way to view a timeline or agenda of completed tasks? That is, can I invert the normal logic of excluding finished tasks from the agenda? -Ryan ___ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list. Emacs-or

[Orgmode] Adding a timestamp after refiling

2010-03-24 Thread Charles Cave
I use a task planning methodology From Mark Forster called "Autofocus" (http://www.markforster.net/autofocus-index/) Part of the workflow is rewriting a task at the end of the list of things to do - in orgmode terms - refiling a task. Would it be possible to add functionality to add a date/time s

[Orgmode] [PATCH] babel: add a :rownames argument to R code blocks

2010-03-24 Thread Julien Barnier
Hi, The following simple patch add a :rownames argument to R source code blocks in org-babel. With :rownames yes it allows to export the row names when the result is a table. For example : #+BEGIN_SRC R :session :colnames yes :rownames yes table(d$sexe,d$cuisine) #+END_SRC #+results: | |

Re: [Orgmode] Basic orgmode tutorial

2010-03-24 Thread Stefan Vollmar
Dear Dan, dear Russell, dear Carsten, On 24.03.2010, at 20:07, Dan Davison wrote: > Russell Adams writes: > >> I discussed this with a few users off an on. >> >> In the manual there are items required to setup org, keybindings, etc. >> >> The idea would be to include: >> >> - An Agenda file,

[Orgmode] Re: [PATCH] Use save-excursion in org-map-dblocks

2010-03-24 Thread Magnus Henoch
Carsten Dominik writes: > Can I ask you to sign the FSF papers for future patches which might be > more than a few lines? I've assigned all past and future changes to Emacs to the FSF already. That happened a few computers ago, so I don't have that email at hand, but I think I have a backup some

Re: [Orgmode] Re: [PATCH] Use save-excursion in org-map-dblocks

2010-03-24 Thread Carsten Dominik
On Mar 24, 2010, at 2:47 PM, Magnus Henoch wrote: Carsten Dominik writes: this looks like an OK patch and I don't have any problems applying it. However, I do not quite understand the need for it. Can you please try to explain a bit better? Do you have two processes running over the same

Re: [Orgmode] [patch] org-attach.el: Commit after deleting one file

2010-03-24 Thread Carsten Dominik
Applied, thanks. - Carsten On Mar 24, 2010, at 8:18 PM, David Maus wrote: And another one: Currently attachment directory and git repository are not synchronized after deletion of one file. -- David -- OpenPGP... 0x99ADB83B5A4478E6 Jabber dmj...@jabber.org Email. dm...@ictsoc.de one.

Re: [Orgmode] [patch] org-attach.el: Remove dependency on xargs

2010-03-24 Thread Carsten Dominik
Applied, thanks. - Carsten On Mar 24, 2010, at 8:16 PM, David Maus wrote: Attached patch for org-attach-commit in org-attach.el removes the dependency on the xargs command to remove files in the repository that were deleted in the attachment directory. Simply capture output of git ls-files

[Orgmode] Bug: Export buffer w/o filename to ASCII errors out (patch attached) [6.34trans (release_6.34c.221.gadb2)]

2010-03-24 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. -

[Orgmode] Re: Basic orgmode tutorial

2010-03-24 Thread Memnon Anon
Dan Davison writes: > Yes, exactly. I want to counter some of the recent pessimism on this > topic. Org-mode is very attractive to people in its own right, and as it > happens it is implemented in emacs. I know one person who has used > org-mode constantly for a couple of years now, purely for th

[Orgmode] Tables and Images are shifted to the end of document while exporting to tex file

2010-03-24 Thread Keith
Dear all, I have a document containing total around 10 images and tables with the attribute setting "#+ATTR_LaTex: placement=[htb]". However, I notice that two of this images and tables are placed in the end of the pdf document where shouldn't be their place. At the beginning I thought it mig

Re: [Orgmode] suggestion: display of #+TITLE

2010-03-24 Thread Scot Becker
Or what about---in the spirit of the 'hidden' outline stars---the option to set "#+TITLE:" and friends in a 'barely visible' color, and in the 'standard' font of the document, if that's possible. As sexy as it is, really hiding the markup is a fair break from most (all?) of 'standard' org mode, wh

Re: [Orgmode] using orgmode to send html mail?

2010-03-24 Thread Eric Schulte
David Maus writes: > Eric Schulte wrote: >>Thanks Dan, > >>I'm happy to hear I'm not the only person who's enjoying playing with >>this :). > >>Aside from changing the mime-delimeters for VM and wanderlust, it seems >>to me that the only remaining step between the current functionality and >>a se

Re: [Orgmode] stuck todos agenda view

2010-03-24 Thread Carsten Dominik
On Mar 20, 2010, at 8:09 PM, Eraldo Helal wrote: I want to make an agenda view for todos older than 7 days sorted by oldest date first. My TODOs have a timestamp inside the logbook which shows when they got the TODO status. *** TODO headline :LOGBOOK: - State "TODO" from "" [201

Re: [Orgmode] suggestion: display of #+TITLE

2010-03-24 Thread Carsten Dominik
Hi Dan, I think the patch is almost good. I do like the larger face for the title, and I know that some themes also use larger faces for headlines. But I think we at least need a variable governing if the keyword will be made invisible or not. If you type "#+email:", for example, that string do

Re: [Orgmode] Re: (org-entry-properties nil 'all) does not return inherited properties

2010-03-24 Thread Carsten Dominik
On Mar 22, 2010, at 10:56 PM, Holger Macht wrote: On Mon 22. Mar - 21:07:43, Emilio Jesús Gallego Arias wrote: Holger Macht writes: On Mo 22. Mär - 18:44:38, Emilio Jesús Gallego Arias wrote: Holger Macht writes: (org-entry-properties nil 'all) does not return inherited properties add

Re: [Orgmode] Re: [feature request] use relative path in the file set by org-agenda-files

2010-03-24 Thread Carsten Dominik
Hi Mikael, thanks for the patch, I have applied it. It is incomplete in the following sense: When I add another file with `C-c [', the the expanded file names will be written back to the file. So maybe it would be useful to implement an inverse operation in `org-store-new-agenda-file-list'. I

[Orgmode] [patch] org-attach.el: Commit after deleting one file

2010-03-24 Thread David Maus
And another one: Currently attachment directory and git repository are not synchronized after deletion of one file. -- David -- OpenPGP... 0x99ADB83B5A4478E6 Jabber dmj...@jabber.org Email. dm...@ictsoc.de org-attach-commit-delete-one.diff Description: Binary data pgpEB7GneuCWP.pgp D

[Orgmode] [patch] org-attach.el: Remove dependency on xargs

2010-03-24 Thread David Maus
Attached patch for org-attach-commit in org-attach.el removes the dependency on the xargs command to remove files in the repository that were deleted in the attachment directory. Simply capture output of git ls-files --deleted -z in a temporary buffer, get the filenames from there via string-spli

Re: [Orgmode] using orgmode to send html mail?

2010-03-24 Thread David Maus
Eric Schulte wrote: >Thanks Dan, >I'm happy to hear I'm not the only person who's enjoying playing with >this :). >Aside from changing the mime-delimeters for VM and wanderlust, it seems >to me that the only remaining step between the current functionality and >a seamless use of org-mode for emai

Re: [Orgmode] Re: apparently too stupid to use checkboxes

2010-03-24 Thread David Maus
Detlef Steuer wrote: >Hi, >while looking for the cause of my "checkbox problem" I found, >that all works fine, if I issue >make clean >in my org-mode directory before editing. >orgmode version is: >release_6.34c-238-gc0707 >Org-mode version 6.34trans (release_6.34c.238.gc0707.dirty) >If these

Re: [Orgmode] Basic orgmode tutorial

2010-03-24 Thread Dan Davison
Russell Adams writes: > Carsten, > > I discussed this with a few users off an on. > > In the manual there are items required to setup org, keybindings, etc. > > The idea would be to include: > > - An Agenda file, which loads by default > - Init file which >- Preconfigured keybindings >-

Re: [Orgmode] using orgmode to send html mail?

2010-03-24 Thread Eric Schulte
Thanks Dan, I'm happy to hear I'm not the only person who's enjoying playing with this :). Aside from changing the mime-delimeters for VM and wanderlust, it seems to me that the only remaining step between the current functionality and a seamless use of org-mode for email composition, is the reso

[Orgmode] possible bug: TAB after elipsis

2010-03-24 Thread Anthony Lander
If the cursor is after the elipsis on a folded entry like this: Some entry...| pressing TAB doesn't expand the entry, or in fact, do anything useful at all. Is it possible to get it to expand the entry, or am I missing something? Thanks, -Anthony _

Re: [Orgmode] using orgmode to send html mail?

2010-03-24 Thread Dan Davison
"Eric Schulte" writes: > Xiao-Yong Jin writes: > >> On Tue, 23 Mar 2010 13:54:39 -0600, Eric Schulte wrote: >> >>> Nice to see this topic has come back to life. >>> I've been playing with my old org-html-mail.el file, and come up with a >>> much simpler solution, which takes advantage of the mml

Re: [Orgmode] Basic orgmode tutorial

2010-03-24 Thread Russell Adams
Carsten, I discussed this with a few users off an on. In the manual there are items required to setup org, keybindings, etc. The idea would be to include: - An Agenda file, which loads by default - Init file which - Preconfigured keybindings - Remember keybinding for basic todo to agend

Re: [Orgmode] using orgmode to send html mail?

2010-03-24 Thread Eric Schulte
Xiao-Yong Jin writes: > On Tue, 23 Mar 2010 13:54:39 -0600, Eric Schulte wrote: > >> Nice to see this topic has come back to life. >> I've been playing with my old org-html-mail.el file, and come up with a >> much simpler solution, which takes advantage of the mml message mode >> functionality wi

[Orgmode] Populating tables

2010-03-24 Thread Gary .
I stumbled across http://orgmode.org/worg/org-tutorials/tracking-habits.php today about using Org-mode to help in forming (hopefully good!) habits by, for example, scheduling repeating "tasks" and marking them as DONE when you do them. About half way through, at http://orgmode.org/worg/org-tutorial

[Orgmode] Re: [PATCH] Use save-excursion in org-map-dblocks

2010-03-24 Thread Magnus Henoch
Carsten Dominik writes: > this looks like an OK patch and I don't have any problems applying it. > However, I do not quite understand the need for it. Can you please > try to explain a bit better? Do you have two processes running over > the same file at the same time, or why is there a conflic

Re: [Orgmode] Problems with hyperlinked files

2010-03-24 Thread Jan Böcker
On 24.03.2010 04:45, Leo Alekseyev wrote: > Actually, it's right there in section 4.3 of the manual, last > sentence: "if you need to remove ambiguities about the end of the > link, enclose them in angular brackets. " > Ah, I see -- this seems to be meant for the use case you mention below, pasti

[Orgmode] Re: dangling clock message might be incomprehensible to a few users

2010-03-24 Thread Sébastien Vauban
Hi Daniel, Daniel Clemente wrote: >>> " [(kK)p (sS)ub (C)ncl (i)gn]? ") >>> >>> Some users might ask: >>> kp=?  Keep?  Keep what? >>> sub=subtract what from what? >>> cncl=cancel command?  Why "C" only? >>> ign=ignore what?   Why "i" only? > > I also think that interface is difficult to understand

Re: [Orgmode] dangling clock message might be incomprehensible to a few users

2010-03-24 Thread Daniel Clemente
I also think that interface is difficult to understand. Maybe we should detail the texts for an easy one. It should express the actions in words that match the user's intention. For instance, - account some minutes to that task - set end time for that task - discard that partial clocking - do nothi

Re: [Orgmode] Re: org-mode tutorial questionaire

2010-03-24 Thread Ian Barton
I keep my ~/.emacs -> ~/git/emacs/emacs.el and ~/git/emacs/custom.el files in a git repository (~/git/emacs) so I can commit changes to these files and add meaningful comments about the reason for the change in the commit message. This lets me easily experiment with changing half a dozen varia

Re: [Orgmode] workflow objective... how to display ONE task, take notes on it, etc

2010-03-24 Thread Michael Gilbert
Thank you to Tycho & Bernt. You both got be down the right rode. I've now managed to find several acceptable ways to do this. — Michael On Mar 10,2010, at 3:32 PM, Michael Gilbert wrote: > Org-mode just keeps growing on me. Now I have workflow I want to check out. > It's my habit to try to cl

[Orgmode] Re: question about org-batch-agend-csv

2010-03-24 Thread Emin.shopper Martinian.shopper
I may be willing to simply write something to export to an Outlook CSV format myself. Could someone point me to some docs or examples on how to write something to export org contents? Thanks, -Emin On Mon, Mar 22, 2010 at 8:37 AM, Emin.shopper Martinian.shopper wrote: > Dear Experts, > > I have

[Orgmode] Re: org-mode tutorial questionaire

2010-03-24 Thread Bernt Hansen
Richard Riley writes: > Bernt Hansen writes: > >> Richard Riley writes: >> >> I keep my ~/.emacs -> ~/git/emacs/emacs.el and ~/git/emacs/custom.el >> files in a git repository (~/git/emacs) so I can commit changes to these >> files and add meaningful comments about the reason for the change in

Re: [Orgmode] Strange results of special symbol inside brackets in PDF output

2010-03-24 Thread Carsten Dominik
Yes, this is a bug, thanks. Fixed now. - Carsten On Mar 23, 2010, at 2:25 PM, Keith wrote: Dear all, Well..., I am just new to both emacs and org-mode and trying to get used to it :-) I noticed something strange and I think it's might be a bug converting to tex file. I've been trying t

Re: [Orgmode] [PATCH] Use save-excursion in org-map-dblocks

2010-03-24 Thread Carsten Dominik
Hi Magnus, this looks like an OK patch and I don't have any problems applying it. However, I do not quite understand the need for it. Can you please try to explain a bit better? Do you have two processes running over the same file at the same time, or why is there a conflict? Thanks for y

Re: [Orgmode] [PATCH] Allow org-agenda-entry-types to trump org-agenda-include-deadlines

2010-03-24 Thread Carsten Dominik
Yes, Matt, you are right, I did not oversee that Johns patch would conflict with our earlier one in this way. Thanks for catching this, I have applied the fix. - Carsten On Mar 23, 2010, at 8:59 PM, Matt Lundin wrote: Hi Carsten, Commit 3a3a1023486111ef4e986de9f22e94ea9c05d890 introduced

Re: [Orgmode] Basic orgmode tutorial

2010-03-24 Thread Carsten Dominik
Hi Russel, this is also a valuable idea. There are two avenues in this direction. 1. Make the org-mode defaults already set all this stuff up. 2. Offer a blind set of configurations and tell users, if you don' know nothing yet, use these. In either case, what would the improved defaults b

Re: [Orgmode] Problems with hyperlinked files

2010-03-24 Thread Carsten Dominik
On Mar 24, 2010, at 4:45 AM, Leo Alekseyev wrote: I could reproduce this, but I don't know if this is really a bug. (I never heard of protecting spaces with angle brackets.) Actually, it's right there in section 4.3 of the manual, last sentence: "if you need to remove ambiguities about the e

Re: [Orgmode] Re: org-beamer: How to get items appear sequentially rather than all at once

2010-03-24 Thread Darlan Cavalcante Moreira
In Beamer, you may specify the overlay for each item as below \begin{itemize} \item <+-> appear from start (could be <1->, but <+-> is better in case we change item order) \item <2> only showed in the second "page of the slide" \item <3-4> showed in pages 3 and 4 \item <4-> showed fro

[Orgmode] Re: apparently too stupid to use checkboxes

2010-03-24 Thread Detlef Steuer
Hi, while looking for the cause of my "checkbox problem" I found, that all works fine, if I issue make clean in my org-mode directory before editing. orgmode version is: release_6.34c-238-gc0707 Org-mode version 6.34trans (release_6.34c.238.gc0707.dirty) If these very same files get byte-comp

[Orgmode] Re: org-mode tutorial questionaire

2010-03-24 Thread Richard Riley
Bernt Hansen writes: > Richard Riley writes: > >> Matt Lundin writes: >> >>> Hi Alex, >>> >>> Alexander Poslavsky writes: >>> There is a new tutorial on worg: http://orgmode.org/worg/org-tutorials/ org4beginners.php. The idea is to write a tutorial for somebody who is new to org