[O] embed markdown?

2011-03-10 Thread Fred Concklin
Hi all, I'm Fred and I just joined the list. I've been using github for a little bit and really like their parsing of org-mode files on the web[1]. I was converting a markdown file to org-mode wasn't able to figure out how to convert a directory hierarchy from Md. I've

[O] Re: latex export issue

2011-03-10 Thread Nicolas
Hello, Scot Becker scot.bec...@gmail.com writes: That sounds like it means that any documents you might want to export to LaTeX (and format with hard line breaks) should always have non-breaking spaces after the periods---or you should keep a manual eye on your paragraph formatting to make

Re: [O] embed markdown?

2011-03-10 Thread Christian Moe
Hi, Fred, About Github's markup library and org plugin (not Pandoc), see https://github.com/github/markup If it's just the ascii-art representation of the directory tree you want, you can wrap it in an example block. From your example: #+BEGIN_EXAMPLE . |-- config.clj `-- resources

Re: [O] embed markdown?

2011-03-10 Thread Puneeth Chaganti
On Thu, Mar 10, 2011 at 1:39 PM, Fred Concklin fredconck...@gmail.com wrote: [..] [1] I assume they're running pandoc on the backend. However, there are a few   shortcomings. For instance, the #+begin_src sh tag doesn't display as   code on the web. They use org-ruby.

Re: [O] Re: lists and fill-region

2011-03-10 Thread Bastien
michael hohn mhh...@gmail.com writes: I have pushed a fix for this case. Thanks for your report, it reminds me filling in lists is still a bit fragile, and needs some care. Thanks for the quick response! The list filling is very nice already. Indeed -- and I cannot thank Nicolas enough for

Re: [O] [PATCH] Adding known properties

2011-03-10 Thread Sébastien Vauban
Hi Bastien, Bastien wrote: Sébastien Vauban wxhgmqzgw...@spammotel.com writes: Thanks for catching this -- I've applied a modified patch, yours add EXPORT_DATE twice :) Hein? Not sure what you're talking about... I'm talking about _nothing_ -- just misread your patch. Sorry for that!

[O] [Accepted] [O, 2/2] Allow clocking in new tasks inserted before the current clocking task

2011-03-10 Thread Bastien Guerry
Patch 669 (http://patchwork.newartisans.com/patch/669/) is now Accepted. Maintainer comment: none This relates to the following submission: http://mid.gmane.org/%3C1299721221-10196-3-git-send-email-bernt%40norang.ca%3E Here is the original message containing the patch: Content-Type:

[O] [Accepted] [O, 1/2] Allow setting default clocking task to current clocking task

2011-03-10 Thread Bastien Guerry
Patch 668 (http://patchwork.newartisans.com/patch/668/) is now Accepted. Maintainer comment: none This relates to the following submission: http://mid.gmane.org/%3C1299721221-10196-2-git-send-email-bernt%40norang.ca%3E Here is the original message containing the patch: Content-Type:

Re: [O] Rework org-export-html-preamble/postamble (again)

2011-03-10 Thread Bastien
Hi Jason, Jason Dunsmore emacs-orgm...@dunsmor.com writes: Bastien b...@altern.org writes: Hopefully this patch will solve a few issues that have just been raised about the new behavior of org-export-html-preamble/postamble. With this patch, I get the following error when exporting to

Re: [O] Bug: capture template target file+datetree+prompt not valid. [7.4]

2011-03-10 Thread Bastien
Hi Zhang, Zhang Zhizhong i...@zzzcn.info writes: Did I miss something? Or did I just found a bug? Please send a backtrace, it will help understand the error you have: http://orgmode.org/manual/Feedback.html Thanks! -- Bastien

Re: [O] [PATCH 0/2] Clocking fixes

2011-03-10 Thread Bastien
Hi clock-master, Bernt Hansen be...@norang.ca writes: The following patch series fixes problems with with clocking in tasks and setting the default clock task. I've applied these two patches -- thanks for catching this. I feel lucky that org-clock power users are also able to send patches

Re: [O] Version 7.5: org-export-html-preamble no longer supports function

2011-03-10 Thread Bastien
Hi Bill, Bill Jackson b...@jacksonhost.com writes: This works for me. thanks for testing. I have not tested it _carefully_, but I did apply your patch and my setup now works as it did before. (Of course :preamble and :postamble needed to be changed to :html-preamble :html-postamble for

[O] ob-xml

2011-03-10 Thread dpom
Hello, Using ob-template I created a minimal ob-xml (attached to this mail). In my emacs config I added xml to org-babel-load-languages and nxml in org-src-lang-modes. Everything works ok except a small glitch. The tangled file always start with an empty line (not present in the babel bloc). How

[O] Org expert mode?

2011-03-10 Thread Bastien
Hi all, Org tries to stay as simple/accessible as possible for newbie and as complete/flexible as possible for power users. The documentation and the UI are central for this: the documentation should promote core features, document complex ones, and give pointers on how to hack Org -- it does

Re: [O] Org expert mode?

2011-03-10 Thread Bastien
Bastien b...@altern.org writes: So I naturally thought of something like an Org Expert mode: when turned off, the UI would *not* give access to complex features More precisely: the UI would not _display_ complex features, which will still be available anyway (of course). -- Bastien

[O] Why face org-link is now blue?

2011-03-10 Thread Leo
Hi there, I installed org-mode 7.5 with emacs-23 and found that links are no longer in purple but blue, like this: http://imgur.com/LEkZt.png It looks confusing to me. Any idea whether this is a bug? Thanks. Leo

Re: [O] Re: [Orgmode] Feature Request: attach link type

2011-03-10 Thread Bastien
Hi Darlan, Darlan Cavalcante Moreira darc...@gmail.com writes: I think yes and no, depending on what the user wants to do. I my case I use org-attach as a way to store files related to org that *I don't need to access outside org-mode*. For files that I access outside org-mode I don't

Re: [O] Org expert mode?

2011-03-10 Thread Filippo A. Salustri
I wonder about the complexity associated with adding an expert mode. My area is design, and one of my pet peeves about all things designed is how they tend to increase in complexity for the sake of extending their scope, without much attention being paid to the brittleness that accumulates

Re: [O] Org expert mode?

2011-03-10 Thread Rainer M Krug
On Thu, Mar 10, 2011 at 11:11 AM, Bastien b...@altern.org wrote: Bastien b...@altern.org writes: So I naturally thought of something like an Org Expert mode: when turned off, the UI would *not* give access to complex features More precisely: the UI would not _display_ complex features, which

Re: [O] Org expert mode?

2011-03-10 Thread Greg Troxel
Bastien b...@altern.org writes: Bastien b...@altern.org writes: So I naturally thought of something like an Org Expert mode: when turned off, the UI would *not* give access to complex features More precisely: the UI would not _display_ complex features, which will still be available

Re: [O] org-contacts from bbdb: a starting solution

2011-03-10 Thread Eric S Fraga
Wes Hardaker wjhns...@hardakers.net writes: On Wed, 09 Mar 2011 11:46:50 +, Eric S Fraga e.fr...@ucl.ac.uk said: ESF Are you intending to extend your code for not-so-appropriate fields? If ESF so, I definitely would like to see the addresses converted and it would ESF be quite useful

[O] [Patch] HTML export -- Allow to change the name of the global DIV

2011-03-10 Thread Sébastien Vauban
Hello, Here is a patch which allows one to change the (currently) hard-coded DIV name in which the page contents is being inserted. It currently is content, but some prefer container or wrapper. If accepted, my next patch will be to make this a per-project variable. diff --git

Re: [O] Question about org-beamer overlays

2011-03-10 Thread Eric S Fraga
Matt Lundin m...@imapmail.org writes: I use beamer for presentations and appreciate the fine-grained control over effects that it provides. For instance, I can combine overlay specifications with includegraphics to mix and match different text and images on the same frame. \begin{frame}

Re: [O] Delete in emacs on OS X

2011-03-10 Thread Juan Pechiar
Doing F1-k on backspace (delete key) gives: DEL (translated from backspace) runs the command delete-backward-char And with delete (Fn-delete) it says: DEL (translated from kp-delete) runs the command delete-backward-char So both are mapped to DEL. You can fix this with

Re: [O] [PATCH 0/2] Clocking fixes

2011-03-10 Thread Bernt Hansen
Bastien b...@altern.org writes: Hi clock-master, Bernt Hansen be...@norang.ca writes: The following patch series fixes problems with with clocking in tasks and setting the default clock task. I've applied these two patches -- thanks for catching this. I feel lucky that org-clock power

Re: [O] Org expert mode?

2011-03-10 Thread Rustom Mody
Bastien wrote: I've just added the ability to run a custom function for bulk agenda actions (thanks to Puneeth for the patch!) This is clearly for power users -- or those who are willing to take the time to find functions that we might document in Worg. So I naturally thought of something

Re: [O] Org expert mode?

2011-03-10 Thread Rainer M Krug
On Thu, Mar 10, 2011 at 2:12 PM, Rustom Mody rustompm...@gmail.com wrote: Bastien wrote: I've just added the ability to run a custom function for bulk agenda actions (thanks to Puneeth for the patch!)  This is clearly for power users -- or those who are willing to take the time to find

[O] org-contacts and column mode

2011-03-10 Thread George McNinch
If I have a buffer visiting one of my org-contacts files, say contacts.org, and if I have turned on column mode in the buffer visiting contacts.org via org-columns (C-x C-x C-c) then, when trying to tab-complete in a *Message* buffer To: George tab in the event that George identifies an entry

Re: [O] tags match agenda

2011-03-10 Thread Sébastien Vauban
Hi Richard, Richard Riley wrote: when I create an agenda matching a certain tag its not working for file level tags. Is this a known issue or have I done something wrong? (C-c a m) http://orgmode.org/manual/Setting-tags.html file level tags: #+TAGS: laptop car pc sailboat It works

Re: [O] tags match agenda

2011-03-10 Thread John Hendy
On Thu, Mar 10, 2011 at 7:41 AM, Richard Riley rile...@googlemail.com wrote: when I create an agenda matching a certain tag its not working for file level tags. Is this a known issue or have I done something wrong? (C-c a m) http://orgmode.org/manual/Setting-tags.html file level tags:  

Re: [O] Org expert mode?

2011-03-10 Thread Matthew Sauer
So maybe different custom functions that are developed to allow people to use ORG in different ways. Some with more help for basic features, some for GTD, some for publishing, some for advanced features or programming. All of the features would always be available but maybe the suggest order

Re: [O] tags match agenda

2011-03-10 Thread Richard Riley
John Hendy jw.he...@gmail.com writes: On Thu, Mar 10, 2011 at 7:41 AM, Richard Riley rile...@googlemail.com wrote: when I create an agenda matching a certain tag its not working for file level tags. Is this a known issue or have I done something wrong? (C-c a m)

Re: [O] Org expert mode?

2011-03-10 Thread John Hendy
On Thu, Mar 10, 2011 at 6:38 AM, Greg Troxel g...@ir.bbn.com wrote: Bastien b...@altern.org writes: Bastien b...@altern.org writes: So I naturally thought of something like an Org Expert mode: when turned off, the UI would *not* give access to complex features More precisely: the UI would

Re: [O] tags match agenda

2011-03-10 Thread Richard Riley
Sébastien Vauban wxhgmqzgw...@spammotel.com writes: Hi Richard, Richard Riley wrote: when I create an agenda matching a certain tag its not working for file level tags. Is this a known issue or have I done something wrong? (C-c a m) http://orgmode.org/manual/Setting-tags.html file

Re: [O] Delete in emacs on OS X

2011-03-10 Thread John Hendy
Juan/Richard: thanks for the suggestions. I'll try these when I'm home on the Mac. Perhaps I should have just been using C-d all along! John On Thu, Mar 10, 2011 at 7:11 AM, Juan Pechiar j...@pechiar.com wrote: Doing F1-k on backspace (delete key) gives:  DEL (translated from backspace) runs

Re: [O] tags match agenda

2011-03-10 Thread Bernt Hansen
Richard Riley rile...@googlemail.com writes: when I create an agenda matching a certain tag its not working for file level tags. Is this a known issue or have I done something wrong? (C-c a m) http://orgmode.org/manual/Setting-tags.html file level tags: #+TAGS: laptop car pc sailboat

Re: [O] Rework org-export-html-preamble/postamble (again)

2011-03-10 Thread Jason Dunsmore
Bastien b...@altern.org writes: Hi Jason, Jason Dunsmore emacs-orgm...@dunsmor.com writes: Bastien b...@altern.org writes: Hopefully this patch will solve a few issues that have just been raised about the new behavior of org-export-html-preamble/postamble. With this patch, I get the

Re: [O] Re: [Orgmode] Feature Request: attach link type

2011-03-10 Thread Darlan Cavalcante Moreira
Thank you Bastien. It works as expected. -- Darlan At Thu, 10 Mar 2011 11:24:26 +0100, Bastien b...@altern.org wrote: Hi Darlan, Darlan Cavalcante Moreira darc...@gmail.com writes: I think yes and no, depending on what the user wants to do. I my case I use org-attach as a way to

Re: [O] tags match agenda

2011-03-10 Thread Richard Riley
Bernt Hansen be...@norang.ca writes: Richard Riley rile...@googlemail.com writes: when I create an agenda matching a certain tag its not working for file level tags. Is this a known issue or have I done something wrong? (C-c a m) http://orgmode.org/manual/Setting-tags.html file level

[O] org-columns and tags

2011-03-10 Thread George McNinch
If I define columns using a specification like #+COLUMNS: %25ITEM(name) %25EMAIL(email) then tags associated with the entries seem to appear in the ITEM column. But if I include a TAGS entry in the column spec, like this: #+COLUMNS: %25ITEM(name) %15TAGS %25EMAIL(email) then tags show up

Re: [O] tags match agenda

2011-03-10 Thread Carsten Dominik
On Mar 10, 2011, at 3:58 PM, Richard Riley wrote: Bernt Hansen be...@norang.ca writes: Richard Riley rile...@googlemail.com writes: when I create an agenda matching a certain tag its not working for file level tags. Is this a known issue or have I done something wrong? (C-c a m)

Re: [O] Org expert mode?

2011-03-10 Thread Julien Danjou
On Thu, Mar 10 2011, Bastien wrote: I'm myself not convinced: it's a good thing that Org doesn't need an Expert mode so far, it means newbies are not confused by the UI, and experts are not frustrated by it either. But I expect neat features can emerge from the discussion. I agree that it

Re: [O] tags match agenda

2011-03-10 Thread Bernt Hansen
Richard Riley rile...@googlemail.com writes: Bernt Hansen be...@norang.ca writes: Richard Riley rile...@googlemail.com writes: when I create an agenda matching a certain tag its not working for file level tags. Is this a known issue or have I done something wrong? (C-c a m)

[O] [PATCH] Docstring fix for org-export-preprocess-string

2011-03-10 Thread Rodrigo Lazo
Hi, I found a trivial error with this docstring. --8---cut here---start-8--- diff --git a/lisp/org-exp.el b/lisp/org-exp.el index dff86b6..34f101d 100644 --- a/lisp/org-exp.el +++ b/lisp/org-exp.el @@ -1042,7 +1042,7 @@ Pressing `1' will switch between these

[O] Symbol's function definition is void: fill-forward-paragraph

2011-03-10 Thread Frank Jäkel
Hi all, * A I'm trying to fill this paragraph by pressing M-q now I get the following error: Debugger entered--Lisp error: (void-function fill-forward-paragraph) (fill-forward-paragraph -1) (save-excursion (fill-forward-paragraph -1) (setq itemp (org-in-item-p))) (cond ((and ... ...) t)

Re: [O] Org expert mode?

2011-03-10 Thread Scott Randby
On 03/10/2011 05:05 AM, Bastien wrote: So I naturally thought of something like an Org Expert mode: when turned off, the UI would *not* give access to complex features and perhaps display more helpful messages on simple ones; when turned on, Org would have a less verbose UI (think of the C-c

[Accepted] [O] Docstring fix for org-export-preprocess-string

2011-03-10 Thread Bastien Guerry
Patch 672 (http://patchwork.newartisans.com/patch/672/) is now Accepted. Maintainer comment: none This relates to the following submission: http://mid.gmane.org/%3C86ei6eoq4l.fsf%40thinkpad.colorado%3E Here is the original message containing the patch: Content-Type: text/plain; charset=utf-8

Re: [O] [PATCH] Docstring fix for org-export-preprocess-string

2011-03-10 Thread Bastien
Rodrigo Lazo rlazo@gmail.com writes: I found a trivial error with this docstring. Applied, thanks. -- Bastien

Re: [O] Why face org-link is now blue?

2011-03-10 Thread Bastien
Hi Leo, Leo sdl@gmail.com writes: I installed org-mode 7.5 with emacs-23 and found that links are no longer in purple but blue, like this: http://imgur.com/LEkZt.png It looks confusing to me. Any idea whether this is a bug? It is not: in Org 7.5 (vs 7.4), org-link face is inherited

[O] Re: Symbol's function definition is void: fill-forward-paragraph

2011-03-10 Thread Nicolas
Hello, Frank Jäkel fjae...@uos.de writes: * A I'm trying to fill this paragraph by pressing M-q now I get the following error: Debugger entered--Lisp error: (void-function fill-forward-paragraph) (fill-forward-paragraph -1) (save-excursion (fill-forward-paragraph -1) (setq itemp

Re: [O] Rework org-export-html-preamble/postamble (again)

2011-03-10 Thread Bastien
Hi Jason, Jason Dunsmore emacs-orgm...@dunsmor.com writes: This patch fixed that export error, but I'm still seeing the problems with exporting #+TITLE: in an h1 heading described at: http://article.gmane.org/gmane.emacs.orgmode/39100 You mean that, without any :html-preamble and with

Re: [O] Org expert mode?

2011-03-10 Thread Samuel Wales
I agree with the comments on complexity and inapplicability. IMO it would be better to arrange existing menus and documentation to emphasize basics. -- AIDS 2.0 is here now: http://thekafkapandemic.blogspot.com/2010/12/welcome-to-kafka-pandemic-two-forces_9182.html I support the

[O] Re: Symbol's function definition is void: fill-forward-paragraph

2011-03-10 Thread Nicolas
Sorry to reply to myself, but I've pushed a change that should satisfy emacsen older than 23 in that area.

Re: [O] Delete in emacs on OS X

2011-03-10 Thread Samuel Wales
Unrelated: with external keyboard on a mac, my delete key sends linefeed in emacs 22 and C-n in emacs 23. The former is bindable. The latter is useless because C-n is needed.

Re: [O] Org expert mode?

2011-03-10 Thread Robert Pluim
Bastien b...@altern.org writes: Hi all, Org tries to stay as simple/accessible as possible for newbie and as complete/flexible as possible for power users. The documentation and the UI are central for this: the documentation should promote core features, document complex ones, and give

[O] dates before 1970

2011-03-10 Thread Eric S Fraga
This is a sort of bug report but possibly more a curiosity... I imagine this has something to do with time 0 in Unix but I cannot seem to be able to enter any date earlier than 1 Jan 1970 using C-c! (say). However, once I have entered a date (later than that), I can use S-down on the year to get

Re: [O] Org expert mode?

2011-03-10 Thread Joost Helberg
Bastien and others, When I worked in Hoofddorp in the early 90's, I travelled 2.5 hours by train every day. I reserved half of the train-time every single day for a year checking out GNU Emacs stuff I didn't understand on my notebook. This helped me a lot in going places (aka major modes, elisp

[O] Re: latex export issue

2011-03-10 Thread Scot Becker
Looks good, but I can't get it to work. To test it, can I just evaluate the two sexp's in the block you gave inside a scratch buffer, then switch to my trial org file and export to LaTeX? Trying the OP's sample file gives the same results before and after I evaluate this new bit of code, but I

Re: [O] Org expert mode?

2011-03-10 Thread Eric Schulte
Hi, I tend to agree with Joost's sentiments. In my opinion the current Org-mode---despite all of the power lurking just beneath the surface---is entirely usable as a very simple plain text notes buffer. The user need know nothing more than how to press tab on a headline to expand-contract it's

[O] Re: latex export issue

2011-03-10 Thread Nicolas
Hello, Scot Becker scot.bec...@gmail.com writes: Looks good, but I can't get it to work. To test it, can I just evaluate the two sexp's in the block you gave inside a scratch buffer, then switch to my trial org file and export to LaTeX? Yes, but I guess you misunderstand the goal of the

[O] Re: latex export issue

2011-03-10 Thread Scot Becker
Ah, right. I did misunderstand. Yes, that seems like a good solution. Scot On Thu, Mar 10, 2011 at 10:00 PM, Nicolas n.goaz...@gmail.com wrote: Hello, Scot Becker scot.bec...@gmail.com writes: Looks good, but I can't get it to work. To test it, can I just evaluate the two sexp's in

Re: [O] Org expert mode?

2011-03-10 Thread Christian Moe
On 3/10/11 2:12 PM, Rustom Mody wrote: But I wonder if there are really too many experts as against users whose patterns of usage are expert in one area and noob in others. +1. I've been using a fair number of (what I think of as) Org power tools, including Org-Babel, the Properties API,

Re: [O] dates before 1970

2011-03-10 Thread Nick Dokos
Eric S Fraga e.fr...@ucl.ac.uk wrote: This is a sort of bug report but possibly more a curiosity... I imagine this has something to do with time 0 in Unix but I cannot seem to be able to enter any date earlier than 1 Jan 1970 using C-c! (say). However, once I have entered a date (later than

Re: [O] Org expert mode?

2011-03-10 Thread Bernt Hansen
Hi, I also agree with Joost and Eric. I don't think hiding the menu on export is a good thing in the long run. Org-mode is a moving target and new things show up in the menu over time -- and I for one would miss the new stuff if the menu was always off. I do however like the 'expert' setting

Re: [O] Org expert mode?

2011-03-10 Thread Suvayu Ali
On Thu, 10 Mar 2011 11:46:16 -0700 Samuel Wales samolog...@gmail.com wrote: I agree with the comments on complexity and inapplicability. IMO it would be better to arrange existing menus and documentation to emphasize basics. I think this might be a more productive proposal than having an

Re: [O] if: Wrong type argument: stringp, \.\.\.

2011-03-10 Thread Markus Heller
Bernt Hansen be...@norang.ca writes: Hi Markus, It looks like you have a drawer in your org files that is missing a closing :END: tag. Possibly in file h:/org/600_install.org Hi Bernt and Nick, yes, there is/was an issue with a missing :END: in that particular file. I kept adding it, but

[O] Clock table not responding to :tags?

2011-03-10 Thread John Hendy
Hi, I have a pretty simple file I just started at home: - ** [2011-03-09 Wed] *** dinner :fam: :LOGBOOK: CLOCK: [2011-03-09 Wed 18:15]--[2011-03-09 Wed 19:00] = 0:45 :END: *** watched music videos with Felicity/played

Re: [O] Clock table not responding to :tags?

2011-03-10 Thread Bernt Hansen
John Hendy jw.he...@gmail.com writes: Hi, I have a pretty simple file I just started at home: - ** [2011-03-09 Wed] *** dinner:fam: :LOGBOOK: CLOCK: [2011-03-09 Wed 18:15]--[2011-03-09 Wed 19:00] = 0:45 :END:

Re: [O] Clock table not responding to :tags?

2011-03-10 Thread John Hendy
On Thu, Mar 10, 2011 at 8:20 PM, Bernt Hansen be...@norang.ca wrote: John Hendy jw.he...@gmail.com writes: Hi, I have a pretty simple file I just started at home: - ** [2011-03-09 Wed] *** dinner                                                            :fam:     :LOGBOOK:    

Re: [O] Clock table not responding to :tags?

2011-03-10 Thread Bernt Hansen
John Hendy jw.he...@gmail.com writes: On Thu, Mar 10, 2011 at 8:20 PM, Bernt Hansen be...@norang.ca wrote: John Hendy jw.he...@gmail.com writes: Hi, I have a pretty simple file I just started at home: - ** [2011-03-09 Wed] *** dinner                                                    

Re: [O] Clock table not responding to :tags?

2011-03-10 Thread John Hendy
On Thu, Mar 10, 2011 at 8:48 PM, Bernt Hansen be...@norang.ca wrote: John Hendy jw.he...@gmail.com writes: On Thu, Mar 10, 2011 at 8:20 PM, Bernt Hansen be...@norang.ca wrote: John Hendy jw.he...@gmail.com writes: Hi, I have a pretty simple file I just started at home: - **

Re: [O] Clock table not responding to :tags?

2011-03-10 Thread John Hendy
On Thu, Mar 10, 2011 at 8:55 PM, John Hendy jw.he...@gmail.com wrote: On Thu, Mar 10, 2011 at 8:48 PM, Bernt Hansen be...@norang.ca wrote: John Hendy jw.he...@gmail.com writes: On Thu, Mar 10, 2011 at 8:20 PM, Bernt Hansen be...@norang.ca wrote: John Hendy jw.he...@gmail.com writes: Hi, I

Re: [O] Clock table not responding to :tags?

2011-03-10 Thread Bernt Hansen
John Hendy jw.he...@gmail.com writes: Well, so far I should only have one version? Or not since I installed emacs as well. I guess that could have overwritten some of the default packages or mingled with them? Even so, could I just add a: ,--- | (add-to-list 'load-path

Re: [O] Clock table not responding to :tags?

2011-03-10 Thread John Hendy
On Thu, Mar 10, 2011 at 9:31 PM, Bernt Hansen be...@norang.ca wrote: John Hendy jw.he...@gmail.com writes: Well, so far I should only have one version? Or not since I installed emacs as well. I guess that could have overwritten some of the default packages or mingled with them? Even so,

Re: [O] Re: [Orgmode] Startup page

2011-03-10 Thread Ido Magal
On Mon, Feb 28, 2011 at 03:51, Konrad Hinsen resea...@khinsen.fastmail.netwrote: 1) An org-mode file that contains links to everything I am currently working on, and which I change as projects start and end. This gives me instant access to almost everything I need. 2) A buffer containing my

Re: [O] Re: [Orgmode] Startup page

2011-03-10 Thread Rainer M Krug
On Fri, Mar 11, 2011 at 6:59 AM, Ido Magal i...@idomagal.com wrote: On Mon, Feb 28, 2011 at 03:51, Konrad Hinsen resea...@khinsen.fastmail.net wrote: 1) An org-mode file that contains links to everything I am currently working on, and which I change as projects start and end. This gives me