Re: [O] Re: zotero (or mendeley) integration with org

2011-04-01 Thread Alan E. Davis
Is it possible to use org babel to extract bibtex entries from file of notes to a *.bib file? The stumbling point for me in saving bibtex sources is I don't see a way to use the file as a bibtex *.bib file so as to use that as the direct source for the publication. Perhaps this could be automated

[O] No property change from ‘org-clock-sum’

2011-04-01 Thread Ben Finney
Howdy all, When I use ‘org-clock-sum’ in Org-mode version 7.4, nothing appears to happen: the items in the subtree are not updated and no ‘CLOCKSUM’ property appears. I'm trying to generate an invoice report using ‘org-invoice.el’. The items on which I want to report have clock entries, generat

Re: [O] ToC in org-faq

2011-04-01 Thread Jason Dunsmore
Nick Dokos writes: > The table of contents in the org-faq page on Worg, > > http://orgmode.org/worg/org-faq.html > > is always expanded, afaict: it's not a button that expands when you > mouse over it, as is the case in most (all?) Worg pages. Is that by > design or did something break? I th

[O] ToC in org-faq

2011-04-01 Thread Nick Dokos
The table of contents in the org-faq page on Worg, http://orgmode.org/worg/org-faq.html is always expanded, afaict: it's not a button that expands when you mouse over it, as is the case in most (all?) Worg pages. Is that by design or did something break? Thanks, Nick

[O] Re: subscribe org list, but opt out from recieving mails.

2011-04-01 Thread Matt Lundin
Yagnesh Raghava Yakkala writes: > Dear list, > > I read orgmode list from gmane news group and I want to subscribe the > list to be able to post, but dont want to recieve any mails unless they > directs to my mail ID. is it possible?? > Please read the following FAQ: http://orgmode.org/worg/org

[O] Re: Illiterate programming question

2011-04-01 Thread Sébastien Vauban
Hi Eric, "Eric Schulte" wrote: > Nick Dokos writes: >> Sean O'Halpin wrote: >>> On Thu, Mar 31, 2011 at 9:13 PM, Nick Dokos wrote: >>> > Sean O'Halpin wrote: >>> >> which doesn't look right to me. >>> >>> To be honest, I don't know what it /should/ look like but I have >>> ':comments yes' on t

[O] Re: subscribe org list, but opt out from recieving mails.

2011-04-01 Thread Yagnesh Raghava Yakkala
Hi Bernt, Thanks for the response., Bernt Hansen writes: > Yagnesh Raghava Yakkala writes: > >> Hi Robert, >> >> Robert Pluim writes: >> >>> Yagnesh Raghava Yakkala writes: >>> Dear list, I read orgmode list from gmane news group and I want to subscribe the list to be abl

[O] Re: advice: how to export a list without exporting all entries

2011-04-01 Thread Nicolas
Eric S Fraga writes: > Thanks for the code. This looks like it would do what I originally > thought I wanted but Carsten, as always, has come to the rescue and > provided exactly what I needed (as opposed to what I asked for ;-). See > his recent email on the list about =org-new-numbered-action

[O] Bug: EOL needs to be converted to Unix for MobileOrg files [7.5 (release_7.5.125.g70fe)]

2011-04-01 Thread Charles Sebold
Sorry, I first sent this from an account that isn't subscribed to the list. This has been a problem for me for some time, but I only just now had the chance to find the problem. I primarily use Org-mode on Windows, and my org files mostly have DOS line endings. A while back a patch from me was a

Re: [O] Re: Update org-mode

2011-04-01 Thread Nick Dokos
Dror Atariah wrote: > > #+begin_src elisp > > (setq load-path (cons > > (expand-file-name "~/Library/elisp") > > load-path)) > > (require 'org-install) > > #+end_src > > > @Yagnesh: where should I plug this code into? > In your .emacs (or equivalent emacs initia

[O] Re: subscribe org list, but opt out from recieving mails.

2011-04-01 Thread Bernt Hansen
Yagnesh Raghava Yakkala writes: > Hi Robert, > > Robert Pluim writes: > >> Yagnesh Raghava Yakkala writes: >> >>> Dear list, >>> >>> I read orgmode list from gmane news group and I want to subscribe the >>> list to be able to post, but dont want to recieve any mails unless they >>> directs to m

[O] Re: org-publish not publishing changed files

2011-04-01 Thread Aidan Gauland
Nick Dokos hp.com> writes: > Aidan Gauland no8wireless.co.nz> wrote: > > Yes it does. Sorry, I should have worded that differently. I meant > > that I have been repeatedly wiping ~/.org-timestamps/ in hopes that it > > will not get screwed up again and think none of my files have changed, > > a

[O] Re: Update org-mode

2011-04-01 Thread Dror Atariah
> #+begin_src elisp > (setq load-path (cons > (expand-file-name "~/Library/elisp") > load-path)) > (require 'org-install) > #+end_src > @Yagnesh: where should I plug this code into?

[O] Re: subscribe org list, but opt out from recieving mails.

2011-04-01 Thread Yagnesh Raghava Yakkala
Hi Robert, Robert Pluim writes: > Yagnesh Raghava Yakkala writes: > >> Dear list, >> >> I read orgmode list from gmane news group and I want to subscribe the >> list to be able to post, but dont want to recieve any mails unless they >> directs to my mail ID. is it possible?? > > I believe you

Re: [O] Re: advice: how to export a list without exporting all entries

2011-04-01 Thread Eric S Fraga
Nicolas writes: > Hello, Hi! > Eric S Fraga writes: [...] >> I need to be able to "delete" whole list entries automatically based on >> their status, whether in a copy or during export. > > Maybe the following functions might help you. Their docstring is > explicit. Thanks for the code. Th

[O] Re: subscribe org list, but opt out from recieving mails.

2011-04-01 Thread Jambunathan K
Yagnesh Raghava Yakkala writes: > Dear list, > > I read orgmode list from gmane news group and I want to subscribe the > list to be able to post, but dont want to recieve any mails unless they > directs to my mail ID. is it possible?? Try subscribing from. There is an option to achieve what you

[O] Re: Enforcing drawer setup

2011-04-01 Thread Aankhen
Hi Bernt, On Fri, Apr 1, 2011 at 22:31, Bernt Hansen wrote: > Aankhen writes: >> Is there any command I can run to put into effect my >> ‘org-log-into-drawer’ setting?  I recently changed it to ‘t’, but I >> have a fair number of existing entries where it was ‘nil’, meaning >> that the files as

[O] Re: Update org-mode

2011-04-01 Thread Yagnesh Raghava Yakkala
hi Dror, Dror Atariah writes: > I tried to follow the update process described here: > http://orgmode.org/worg/org-faq.html under: > How do I keep current with bleeding edge development? > > The only change I made was the place where I checked out the new version. > Instead of ~/elisp I have

[O] Re: subscribe org list, but opt out from recieving mails.

2011-04-01 Thread Robert Pluim
Yagnesh Raghava Yakkala writes: > Dear list, > > I read orgmode list from gmane news group and I want to subscribe the > list to be able to post, but dont want to recieve any mails unless they > directs to my mail ID. is it possible?? I believe you can post via gmane without being subscribed to

[O] Re: unnumbered subsections in latex export

2011-04-01 Thread Achim Gratz
Nicolas writes: > I have been thinking about exporters for a while now, and I'd like to > share my point of view. Be warned, I will be a bit verbose. [...] +1 A remark about backwards compatibility: I personally don't have a huge investment in documents that I export, but I guess that backwards

[O] subscribe org list, but opt out from recieving mails.

2011-04-01 Thread Yagnesh Raghava Yakkala
Dear list, I read orgmode list from gmane news group and I want to subscribe the list to be able to post, but dont want to recieve any mails unless they directs to my mail ID. is it possible?? Thanks, Yagnesh -- Chicken Little was right.

Re: [O] Re: Update org-mode

2011-04-01 Thread Bernt Hansen
Nick Dokos writes: > Bernt Hansen wrote: > >> Dror Atariah writes: >> >> > I tried to follow the update process described here: >> > http://orgmode.org/worg/org-faq.html under: >> > How do I keep current with bleeding edge development? >> > >> > The only change I made was the place where I che

Re: [O] org-attach link proposal

2011-04-01 Thread Juraj Kubelka
Hi Darlan and Aankhen, thank you for your help! In the end a use this setup: (org-add-link-type "att" 'org-attach-open-link) (defun org-attach-open-link (file) (org-open-file (org-attach-expand file))) (set-variable 'org-attach-store-link-p t) I have learned a lot. This is a great proj

[O] create new files from capture

2011-04-01 Thread Buck Brody
Is there a way to use capture to create new files? Can I fill out the name of the file, and add a date stamp, from within the capture template? I also considered creating a new headline and then exporting the subtree. The problem is that I need to have the title of the new file automatically cr

Re: [O] Re: Update org-mode

2011-04-01 Thread Nick Dokos
Bernt Hansen wrote: > Dror Atariah writes: > > > I tried to follow the update process described here: > > http://orgmode.org/worg/org-faq.html under: > > How do I keep current with bleeding edge development? > > > > The only change I made was the place where I checked out the new version. > >

Re: [O] [PATCH] Bury calendar buffer after "C-c ."?

2011-04-01 Thread Anthony Lander
On 11-Mar-29, at 7:12 PM, Ben North wrote: Hi, I've been using org-mode for a little while now, and finding it very useful --- thanks! Would you consider a patch along the lines of the attached, to bury the calendar buffer once you've chosen a date via "C-c ."? I often want to do switch

Re: [O] Re: [BABEL][BUG] Tangle incorrect with variables

2011-04-01 Thread Rainer M Krug
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 03/31/2011 06:00 PM, Sébastien Vauban wrote: > Hi Rainer, > > Rainer M Krug wrote: >>> I get the following tangled output >>> >>> --8<---cut here---start->8--- >>> >>> REV=$(cat <<'BABEL_TABLE' >>> master >>> BAB

Re: [O] Update org-mode

2011-04-01 Thread Ian Barton
On 01/04/11 16:20, Dror Atariah wrote: I tried to follow the update process described here: http://orgmode.org/worg/org-faq.html under: How do I keep current with bleeding edge development? The only change I made was the place where I checked out the new version. Instead of ~/elisp I have ~/Lib

Re: [O] Re: unnumbered subsections in latex export

2011-04-01 Thread Eric S Fraga
Jambunathan K writes: [...] > I think one of the reasons Org is so popular it is that it is a > common-man's swiss army knife and not a elitist samurai sword. And I think this is a very important analogy. Org does a good job for many (very different) tasks. The price is that it does not neces

[O] Re: Update org-mode

2011-04-01 Thread Bernt Hansen
Dror Atariah writes: > I tried to follow the update process described here: > http://orgmode.org/worg/org-faq.html under: > How do I keep current with bleeding edge development? > > The only change I made was the place where I checked out the new version. > Instead of ~/elisp I have ~/Library/el

[O] Re: Enforcing drawer setup

2011-04-01 Thread Bernt Hansen
Aankhen writes: > Hi, > > Is there any command I can run to put into effect my > ‘org-log-into-drawer’ setting? I recently changed it to ‘t’, but I > have a fair number of existing entries where it was ‘nil’, meaning > that the files as a whole look rather haphazardly organized. > > Thanks, > Aa

[O] Re: Update org-mode

2011-04-01 Thread Jambunathan K
Dror Atariah writes: > I tried to follow the update process described here: > http://orgmode.org/worg/org-faq.html under: > How do I keep current with bleeding edge development? Search for ELPA in FAQ. Maybe that will work well for you ... Jambunathan K.

Re: [O] Illiterate programming question

2011-04-01 Thread Eric Schulte
Nick Dokos writes: > Sean O'Halpin wrote: > >> On Thu, Mar 31, 2011 at 9:13 PM, Nick Dokos wrote: >> > Sean O'Halpin wrote: >> > >> >> On Wed, Mar 30, 2011 at 11:52 PM, Eric Schulte >> >> wrote: >> >> > Babel does have a way to bring changes back from pure source code into >> >> > code block

Re: [O] org-attach link proposal

2011-04-01 Thread Darlan Cavalcante Moreira
I have the same use-case scenario as you and I asked the same question a while ago [1]. As you, I define a link type for attached files with #+LINK: attach elisp:(org-open-file (org-attach-expand "%s")) To avoid the confirmation to execute elisp code you can use the org-confirm-elisp-link-not-r

[O] Re: advice: how to export a list without exporting all entries

2011-04-01 Thread Nicolas
Hello, Eric S Fraga writes: > Nicolas writes: >> Eric S Fraga writes: >>> I would like to move to a system in which all the actions are numbered >>> sequentially. At present, they are numbered sequentially within a list >>> for each meeting. I would like to have a single list which grows o

[O] Update org-mode

2011-04-01 Thread Dror Atariah
I tried to follow the update process described here: http://orgmode.org/worg/org-faq.html under: How do I keep current with bleeding edge development? The only change I made was the place where I checked out the new version. Instead of ~/elisp I have ~/Library/elisp. Everything went smooth, exce

[O] Re: Timer mode doesn't hyphenate correctly

2011-04-01 Thread Nicolas
"Mark S" writes: > --- On Thu, 3/31/11, Nicolas wrote: > >> It doesn't "want" anything. If you hit M-RET between left >> margin and >> beginning of item's body, the new item will be inserted >> before the >> current one. Otherwise, it will be inserted after it, as in >> any other >> type of list

Re: [O] HTML export > Bold and italic links

2011-04-01 Thread Michael Brand
Hi Francesco, hi all Almost a year ago I started a discussion about export of emphasized link and tried out a solution for HTML and DocBook. My question about if and why in my opinion my solution collides with a code comment is still open, just like the corresponding item `INCONSISTENCY export of

[O] Enforcing drawer setup

2011-04-01 Thread Aankhen
Hi, Is there any command I can run to put into effect my ‘org-log-into-drawer’ setting? I recently changed it to ‘t’, but I have a fair number of existing entries where it was ‘nil’, meaning that the files as a whole look rather haphazardly organized. Thanks, Aankhen

Re: [O] org-attach link proposal

2011-04-01 Thread Aankhen
Hi Juraj, On Fri, Apr 1, 2011 at 16:32, Juraj Kubelka wrote: > I played a bit with org-attach. It is great package! Thanks for it! :) > I have one proposal. So at first why: > I would like to do something like this: > * Project documents >   :PROPERTIES: >   :Attachments: first.doc second.doc thi

Re: [O] Re: Timer mode doesn't hyphenate correctly

2011-04-01 Thread Mark S
Hello Nicolas, --- On Thu, 3/31/11, Nicolas wrote: It doesn't "want" anything. If you hit M-RET between left margin and beginning of item's body, the new item will be inserted before the current one. Otherwise, it will be inserted after it, as in any other type of list. Anyway, you can always

[O] org-attach link proposal

2011-04-01 Thread Juraj Kubelka
Hi, I played a bit with org-attach. It is great package! Thanks for it! :) I have one proposal. So at first why: I would like to do something like this: * Project documents :PROPERTIES: :Attachments: first.doc second.doc third.doc :ID: 37773ace-b471-4003-a8d1-448e7c48f77b :END:

Re: [O] document structure question

2011-04-01 Thread Marcel van der Boom
On vr 01-apr-2011 05:10 "Colin Fraizer" wrote: > With lists I can use two blank lines to end the list item. Is there a > similar mechanism for subtrees? This is the exact same question as in a recent thread: "Continuation of main section text after subsections" - [1] Perhaps read that thread fi

[O] document structure question

2011-04-01 Thread Colin Fraizer
If I have an org document like the one below, is there a way to tell org that a subtree has ended such that the text that starts "Finally" is part of the logical unit that starts with Headline 1, but *not* part of the subunit Subheadline 1.2? With lists I can use two blank lines to end the list it

[O] Re: unnumbered subsections in latex export

2011-04-01 Thread Jambunathan K
> I'll show two examples to illustrate my point: lists and tables. Taken > from a docstring, > > 1. first item >+ sub-item one >+ [X] sub-item two >more text in first item > 2. [@3] last item > > will be parsed as: > > (ordered (nil \"first item\" > (unordered (nil "sub-