Re: [Orgmode] BUG ??? Cannot export custom link type to ASCII :-(

2010-09-04 Thread Carsten Dominik
Hi Sebastian, On Sun, Sep 5, 2010 at 3:37 AM, Sebastian Rose wrote: > Hi, > > > I have problems to export a custom link type to ASCII. > > The code is here: > >   http://github.com/SebastianRose/org-osm/blob/master/org-osm-link.el > >   line 66 ff. Do you mean that it does not honor your export

[Orgmode] Select default clocking task by Bernt Hansen

2010-09-04 Thread Yevgeniy A . Viktorov
Hello, I've been reading http://doc.norang.ca/org-mode.html and a bit stack with http://doc.norang.ca/org-mode.html#Clocking as far I understand Bernt has "* Organization"(first level) task in his norang.org and according to this: > The first punch-in of the day (f9 I) shows the context agenda

[Orgmode] BUG ??? Cannot export custom link type to ASCII :-(

2010-09-04 Thread Sebastian Rose
Hi, I have problems to export a custom link type to ASCII. The code is here: http://github.com/SebastianRose/org-osm/blob/master/org-osm-link.el line 66 ff. HTML export works as expected. Example Org file: --8<---cut here---start->8-- * Test lin

Re: [Orgmode] Re: [BABEL] Speed keys

2010-09-04 Thread Carsten Dominik
On Sat, Sep 4, 2010 at 10:13 PM, Jambunathan K wrote: > >    >> Is it possible Speed Keys (Refer Org Manual - Sec. 15.3) for >    >> Babel blocks? >    >> > >    Eric> Hi Jambunathan, That sounds like a good idea.  I suppose >    Eric> initially the speed keys should just mirror the babel key

[Orgmode] Re: [BABEL] Speed keys

2010-09-04 Thread ggggJambunathan K
>> Is it possible Speed Keys (Refer Org Manual - Sec. 15.3) for >> Babel blocks? >> Eric> Hi Jambunathan, That sounds like a good idea. I suppose Eric> initially the speed keys should just mirror the babel key map? Exactly. As long as the cursor is on a #+begin_src (and/o

[Orgmode] Re: [BABEL] Speed keys

2010-09-04 Thread Jambunathan K
>> Is it possible Speed Keys (Refer Org Manual - Sec. 15.3) for >> Babel blocks? >> Eric> Hi Jambunathan, That sounds like a good idea. I suppose Eric> initially the speed keys should just mirror the babel key map? Exactly. As long as the cursor is on a #+begin_src (and/o

Re: [Orgmode] Line numbers in tangled source

2010-09-04 Thread aditya siram
Yes I am aware of the comments argument but it is not what I was referring to. What I want is, if I had the following in a file called "Haskell.org" : * Root Root comment #+begin_src haskell :tangle Main.hs   test = length   main = print $ test [1,2,3] #+end_src I would like the following output i

Re: [Orgmode] Adding entries to Google calendar

2010-09-04 Thread Sven Bretfeld
Hi Eric Eric S Fraga writes: > I'm not sure what you mean about complete. It requires you to have > installed the Google command line tools (googlecl from Google Code). > However, this emacs lisp code is not what I would call full-featured > ;-) There were several problems, most of which I hav

[Orgmode] Habit timing

2010-09-04 Thread David Abrahams
Hi, I'm not sure whether Org gives me a way to express some of my habits' timing. Suppose I want to exercise at least 4 times a week and no more than 6 times a week? How would I write that item? Thanks, -- Dave Abrahams BoostPro Computing http://www.boostpro.com ___

[Orgmode] Using cdlatex-item within org-mode

2010-09-04 Thread Jeff Horn
Should it be possible to use cdlatex-item in org-mode? (I read that org-cdlatex-mode has a subset of functionality in the org manual) Specifically, I am trying to use it from within an equation array. When I type `C-c -', a dash is inserted at the beginning of the array line. When I type `it', I r

[Orgmode] Re: cannot enable org-habit

2010-09-04 Thread Bastien
Hi Joseph, Joseph Buchignani writes: > Thanks Julien. Bastien, here is my update to this section of the org-mode > manual. I'm not sure how one goes about submitting an update, hope this will > do. Thanks for your update. Can you submit it as a patch? Are you using git? If so, just create a

[Orgmode] Bug: Odd Ido interaction [7.01trans]

2010-09-04 Thread David Abrahams
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] [PATCH] Allow code edit buffer to inherit active region

2010-09-04 Thread Dan Davison
If we allow the current region to be inherited by the code edit buffer (patch below), then language major mode commands that operate on the region can be called remotely from the org buffer. For example C-c C-v C-x M-; comment region according to language C-c C-v C-x C-M-\ indent region

Re: [Orgmode] how difficultwould it be to support zotero in org?

2010-09-04 Thread Scot Becker
Matt, On Fri, Sep 3, 2010 at 9:55 PM, Matt Price wrote: > > > On Fri, Sep 3, 2010 at 4:12 PM, Scot Becker wrote: > >> Another Zotero + org user here. Right now I do what Christian does: >> export Zotero to slightly >> tweakedBibTeX, and insert with

Re: [Orgmode] Full list of org-beamer functionality?

2010-09-04 Thread John Hendy
On Sat, Sep 4, 2010 at 11:47 AM, Eric S Fraga wrote: > On Sat, 4 Sep 2010 11:16:27 -0500, John Hendy wrote: > > [...] > > > Kind of. I guess my question was this: > > > > - If I do a "straight" LaTeX block like this: > > \begin{exampleblock}{Example} > > Here is some text > > \end{exampleblock}

Re: [Orgmode] horiontal alignment of tables in latex export?

2010-09-04 Thread Matt Price
On Fri, Sep 3, 2010 at 1:32 PM, Erik Iverson wrote: > See org-export-latex-tables-centered: > > (defcustom org-export-latex-tables-centered t > "When non-nil, tables are exported in a center environment." > :group 'org-export-latex > :type 'boolean) > > this was the solution! thanks so much.

Re: [Orgmode] Full list of org-beamer functionality?

2010-09-04 Thread Eric S Fraga
On Sat, 4 Sep 2010 11:16:27 -0500, John Hendy wrote: [...] > Kind of. I guess my question was this: > > - If I do a "straight" LaTeX block like this: > \begin{exampleblock}{Example} > Here is some text > \end{exampleblock} > > I get the title "Example" for the block. > > - If I do it via org-

Re: [Orgmode] Adding entries to Google calendar

2010-09-04 Thread Eric S Fraga
On 4 Sep 2010 16:21:08 +0200, "Sven Bretfeld" wrote: > > Hi to all > > I try to automatically add newly created dates to GoogleCalendar via > GoogleCL. I have tried Eric Fraga's code from: > > http://osdir.com/ml/emacs-orgmode-gnu/2010-07/msg00265.html > > but I can't get it to work, nor do I

Re: [Orgmode] Full list of org-beamer functionality?

2010-09-04 Thread John Hendy
On Sat, Sep 4, 2010 at 2:44 AM, Eric S Fraga wrote: > On Fri, 3 Sep 2010 16:29:55 -0500, John Hendy wrote: > > > > [1 ] > > [1.1 ] > > Hi, > > > > > > When I've used beamer in the past for, say, blocks I just use: > > > > \begin{block} > > Here is some text for the block > > \end{block} > > >

Re: [Orgmode] [babel] Error with source block and variable on export - bug?

2010-09-04 Thread Rainer M Krug
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 03/09/10 19:51, Eric S Fraga wrote: > On Fri, 03 Sep 2010 09:05:24 -0600, "Eric Schulte" > wrote: >> >> Rainer M Krug writes: >> >>> On 03/09/10 16:32, Rainer M Krug wrote: On 03/09/10 15:40, Eric Schulte wrote: > Hi Rainer, > A

Re: [Orgmode] Comments in tangled source

2010-09-04 Thread Eric Schulte
Erik Iverson writes: > On 09/03/2010 10:54 PM, aditya siram wrote: >> Hi all, >> I have a heading like this : >> * Root >> Comments about root. >> #+begin_src haskell :noweb yes :comments yes :tangle Main.hs >>main = print "hello world" >> #+end_src >> >> When I tangle the file, I would expec

[Orgmode] Re: [BABEL] [PROPOSAL] Seemless editing of Babel Blocks

2010-09-04 Thread Eric Schulte
Hi Jambunathan, Jambunathan K writes: > >> Offer a command say 'org-to-org-src-view' which when invoked > >> switches the org-mode buffer to target language mode and comments > >> out all the non-src blocks. > >> > >> Offer a reverse command 'org-src-to-org-view' that switch

Re: [Orgmode] Line numbers in tangled source

2010-09-04 Thread Eric Schulte
Hi, You can use the :comments header argument to include comments around tangled code blocks indicating where the code block lives in the original Org file. See [1] for information on the :comment header argument, and see [2] for information on using header arguments in general. Best -- Eric ad

Re: [Orgmode] [BABEL] Speed keys

2010-09-04 Thread Eric Schulte
Hi Jambunathan, That sounds like a good idea. I suppose initially the speed keys should just mirror the babel key map? -- Eric Jambunathan K writes: > Is it possible Speed Keys (Refer Org Manual - Sec. 15.3) for Babel > blocks? > > Jambunathan K. > > __

[Orgmode] Adding entries to Google calendar

2010-09-04 Thread Sven Bretfeld
Hi to all I try to automatically add newly created dates to GoogleCalendar via GoogleCL. I have tried Eric Fraga's code from: http://osdir.com/ml/emacs-orgmode-gnu/2010-07/msg00265.html but I can't get it to work, nor do I understand it (is it complete?). Anyway, his approach depends on adding o

[Orgmode] Mark and Tangle

2010-09-04 Thread Jambunathan K
If there is support for marking (unmarking) headlines in org file it could be quite useful. For example, selective tangling. Jambunathan K. ___ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org htt

[Orgmode] [BABEL] Commands for navigation

2010-09-04 Thread Jambunathan K
I think the navigation commands should wrap around to beginning or end of file as necessary possibly after throwing an error. The error messages down below need to be replaced with more user-friendly messages. When I see anything such big or as cryptic I get apprehensive that something is broken

[Orgmode] [BABEL] Speed keys

2010-09-04 Thread Jambunathan K
Is it possible Speed Keys (Refer Org Manual - Sec. 15.3) for Babel blocks? Jambunathan K. ___ 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

[Orgmode] Re: [ANN] List improvement v.2

2010-09-04 Thread Nicolas Goaziou
Hello, > Carsten Dominik writes: > One possibility to improve performance would then be to have C-c C-c > not do that, but to only do that when changing a bullet type or so. > I think that C-c C-c to toggle a bullet is a good key and should be > fast, also for long lists. Sorry for not being

[Orgmode] Re: [ANN] List improvement v.2

2010-09-04 Thread Carsten Dominik
On Sat, Sep 4, 2010 at 12:24 PM, Nicolas Goaziou wrote: > Hello, >> Matt Lundin writes: > >> 1. On my machine, toggling a checkbox within a long list takes a >> long time. I have a 200+ item list. It takes approximately 5 seconds >> for org to toggle a single checkbox within the list (see elp

[Orgmode] [babel] difference in export output if including file

2010-09-04 Thread Eric S Fraga
Hello, I am using the plantuml babel interface to generate diagrams in a document. If I have the following inline in my main document, --8<---cut here---start->8--- #+CAPTION: Scenario generation and evaluation #+LABEL: fig:scenario-evaluation-cycle #+ATTR_L

[Orgmode] Re: [ANN] List improvement v.2

2010-09-04 Thread Nicolas Goaziou
Hello, > Matt Lundin writes: > 1. On my machine, toggling a checkbox within a long list takes a > long time. I have a 200+ item list. It takes approximately 5 seconds > for org to toggle a single checkbox within the list (see elp results > below).[1] With the previous list implementation, togg

Re: [Orgmode] Backspacing into folded items

2010-09-04 Thread Stefan Monnier
>>> However the plan is to make reveal-mode default: >> You're jumping to conclusions, > Sorry, but what is the plan then? W.r.t. reveal-mode, there is no plan. Stefan ___ Emacs-orgmode mailing list Please use `Reply All' to send replies to th

[Orgmode] Re: [BABEL] [PROPOSAL] Seemless editing of Babel Blocks

2010-09-04 Thread Jambunathan K
>> Offer a command say 'org-to-org-src-view' which when invoked >> switches the org-mode buffer to target language mode and comments >> out all the non-src blocks. >> >> Offer a reverse command 'org-src-to-org-view' that switches the >> buffer to org-mode and uncomments th

Re: [Orgmode] Backspacing into folded items

2010-09-04 Thread Stefan Monnier
> However the plan is to make reveal-mode default: You're jumping to conclusions, Stefan ___ 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-orgmo

Re: [Orgmode] Full list of org-beamer functionality?

2010-09-04 Thread Eric S Fraga
On Fri, 3 Sep 2010 16:29:55 -0500, John Hendy wrote: > > [1 ] > [1.1 ] > Hi, > > > When I've used beamer in the past for, say, blocks I just use: > > \begin{block} > Here is some text for the block > \end{block} > > I was looking more closely at this today: > http://orgmode.org/worg/org-tut

Re: [Orgmode] MobileOrg now in the Android market

2010-09-04 Thread Eric S Fraga
On Fri, 3 Sep 2010 16:25:40 -0400, Matthew Jones wrote: [...] > One last thing to note, I'm having to drop support for Android 1.5, if this > is a problem for anyone then please drop me an email... one person has > already informed me that they can't find it in the market because of this so > I'

Re: [Orgmode] MobileOrg now in the Android market

2010-09-04 Thread Sven Bretfeld
Matthew Jones writes: > This should also allow those of you who use Dropbox to use the Dropbox > Android application to pull your org files to your phone and then > synchronize using the SDCard synchronizer.   This will be a good > placeholder until I can implement the Dropbox API directly (which