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

2010-09-05 Thread Bastien
Sebastian Rose writes: > Yes. But I want to avoid the footnote style for my custom "track:" > links. Look at the track I ran today. (Er.. that's a crazy link!) Actually it would make sense to handle how custom type links are exported in the custom type file itself. For example org-bbdb.el w

Re: [Orgmode] A few stats and figures about org/worg and the mailing list

2010-09-05 Thread Carsten Dominik
On Mon, Sep 6, 2010 at 12:59 AM, Erik Iverson wrote: > On 09/05/2010 05:52 PM, Sebastian Rose wrote: >> >> Bastien  writes: >>> >>> http://orgmode.org/worg/org-worg-stats.php >>> http://orgmode.org/worg/org-mailing-list.php#sec-3 >>> >>> Thanks to Eric Schulte for write the babel file which >>> pr

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

2010-09-05 Thread Carsten Dominik
Hi Sebastian, I have just pushed the code that was needed to allow custom link formatting for ASCII export, like you have implemented it. This was simple an omission in the ascii exporter. So I hope it will work now - Carsten On Mon, Sep 6, 2010 at 1:01 AM, Sebastian Rose wrote: > Bastien

Re: [Orgmode] Re: Org file rendering/manipulation too slow

2010-09-05 Thread Marcelo de Moraes Serpa
So, I just found out something interesting. I told emacs not to load my init.el file (i.e vanilla emacs). I then opened the same "big" orgmode file and it rendered pretty quickly! Also, navigating through the file and sending other org commands happens instantly. It is probably some configuration t

Re: [Orgmode] Re: Org file rendering/manipulation too slow

2010-09-05 Thread Marcelo de Moraes Serpa
>It depends of course on what *else* you are running, but prima facie, >swapping doesn't look to be the problem. Nevertheless, is a disk going >wild while you are opening the file? No. CPU is going wild, though. >This is the wrong process: this is the line for the "grep emacs" >command, not for e

Re: [Orgmode] Re: Org file rendering/manipulation too slow

2010-09-05 Thread Nick Dokos
Marcelo de Moraes Serpa wrote: > HI Nicholas, thanks for the reply, > > >How long does it take for emacs to show > >you the file? > > From the moment I press on the minibuffer to the moment the > whole file is rendered, it takes about 3 seconds. So, it does take > longer than I would expect. >

Re: [Orgmode] Re: Org file rendering/manipulation too slow

2010-09-05 Thread Marcelo de Moraes Serpa
HI Nicholas, thanks for the reply, >How long does it take for emacs to show >you the file? >From the moment I press on the minibuffer to the moment the whole file is rendered, it takes about 3 seconds. So, it does take longer than I would expect. I have a 10-months old Macbook, and its specs ar

Re: [Orgmode] Re: Org file rendering/manipulation too slow

2010-09-05 Thread Nick Dokos
Marcelo de Moraes Serpa wrote: > Hi Nick, > > The output of elp-results is attached. I have opened a big org file I > have, and navigated through the items a bit. > > Thanks, > > Marcelo. > > On Mon, Aug 30, 2010 at 9:31 PM, Nick Dokos wrote: > > Marcelo de Moraes Serpa wrote: > > > >> Yeah

[Orgmode] [PATCH] Allow no stripping of blank lines from code

2010-09-05 Thread Dan Davison
Now that we can issue TAB in a code block and have it act according to language [see org-src-tab-acts-natively], the following is a minor frustration: if you try to insert a blank line at the beginning/end of the block (perhaps to introduce a new first/last line), then on TAB it disappears because

Re: [Orgmode] Re: Org file rendering/manipulation too slow

2010-09-05 Thread Marcelo de Moraes Serpa
Hi Nick, The output of elp-results is attached. I have opened a big org file I have, and navigated through the items a bit. Thanks, Marcelo. On Mon, Aug 30, 2010 at 9:31 PM, Nick Dokos wrote: > Marcelo de Moraes Serpa wrote: > >> Yeah, thanks. It is really a shame that emacs will run orgmode

[Orgmode] Re: Using cdlatex-item within org-mode

2010-09-05 Thread Jeff Horn
Sorry, is this message lost in moderation? Jeff On Sat, Sep 4, 2010 at 3:33 PM, Jeff Horn wrote: > 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

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

2010-09-05 Thread Sebastian Rose
Bastien writes: > Hi Sebastian, > > Sebastian Rose writes: > >> Hmmm this seems so deliberate... For bbdb links this even seems to >> make sense... But how could I avoid this "footnote like" behaviour? > > Actually, I've wished for a long time that we can have a *real* footnote > behavior

Re: [Orgmode] A few stats and figures about org/worg and the mailing list

2010-09-05 Thread Erik Iverson
On 09/05/2010 05:52 PM, Sebastian Rose wrote: Bastien writes: http://orgmode.org/worg/org-worg-stats.php http://orgmode.org/worg/org-mailing-list.php#sec-3 Thanks to Eric Schulte for write the babel file which produced the commits stats (I'll update this graph from time to time.) This is so

Re: [Orgmode] A few stats and figures about org/worg and the mailing list

2010-09-05 Thread Sebastian Rose
Bastien writes: > http://orgmode.org/worg/org-worg-stats.php > http://orgmode.org/worg/org-mailing-list.php#sec-3 > > Thanks to Eric Schulte for write the babel file which > produced the commits stats (I'll update this graph from > time to time.) This is so coool! Reminders on the "biggest eve

Re: [Orgmode] Line numbers in tangled source

2010-09-05 Thread Eric Schulte
Hi, This isn't the first request for customizable comments in tangled code. I've just implemented a first pass at this functionality, the variables org-babel-tangle-comment-format-beg and org-babel-tangle-comment-format-end now hold simple format string specifying how the comments surrounding code

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

2010-09-05 Thread Eric Schulte
Hi, Dan Davison writes: > Jambunathan K writes: > >> >> jambu> How about providing user-accessible tapping points within >> jambu> 'org-babel-map-src-blocks' (or a variation thereof) that would >> jambu> enable me have a custom command in my .emacs. >> jambu> >> jambu> For the sake of record, m

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

2010-09-05 Thread Eric Schulte
Hi Jambunathan, Jambunathan K writes: > Eric > >> >> I've just pushed up an implementation of the functionality described at >> the link above, see [1] for examples and details. >> > >> Footnotes: >> [1] >> http://eschulte.github.com/babel-dev/DONE-tangle-entire-org-mode-file-in-comments.html

[Orgmode] Re: Value of `ispell-dictionary-alist' reset by `org-agenda-list'

2010-09-05 Thread Sébastien Vauban
Hi Noorul and everybody, Noorul Islam wrote: > 2010/9/3 Sébastien Vauban : >> I still don't understand what's going on, but I've managed getting closer to >> a >> long experienced problem in my Emacs: while I set the value of >> =ispell-dictionary-alist= in the beginning of my =.emacs= file, it i

[Orgmode] Re: Capture abort: (void-function -mode)

2010-09-05 Thread Sébastien Vauban
Hi Noorul, Noorul Islam wrote: > 2010/9/3 Sébastien Vauban : >> Hello, >> >> With git pull'ed yesterday eve, I now have this popping up when capturing >> some >> text from Gnus: >> >> --8<---cut here---start->8--- >> Debugger entered--Lisp error: (error "Captur

[Orgmode] Re: [babel] ledger tutorial on Worg

2010-09-05 Thread Sébastien Vauban
Hi Eric, "Eric Schulte" wrote: > Sébastien Vauban writes: > >> Hi Eric(s), >> > > Hi Seb, > > [...] >> >> 1. I find it weird to have all the parameters of =:cmdline= not enclosed >>between quotes. What should be the best option, here? That was a subject, >>long ago, on Org-Babel: to quot

Re: [Orgmode] Bounce: Bug in iCal export?

2010-09-05 Thread David Maus
Bastien wrote: >David Maus writes: >> Uhh... Not really :/ It will still happens for TODO entries >Why? The headline information is fetched again (?) if `org-icalendar-include-todo' is non-nil (line 474) and Org creates a VTODO entity. Looks like the iCal export function could use some refacto

[Orgmode] A few stats and figures about org/worg and the mailing list

2010-09-05 Thread Bastien
http://orgmode.org/worg/org-worg-stats.php http://orgmode.org/worg/org-mailing-list.php#sec-3 Thanks to Eric Schulte for write the babel file which produced the commits stats (I'll update this graph from time to time.) -- Bastien ___ Emacs-orgmode m

Re: [Orgmode] Re: [PATCH] inside table, delete-backward-char must not insert spaces when overwrite mode is on

2010-09-05 Thread Bastien
Bastien writes: >> That was the plan, yes. :-) >> Hopefully it does that (and just that). > > Okay, I'll apply this as soon as the patchwork server is back. Done. -- Bastien ___ Emacs-orgmode mailing list Please use `Reply All' to send replies to t

[Accepted] [Orgmode] inside table, delete-backward-char must not insert spaces when overwrite mode is on

2010-09-05 Thread Bastien Guerry
Patch 245 (http://patchwork.newartisans.com/patch/245/) is now "Accepted". Maintainer comment: none This relates to the following submission: http://mid.gmane.org/%3C201008271956.43528.Stromeko%40stromeko.net%3E Here is the original message containing the patch: > Content-Type: text/plain; cha

[Accepted] [Orgmode] Use `C-c C-x _' for interactively calling `org-timer-stop'

2010-09-05 Thread Bastien Guerry
Patch 255 (http://patchwork.newartisans.com/patch/255/) is now "Accepted". Maintainer comment: none This relates to the following submission: http://mid.gmane.org/%3C8762yn6gq0.fsf%40gnu.org%3E Here is the original message containing the patch: > Content-Type: text/plain; charset="utf-8" > MIM

Re: [Orgmode] Bounce: Bug in iCal export?

2010-09-05 Thread Bastien
David Maus writes: > Uhh... Not really :/ It will still happens for TODO entries Why? > and > instead of `replace-regexp-in-string' we could simply call > `org-get-heading' with the NO-TAGS option. Yep. > Do you mind if I revert the commit and check in a better solution? Absolutely not! Th

[Orgmode] [Squashed] (was: Setting org-agenda-time-grid: My day starts at midnight)

2010-09-05 Thread Memnon Anon
Bastien writes: > Memnon Anon writes: >> Still problem here. > Fixed again - thanks for the detailed feedback! Yes! Confirmed, it works. Thank *you* for persisting ;). Memnon ___ Emacs-orgmode mailing list Please use `Reply All' to send replies t

Re: [Orgmode] Re: Automatically move completed TODO items and checkboxes to another file

2010-09-05 Thread Nicolas Goaziou
Hello, > Michael Hoffman writes: > I've also tried regex-searching for something like "^ - \[ \]" -> > "*** TODO" but it's not foolproof since the number of leading spaces > doesn't always have something to do with the level of the previous > header. It looks like you're looking for `org-list

[Orgmode] Re: Beamer column alignment

2010-09-05 Thread John Hendy
Hmmm. On a fluke I found this as well (good to know in general!): http://orgmode.org/manual/Beamer-class-export.html This *kind* of works, though perhaps I should specify that I was hoping for horizontal alignment, not vertical. When I set c[c] o

[Orgmode] Beamer column alignment

2010-09-05 Thread John Hendy
Hi, Found this: http://osdir.com/ml/emacs-orgmode-gnu/2009-12/msg00238.html Does the referenced BEAMER_envargs option of: :BEAMER_envargs: [op-for-block] c[opt-for-column-env] C[opt-for- columns-env] actually work? The discussion seems like it might have taken place as Beamer support

Re: [Orgmode] Bounce: Bug in iCal export?

2010-09-05 Thread David Maus
Bastien wrote: >Guy Wiener writes: >> Sorry for bouncing, but I got no response, and this behavior seems to me >> like a >> bug, >It is -- fixed now in the repo. Uhh... Not really :/ It will still happens for TODO entries and instead of `replace-regexp-in-string' we could simply call `org-get-

Re: [Orgmode] Re: Setting org-agenda-time-grid: My day starts at midnight

2010-09-05 Thread Bastien
Memnon Anon writes: > Bastien writes: >> Please pull again, this should be fixed now... > > Still problem here. Fixed again - thanks for the detailed feedback! -- Bastien ___ Emacs-orgmode mailing list Please use `Reply All' to send replies to the

Re: [Orgmode] Re: Automatically move completed TODO items and checkboxes to another file

2010-09-05 Thread Bastien
Hi Michael, Michael Hoffman <9qobl2...@sneakemail.com> writes: > Well, the commands: > > C-u C-c C-c > C-x C-x > C-c * > > convert the checkboxes to headings but eliminate the hierarchy. > > I've also tried regex-searching for something like "^ - \[ \]" -> "*** > TODO" but it's not foolproof si

[Orgmode] Re: Bug? org.el:org-open-at-point

2010-09-05 Thread Achim Gratz
David Maus writes: > What syntax did you try? IIRC `org-gnus-follow-link' expects a /Gnus/ > link in path, but RFC5538 ("The 'news' and 'nntp' URI Schemes ")[1] has a > different definition that must be normalized to a org-gnus.link. I tried news:gmane.emacs.orgmode (incomplete, I know), but an

Re: [Orgmode] Bounce: Bug in iCal export?

2010-09-05 Thread Bastien
Guy Wiener writes: > Sorry for bouncing, but I got no response, and this behavior seems to me like > a > bug, It is -- fixed now in the repo. Thanks, -- Bastien ___ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list. Em

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

2010-09-05 Thread Bastien
Hi Sebastian, Sebastian Rose writes: > Hmmm this seems so deliberate... For bbdb links this even seems to > make sense... But how could I avoid this "footnote like" behaviour? Actually, I've wished for a long time that we can have a *real* footnote behavior for links when exporting to AS

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

2010-09-05 Thread Matt Price
On Sun, Sep 5, 2010 at 1:26 PM, Bastien wrote: > Matt Price writes: > > > 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 'bo

Re: [Orgmode] Re: [PATCH] inside table, delete-backward-char must not insert spaces when overwrite mode is on

2010-09-05 Thread Bastien
Achim Gratz writes: >> If I understand it correctly, it does not change the current visual >> behavior of `org-delete-backward-char', it just skips the unnecessary >> step of inserting a whitespace when overwrite-mode is on. >> >> Is that so? > > That was the plan, yes. :-) > Hopefully it does th

Re: [Orgmode] Re: "Interactive" Search in Agenda

2010-09-05 Thread Bastien
Markus Heller writes: > Yes, that would be nice. What would it look like then? Like this: > > 1. Hit C-c a > 2. Hit `m' > 3. Type +S and then hit TAB which expands to +Sample > 4. Continue with ="S0002" > > Is this what you're thinking about? Yes. But I haven't looked into the details now, so

Re: [Orgmode] Bug? org.el:org-open-at-point

2010-09-05 Thread David Maus
Achim Gratz wrote: >It seems like news: links are always sent to the browser and this >definition is hiding a later invocation of GNUS: Indeed, this is an inconsistency. The right way would be for org-gnus (and other mail readers, like org-wl) to register the link type. >--- >

Re: [Orgmode] How can I search keywords in my org project?

2010-09-05 Thread Bastien
Hi Water, Water Lin writes: > So, here somes the problem. When I try to find something by keywords or > something else, what can I do? Is there any embeded search engine for > this work? >From the agenda: M-x org-agenda RET s You can also use `occur-tree' as a custom agenda view: http://

[Orgmode] Bug? org.el:org-open-at-point

2010-09-05 Thread Achim Gratz
It seems like news: links are always sent to the browser and this definition is hiding a later invocation of GNUS: --- ((member type '("http" "https" "ftp" "news")) (browse-url (concat type ":" (org-link-escape path org-link-e

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

2010-09-05 Thread Bastien
Matt Price writes: > 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. I added

Re: [Orgmode] Re: Orgmode: exporter for taskjuggler

2010-09-05 Thread Bastien
Markus Heller writes: > After a lot of googling, I actually managed to get TJ2 to run on my box, > but it's a pain ... TJ3 would certainly make life easier. Same here. Looking forward support of tj3 in org-taskjuggler.el... Thanks Christian! -- Bastien __

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

2010-09-05 Thread Dan Davison
Jambunathan K writes: > > jambu> How about providing user-accessible tapping points within > jambu> 'org-babel-map-src-blocks' (or a variation thereof) that would > jambu> enable me have a custom command in my .emacs. > jambu> > jambu> For the sake of record, my suggestion is very closely related

[Orgmode] Re: Setting org-agenda-time-grid: My day starts at midnight

2010-09-05 Thread Memnon Anon
Bastien writes: > Please pull again, this should be fixed now... Still problem here. Please try this: 0. Put attached 2 files into ~ 1. `emacs -Q ~/minimal.el' 2. Adjust path to org-mode git dir and Eval Buffer minimal.el 3. Try 'C-c a a' -> It fails for me 4. Uncomment `org-agenda-add-time-gri

Re: [Orgmode] Mobile mode sync problems

2010-09-05 Thread Greg Troxel
Jing Su writes: > I just tried the MobileOrg on an iPhone 4 and a desktop (Windows 7 Home) via > Dropbox, and found the following problems. Most likely it's due to my wrong > configurations. Would someone kindly help me out please? The version of > Org-mode is 6.33x, and Emacs 23.2.1. You didn'

Re: [Orgmode] Confused about mobileorg setup

2010-09-05 Thread Richard Moreland
Hi Ning, You are right that the documentation is a bit confusing there. The Org-mode docs describe the right way for you to proceed: define the files you'd like to have transferred in org-agenda-files or org-mobile-files. This tells org-mobile-push which files to copy from your local Org directo

[Orgmode] Bounce: Bug in iCal export?

2010-09-05 Thread Guy Wiener
Hello everyone, Sorry for bouncing, but I got no response, and this behavior seems to me like a bug, I encountered the following weird behavior: When I set the option to #+OPTIONS: tags:nil, and export an org file to an iCal file, the tag part of the heading is still included in the description. E

Re: [Orgmode] Adding entries to Google calendar

2010-09-05 Thread Eric S Fraga
On 4 Sep 2010 21:49:25 +0200, "Sven Bretfeld" wrote: > > 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 cal

[Orgmode] Re: [BABEL] Speed keys

2010-09-05 Thread Jambunathan K
Carsten Dominik writes: > On Sat, Sep 4, 2010 at 10:13 PM, Jambunathan K > wrote: >> One of the problems with C-c C-v prefix is that I tend to forget it if I >> revisit Babel say after a week's time. (Not nitpicking here!). The >> reason is that I simply couldn't contrive a convenient menemo

[Orgmode] Confused about mobileorg setup

2010-09-05 Thread Ning Bao
What I want to achieve is that upload many (50+) org files to my iphone via dropbox. These org files are interlinked by file: links. I am confused about how to set up MobileOrg. Do I have to define the variable org-mobile-files in my .emacs, in order to sync all my org files? Or, what I need to

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

2010-09-05 Thread Jambunathan K
Eric > > I've just pushed up an implementation of the functionality described at > the link above, see [1] for examples and details. > > Footnotes: > [1] > http://eschulte.github.com/babel-dev/DONE-tangle-entire-org-mode-file-in-comments.html > I have pulled your changes and examined it. Som

[Orgmode] Mobile mode sync problems

2010-09-05 Thread Jing Su
Dear all, I just tried the MobileOrg on an iPhone 4 and a desktop (Windows 7 Home) via Dropbox, and found the following problems. Most likely it's due to my wrong configurations. Would someone kindly help me out please? The version of Org-mode is 6.33x, and Emacs 23.2.1. 1. When ``org-mobile-push

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

2010-09-05 Thread Christian Moe
On 9/3/10 10:55 PM, Matt Price wrote: export Zotero to slightly tweaked BibTeX, and insert with RefTeX's amazingly cool reference-insertion interface (another genius piece of work by Carsten). i'm getting nearly convinced to go this rout

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

2010-09-05 Thread Sebastian Rose
Carsten Dominik writes: > 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. > > > D