[Orgmode] 'Double-entry' journals

2010-03-18 Thread John Hendy
Hi, I'm quite new to org-mode but am very excited about handling a lot of my current notes/task issues. My current/previous setup: - I use a modified TiddlyWIki and create daily journal entries like this: --- Create tiddler (page) with the title being the day's date --- Using the PartTiddlerPlug

Re: [Orgmode] Re: org-refile bug

2010-03-18 Thread Jason Dunsmore
Carsten Dominik writes: > I think your analysis is correct. The bookmark-set function is always > called *after* the note has been inserted at the target location. So > even if it fails, the note should not disappear. > > Without a reproducible test case, it is difficult to do more here. I was

[Orgmode] Bug: HTML export of link to target in another file

2010-03-18 Thread Dan Davison
Below are a bug report, a tentative patch and a proposed doc patch. Bug report == If I have this: A [[file:zz.org::#mytarget][link]] to a target with a custom ID and export it to HTML, I get A link to a target with a custom ID which (in firefox on linux) links to the file but does not

[Orgmode] AI for orgmode

2010-03-18 Thread Leo
Hello, Sorry to use a subject like this. A few weeks ago I saw slides of a presentation (link available on http://netzhansa.blogspot.com/2010/02/clojure-sliders-from-february-berlin.html) about using clojure (one of lisp languages) for developing intelligent project management software. I think t

Re: [Orgmode] dates in a spreadsheet

2010-03-18 Thread Eric S Fraga
On Wed, 17 Mar 2010 09:51:04 -0700, Josh Mattoon wrote: > > [1 ] > [1.1 ] > Sure thing. Basically I'd like the "date" column to be automatically > calculated so that I can move things around, add extra days here and there, > and not have to edit that column by hand. > > | date | location

[Orgmode] [babel] Octave and Matlab support

2010-03-18 Thread Dan Davison
I've added support for Octave and Matlab to org-babel. In addition to the normal org-babel setup[1], you'll need one or both of (require 'org-babel-octave) (require 'org-babel-matlab) and for matlab sessions you'll need matlab.el[2] (octave support is bundled with GNU emacs). I'd appreciate the

Re: [Orgmode] Re: [babel] org-babel: tangling to latex .sty/.cls files

2010-03-18 Thread Dan Davison
Nicolas Girard writes: > 2010/3/18 Dan Davison : >> "Thomas S. Dye" writes: >> > >> >> OK, I've gone ahead with that. No extension added now unless ':tangle yes'. >> > > Hi Dan, > > Thanks very much, but it seems to break org-babel-load-file. >>From the source code of org-babel-load-file: > (org

Re: [Orgmode] Displaying your Org agenda after idle time

2010-03-18 Thread Jason Dunsmore
I've been searching for a good way to remember to look at my agenda. Great idea! ___ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode

Re: [Orgmode] Re: [babel] org-babel: tangling to latex .sty/.cls files

2010-03-18 Thread Nicolas Girard
2010/3/18 Dan Davison : > "Thomas S. Dye" writes: > > > OK, I've gone ahead with that. No extension added now unless ':tangle yes'. > Hi Dan, Thanks very much, but it seems to break org-babel-load-file. >From the source code of org-babel-load-file: (org-babel-tangle-file file base-name "emacs-l

[Orgmode] Re: Shortcut for complex searches

2010-03-18 Thread Ɓukasz Stelmach
Alessandro Pacaccio writes: > I need a list of TODO items that match a given tag and are not > scheduled after a given date. I use the C-c a M shortcut with the > following search string: +mytag+TODO="TODO"-SCHEDULED>"2000-01-01" > > My question is: as I frequently use this search, is it possibl

[Orgmode] Re: Shortcut for complex searches

2010-03-18 Thread Matt Lundin
Alessandro Pacaccio writes: > Hi, > > I need a list of TODO items that match a given tag and are not > scheduled after a given date. I use the C-c a M shortcut with the > following search string: +mytag+TODO="TODO"-SCHEDULED>"2000-01-01" > > My question is: as I frequently use this search, is it

[Orgmode] Feature request: hide target brackets

2010-03-18 Thread Scott Otterson
<> and <<>> are great for making sure internal links go to the right place in your org document. The problem with them, though, is that they clutter up the text, making it less readable. So, here's my feature request: Hide the target angle brackets in the same way that square brackets are hidden

Re: [Orgmode] LaTeX export > Avoid \newline command after timestampsX-Draft-From: ("nnimap+mc:INBOX.sncb")

2010-03-18 Thread Francesco Pizzolante
Hi David, > Yes, sorry, my brain's logical unit misfired. What I meant was > > , > | (unless (or (looking-at ".*\n[ \t]*\n") (looking-at ".*newline[ \t]*$")) > ` > > Translating to: insert /no/ \newline, if either (a) there is a empty > line beneath this line or (b) there is already a

Re: [Orgmode] LaTeX export > Avoid \newline command after timestampsX-Draft-From: ("nnimap+mc:INBOX.sncb")

2010-03-18 Thread David Maus
Francesco Pizzolante wrote: >Hi David, >> This cleary /is/ problem. Maybe we should catch these two cases >> (patch attached): >> >> , >> | (unless (and (looking-at ".*\n[ \t]*\n") (looking-at ".*newline[ >> \t]*$")) >> ` >> >> Insert \newline only if there is no paragraph separator.

Re: [Orgmode] problem with latex preview

2010-03-18 Thread Scott May
I solved my problem. I had to install the type1 fonts package (type1cm) from MiKTeX. On Mar 17, 2010, at 10:05 PM, Scott May wrote: > I am having trouble viewing the latex fragments in my emacs window (via C-c > C-x C-l). > > First, I was getting no output (*Messages* buffer said "Failed to c

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

2010-03-18 Thread Dan Davison
Carsten Dominik writes: > On Mar 16, 2010, at 5:25 PM, Dan Davison wrote: > >> Might it be worth considering a special display for the #+title line >> in >> org buffers? >> >> Currently it is easy for the title to get buried among more technical >> configuration lines like #+options, #+startup, #

[Orgmode] Shortcut for complex searches

2010-03-18 Thread Alessandro Pacaccio
Hi, I need a list of TODO items that match a given tag and are not scheduled after a given date. I use the C-c a M shortcut with the following search string: +mytag+TODO="TODO"-SCHEDULED>"2000-01-01" My question is: as I frequently use this search, is it possible to configure the command in the o

Re: [Orgmode] LaTeX export > Avoid \newline command after timestampsX-Draft-From: ("nnimap+mc:INBOX.sncb")

2010-03-18 Thread Francesco Pizzolante
Hi David, David Maus wrote: > Took me a while to realize the problem with current implementation: If > you already have a blank line between scheduled/deadline line and the > content the newline forces extra spacing between scheduled/deadline > and the following paragraph. I'm sorry if I wasn't c

Re: [Orgmode] publishing, and :auto-index

2010-03-18 Thread Sebastian Rose
Carsten Dominik writes: > Hi, > > I am wondering is anyone is using the :auto-index functionality with Org > publishing. > > The fact that this is called "index" is driving me crazy, and I would like to > rename this and all related properties to "sitemap. Thus :auto-sitemap, > :sitemap-style, :

RE: [Orgmode] printing error

2010-03-18 Thread Brody, William (Buck)
Emacs version 22.3.1 Org-mode version 6.34c Printing works on most documents. It works on some org documents, but it seems to depend on whether specific fonts are used in the faces. I created a sparse tree and typed Command: M-x ps-print-buffer-with faces Minibuffer: Font for some charact

Re: [Orgmode] LaTeX export > Avoid \newline command after timestampsX-Draft-From: ("nnimap+mc:INBOX.sncb")

2010-03-18 Thread David Maus
Francesco Pizzolante wrote: >The problem with the actual implementation is that it forces a newline in all >cases (both if you have text in the heading or not) which does not respect the >document class formatting that you've chosen. Took me a while to realize the problem with current implementati

Re: [Orgmode] publishing, and :auto-index

2010-03-18 Thread David Maus
Hi Carsten, Carsten Dominik wrote: >Hi, >I am wondering is anyone is using the :auto-index functionality with >Org publishing. I'm not using it on my publishing projects but intend to use it as the place I can hook in to publish an atom feed for multiple input files of a project. For this "inde

Re: [Orgmode] Re: remember integration problem with 6.06

2010-03-18 Thread Rohan Nicholls
Hi all I am getting the same error, and have (require 'org-install) in my init. I have remember bound to F5-r which then brings up a choice including (t)odo which is what I was trying to do. This has been showing up when using the git bleeding edge, and a pull has not helped. Here is the traceba

[Orgmode] Displaying your Org agenda after idle time

2010-03-18 Thread John Wiegley
I have the following snippet in my .emacs file, which I find very useful. Basically what it does is that if I don't touch my Emacs for 5 minutes, it displays the current agenda. This keeps my tasks "always in mind" whenever I come back to Emacs after doing something else, whereas before I had

Re: [Orgmode] LaTeX export > Avoid \newline command after timestampsX-Draft-From: ("nnimap+mc:INBOX.sncb")

2010-03-18 Thread Francesco Pizzolante
Hi, Thanks for your remarks. >>> thanks for this. The reason why I put this is is to make sure that >>> text after that line will start >>> in a new line, and now flow into the scheduled/deadline line. For >>> example: >> >>> *** DONE My Task :Be

Re: [Orgmode] cannot pull from repo.or.cz today

2010-03-18 Thread Scot Becker
...and here. On Wed, Mar 17, 2010 at 6:37 PM, David Maus wrote: > William Henney wrote: > >Is anyone else seeing this? > > >$ git pull --verbose > >repo.or.cz[0: 195.113.20.142]: errno=Operation timed out > >fatal: unable to connect a socket (Operation timed out) > > Nope, works fine here. > >

[Orgmode] publishing, and :auto-index

2010-03-18 Thread Carsten Dominik
Hi, I am wondering is anyone is using the :auto-index functionality with Org publishing. The fact that this is called "index" is driving me crazy, and I would like to rename this and all related properties to "sitemap. Thus :auto-sitemap, :sitemap-style, :sitemap-title etc etc - Carste

Re: [Orgmode] Re: New Org-mode talk by Carsten Dominik

2010-03-18 Thread Carsten Dominik
On Mar 16, 2010, at 6:17 PM, Daniel Martins wrote: I found a "minor" bug in cd-colors.el I use a variation of background/foreground according to day/night environments as suggested in http://www.jurta.org/en/emacs/dotemacs and which I reproduce below But using cd-colors and the day option

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

2010-03-18 Thread Carsten Dominik
On Mar 16, 2010, at 5:25 PM, Dan Davison wrote: Might it be worth considering a special display for the #+title line in org buffers? Currently it is easy for the title to get buried among more technical configuration lines like #+options, #+startup, #+seq_toto etc. One can take the approach

Re: [Orgmode] Showing scheduled blocked tasks [SEC=UNCLASSIFIED]

2010-03-18 Thread Carsten Dominik
On Mar 17, 2010, at 1:53 AM, Matthew Phillips wrote: On 16/03/2010, at 6:21 PM, Carsten Dominik wrote: On Mar 16, 2010, at 1:36 AM, Matthew Phillips wrote: On 16/03/2010, at 12:24 AM, Carsten Dominik wrote: On Mar 15, 2010, at 1:23 AM, Matthew Phillips wrote: So, is there any way I ca

Re: [Orgmode] Re: Wikipedia article on Org-mode

2010-03-18 Thread Carsten Dominik
On Mar 17, 2010, at 5:13 PM, J. David Boyd wrote: Carsten Dominik writes: Hi, there is a Wikipedia article about Org-mode, and it has problems in the reference section. Somehow I feel I should not be he one editing this article - can someone here fix these issues? Thanks - Carsten Oh,

Re: [Orgmode] Re: org-refile bug

2010-03-18 Thread Carsten Dominik
On Mar 17, 2010, at 5:33 PM, Mikael Fornius wrote: This goes beyond my knowledge of org-remember. Maybe it has something to do with corrupt org-*-last-stored data if the last org-entry data is removed or changed? Just guessing here... I tried to corrupt the data myself, then did bookmark-

Re: [Orgmode] LaTeX export > Avoid \newline command after timestampsX-Draft-From: ("nnimap+mc:INBOX.sncb")

2010-03-18 Thread Carsten Dominik
On Mar 17, 2010, at 9:00 PM, David Maus wrote: Carsten Dominik wrote: Hi Francesco, thanks for this. The reason why I put this is is to make sure that text after that line will start in a new line, and now flow into the scheduled/deadline line. For example: *** DONE My Task

Re: [Orgmode] problem with latex preview

2010-03-18 Thread Carsten Dominik
On Mar 17, 2010, at 10:05 PM, Scott May wrote: I am having trouble viewing the latex fragments in my emacs window (via C-c C-x C-l). First, I was getting no output (*Messages* buffer said "Failed to create png file from ..."). I installed AUCTex and that problem went away. Now, the lat

Re: [Orgmode] Re: dates in a spreadsheet

2010-03-18 Thread Carsten Dominik
On Mar 17, 2010, at 11:39 PM, Bernt Hansen wrote: Josh Mattoon writes: Hey Nick, the first one came through just fine. This is pretty cool but still not quite what I'm looking for. It totally helped me get what I wanted though! I wanted to have a separate row for each day so I could fi

[Orgmode] Re: icalendar: exporting times of day specified in heading?

2010-03-18 Thread Carsten Dominik
Applied, thanks. - Carsten On Mar 18, 2010, at 3:17 AM, Matthew Lundin wrote: Hi Stephen, Stephen Eglen writes: When I enter the time of day after typing "i d", the time of day is added to the timestamp (as above) but is *not* removed the headline. E.g., "Day entry: 9:00am go shopping [RE