Re: [Orgmode] Trying to write an elisp function to move subtree to end of file

2010-09-22 Thread Nick Dokos
Charles Cave charles_c...@optusnet.com.au wrote: I am writing an elisp function to move the subtree (at the point/cursor) to the end of the file. The code from .elisp is shown I get an error message Invalid function: (org-cut-subtree) (defun move-subtree-to-end () (interactive)

Re: [Orgmode] does #+PROPERTY still exist ?

2010-09-22 Thread Nick Dokos
Vincent Belaïche vincent@hotmail.fr wrote: In the org manual node `(org) Property syntax' one can read the following: --8-coupez ici--début--8--- If you want to set properties that can be inherited by any entry in a file, use a line like

[Orgmode] Re: does #+PROPERTY still exist ?

2010-09-22 Thread Noorul Islam K M
Nick Dokos nicholas.do...@hp.com writes: Vincent Belaïche vincent@hotmail.fr wrote: In the org manual node `(org) Property syntax' one can read the following: --8-coupez ici--début--8--- If you want to set properties that can be inherited by

Re: [Orgmode] [PATCH] Apply patch for hour/minute repeater support

2010-09-22 Thread Nick Dokos
Manish mailtomanish.sha...@gmail.com wrote: Hello Andrew, I copied the diff from --- to the version number at the end of the diff to a file and ran a git apply patch file while on a local branch. It fails with fatal: corrupt patch at line 12 which is: , | @cindex timestamp, with

Re: [Orgmode] Org capture with predefined entries from a list?

2010-09-22 Thread Bastien
Hi Miguel, Miguel Ruiz rbeni...@yahoo.es writes: You should explore using multiple keys for the capture template definition -- see the manual: Do you mean I should generate all the combinations and assign a template to each one? Yes. Can you provide any kind of minimal example? (setq

Re: [Orgmode] [bug] org-link-escape and (wrong-type-argument stringp nil)

2010-09-22 Thread David Maus
Sebastian Rose wrote: Is there a reason for this distinction between multibyte and unibyte? I favour the shotgun-approach if not. It's bullet-proof. The JavaScript function `encodeURIComponent()' encodes the German Umlaut `ü' as `%C3%B6' regardless of the sources encoding actually. That's why I

Re: [Orgmode] Re: [bug] org-link-escape and (wrong-type-argument stringp nil)

2010-09-22 Thread David Maus
Sébastien Vauban wrote: Hi David, David Maus wrote: Sébastien Vauban wrote: With current git pull, and such an Org file (in UTF-8 encoding): ... I get the following error when trying to export it via PDFLaTeX: The problem is, that the 'É' character is not in Org's default list for link

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

2010-09-22 Thread David Maus
Achim Gratz wrote: David Maus dm...@ictsoc.de writes: Okay, I've pushed a change to master that adds two functions `org-wl-open-nntp' and `org-gnus-open-nntp' to open nntp: links with WL or Gnus, respectively. Thanks, that looks good. Gnus still doesn't do anything and silently ignores the

Re: [Orgmode] Re: does #+PROPERTY still exist ?

2010-09-22 Thread Nick Dokos
Noorul Islam K M noo...@noorul.com wrote: Nick Dokos nicholas.do...@hp.com writes: Vincent Belaïche vincent@hotmail.fr wrote: In the org manual node `(org) Property syntax' one can read the following: --8-coupez ici--début--8--- If

Re: [Orgmode] Re: does #+PROPERTY still exist ?

2010-09-22 Thread Nick Dokos
Nick Dokos nicholas.do...@hp.com wrote: Noorul Islam K M noo...@noorul.com wrote: In the below example #+PROPERTY: Age 25 #+COLUMNS: %25ITEM %Age * Heading 1 * Heading 2

[Orgmode] Re: does #+PROPERTY still exist ?

2010-09-22 Thread Noorul Islam K M
Nick Dokos nicholas.do...@hp.com writes: Nick Dokos nicholas.do...@hp.com wrote: Noorul Islam K M noo...@noorul.com wrote: In the below example #+PROPERTY: Age 25 #+COLUMNS: %25ITEM %Age * Heading 1 *

[Orgmode] Re: does #+PROPERTY still exist ?

2010-09-22 Thread Noorul Islam
On Wed, Sep 22, 2010 at 2:13 PM, Noorul Islam K M noo...@noorul.com wrote: Nick Dokos nicholas.do...@hp.com writes: Nick Dokos nicholas.do...@hp.com wrote: Noorul Islam K M noo...@noorul.com wrote: In the below example

Re: [Orgmode] Re: does #+PROPERTY still exist ?

2010-09-22 Thread Carsten Dominik
On Sep 22, 2010, at 8:58 AM, Noorul Islam K M wrote: Nick Dokos nicholas.do...@hp.com writes: Vincent Belaïche vincent@hotmail.fr wrote: In the org manual node `(org) Property syntax' one can read the following: --8-coupez ici--début--8--- If

Re: [Orgmode] problem with label in latex export

2010-09-22 Thread Bastien
Hi Indraneel, Indraneel Majumdar indran...@indraneel.info writes: 11. #+ target Some text 12. More text [[target][go to]] You're right that there is a problem. The usual way of turning radio links invisible is to comment them, but Org comments need to be at the beginning of the

[Orgmode] Re: does #+PROPERTY still exist ?

2010-09-22 Thread Noorul Islam K M
Carsten Dominik carsten.domi...@gmail.com writes: On Sep 22, 2010, at 8:58 AM, Noorul Islam K M wrote: Nick Dokos nicholas.do...@hp.com writes: Vincent Belaïche vincent@hotmail.fr wrote: In the org manual node `(org) Property syntax' one can read the following:

Re: [Orgmode] Re: [bug] Gnus author in capture templates not working

2010-09-22 Thread Bastien
Hi Sébastien, Sébastien Vauban wxhgmqzgw...@spammotel.com writes: Though I had something in mind, that's effectively not expressed above: I'd like to get that date in the Org format, so that I can use it as a proper Org timestamp in entries: * TODO Answer mail of Bastien [2010-09-20 Mon

Re: [Orgmode] problem with label in latex export

2010-09-22 Thread Indraneel Majumdar
Thanks Bastien, this works inline. Please put it in the manual, it's just one line. I've spent looking for it every inch of the manual for more than a day. So will you be putting in \phantomsection for inline targets to work? I guess if someone is using a target then it's more likely /not/

[Orgmode] Re: does #+PROPERTY still exist ?

2010-09-22 Thread Carsten Dominik
On Sep 22, 2010, at 11:17 AM, Noorul Islam K M wrote: Carsten Dominik carsten.domi...@gmail.com writes: On Sep 22, 2010, at 8:58 AM, Noorul Islam K M wrote: Nick Dokos nicholas.do...@hp.com writes: Vincent Belaïche vincent@hotmail.fr wrote: In the org manual node `(org) Property

Re: [Orgmode] problem with label in latex export

2010-09-22 Thread Nicolas Goaziou
Hello, Bastien writes: You're right that there is a problem. The usual way of turning radio links invisible is to comment them, but Org comments need to be at the beginning of the line, which breaks list indentation. (Btw, no need for the '+' in '#+' -- '#+' is the syntax prefix for

Re: [Orgmode] [Bug] Level 2 text not exported in LaTeX (well in HTML) + some comments

2010-09-22 Thread Carsten Dominik
On Sep 19, 2010, at 11:24 AM, Nicolas Goaziou wrote: Eric S Fraga writes: So you are saying, if I understand you correctly, that you cannot have something like this: --8---cut here---start-8--- 1. some text - a nested list - with two items some

[Orgmode] Exporting to html

2010-09-22 Thread Juri Artamonov
Hello Guys, could you please advice how I can 1. To remove HTML generated by org-mode 6.31a in emacs 23 in result html file after export it? 2. I have cf[10570] as a text in original file but emacs treat is a link in result HTML mode, how I can force emacs to treat it as text? Thank you,

[Orgmode] Ditaa usage

2010-09-22 Thread Juri Artamonov
Hello Guys, I'm still learning how to correctly configure orgmode. One of the items is ditaa usage. I have the following in my org file. #+begin_src ditaa :file task_states.png :cmdline -r -s 0.8 ++ +-+ ++ || | | ||

Re: [Orgmode] Ditaa usage

2010-09-22 Thread John Hendy
Do you have the necessary lines for babl as described here: http://orgmode.org/worg/org-contrib/babel/languages.php#configure http://orgmode.org/worg/org-contrib/babel/languages.php#configureNamely: ;; active Babel languages(org-babel-do-load-languages 'org-babel-load-languages

Re: [Orgmode] Exporting to html

2010-09-22 Thread Giovanni Ridolfi
Juri Artamonov jartamo...@gmail.com writes: Hello Guys,could you please advice how I can1. To remove HTML generated by org-mode 6.31a in emacs 23 in result html file after export it?2. Please have a look to the manual section: Export options author:turn on/off inclusion of author

Re: [Orgmode] suggestion/feature-request for dynamic blocks

2010-09-22 Thread I.S.
On 9/21/2010 11:41 AM, Eric Schulte wrote: Tables created by named code block are already prefixed with a #+results: source-name line. This allows them to be referenced by other code blocks. Is there some property of #+tblname: lines which is not shared by #+results: lines which would make

Re: [Orgmode] Exporting to html

2010-09-22 Thread Juri Artamonov
Giovanni, thank you, #+OPTIONS: f:nil creator:nil fixed both issues. Thank you, Juri. On Wed, Sep 22, 2010 at 3:24 PM, Giovanni Ridolfi giovanni.rido...@yahoo.it wrote: Juri Artamonov jartamo...@gmail.com writes: Hello Guys,could you please advice how I can1. To

[Orgmode] Re: Howto define formula for table regions

2010-09-22 Thread Łukasz Stelmach
Torsten Wagner torsten.wag...@gmail.com writes: I am just playing around with the table function of org-mode. I tried to create a little table to track the financial status of a project. I thought it would be nice to distinguish between entries which really had billed the account already and

Re: [Orgmode] Ditaa usage

2010-09-22 Thread Juri Artamonov
Hello John, if I add what you provided then I have Warning (initialization): An error occurred while loading `c:/emacs/.emacs.d/init.el': Symbol's function definition is void: org-babel-do-load-languages message. I have added this for now: (setq org-ditaa-jar-path ~/lib/ditaa0_9.jar) (setq

Re: [Orgmode] Ditaa usage

2010-09-22 Thread Erik Iverson
On 09/22/2010 08:08 AM, Juri Artamonov wrote: Hello John, if I add what you provided then I have Warning (initialization): An error occurred while loading `c:/emacs/.emacs.d/init.el': Symbol's function definition is void: org-babel-do-load-languages message. From your previous post, looks

Re: [Orgmode] Ditaa usage

2010-09-22 Thread Juri Artamonov
Erik, I would love to update but I have emacsW32 installed and don't know how to update orgmode inside of it. Perhaps you can advice or maybe it's even better to reinstall first emacs and then orgmode. What do you think? Thank you, Juri. On Wed, Sep 22, 2010 at 4:17 PM,

[Orgmode] cheatsheets in emacs

2010-09-22 Thread Rustom Mody
There is this ruby utility cheat (see http://cheat.errtheblog.com/ ) that allows one to make/use cheatsheets using ruby. The format of the cheatsheet is yml. I feel that it should be possible to replace ruby by emacs and the yaml format by org-mode Does anything like this exist? There is of

Re: [Orgmode] Ditaa usage

2010-09-22 Thread Giovanni Ridolfi
Juri Artamonov jartamo...@gmail.com writes: Erik,I would love to update but I have emacsW32 installed and don't know how to update orgmode inside of it. Please + download the current version from http://orgmode.org Current Version (7.01h) + then read

[Orgmode] Request for suggestions about best practices: tracking responses

2010-09-22 Thread Robert Goldman
Often now I have org-mode tasks that I move to WAIT status when I send someone an email to get some next step done. The problem is that I have a hard time getting back to those tasks when I get a response email (or phone call). There is nothing salient about these that means that when I get a

Re: [Orgmode] [bug] org-link-escape and (wrong-type-argument stringp nil)

2010-09-22 Thread Sebastian Rose
David Maus dm...@ictsoc.de writes: Sebastian Rose wrote: Is there a reason for this distinction between multibyte and unibyte? I favour the shotgun-approach if not. It's bullet-proof. The JavaScript function `encodeURIComponent()' encodes the German Umlaut `ü' as `%C3%B6' regardless of the

Re: [Orgmode] Re: Babel+gnuplot on Worg

2010-09-22 Thread John Hendy
On Mon, Sep 20, 2010 at 4:20 PM, Bastien bastien.gue...@wikimedia.frwrote: John Hendy jw.he...@gmail.com writes: Good to know. I just followed the only other example I knew of where an org file lived: http://orgmode.org/worg/org-tutorials/org-plot.org Mhh.. not found -- because .org

Re: [Orgmode] Re: Babel+gnuplot on Worg

2010-09-22 Thread Bastien
John Hendy jw.he...@gmail.com writes: Trying to update worg-setup.org but am not finding the worg/sources directory you're referring to. The http://orgmode.org/worg/sources/ is only on the server, not on the Worg repository. All .org files from the repo are automatically uploaded to this

Re: [Orgmode] Re: Babel+gnuplot on Worg

2010-09-22 Thread John Hendy
AH! Perfect. So, the procedure is: - put them wherever you want - all sources are put in a source directory in addition to their published content - link to them via orgmode/worg/sources One question, then... I've tailored the raw org-mode copy to be slightly different than the tutorial I

Re: [Orgmode] Re: Babel+gnuplot on Worg

2010-09-22 Thread John Hendy
On Mon, Sep 20, 2010 at 1:08 PM, Thomas S. Dye t...@tsdye.com wrote: Hi John, Thanks for bringing this up. I like the idea of a worg/org-contrib/babel/images directory and will put my images there. I suppose it doesn't have to be all one way or the other, but I can imagine a time down the

Re: [Orgmode] FLOSS Weekly show about Org-mode

2010-09-22 Thread Bastien
Hi all, Carsten's live interview for FLOSS weekly is in about one hour. Watch live here: http://live.twit.tv Chat live : #twitlive channel on the irc.twit.tv IRC server See you there :) -- Bastien ___ Emacs-orgmode mailing list Please use

Re: [Orgmode] Re: Babel+gnuplot on Worg

2010-09-22 Thread Thomas S. Dye
Hi John, Good idea. I've given my image file a longer, more descriptive name. All the best, Tom On Sep 22, 2010, at 4:45 AM, John Hendy wrote: On Mon, Sep 20, 2010 at 1:08 PM, Thomas S. Dye t...@tsdye.com wrote: Hi John, Thanks for bringing this up. I like the idea of a

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

2010-09-22 Thread Achim Gratz
David Maus dm...@ictsoc.de writes: Did you register the link type? Yes. [[nntp://news.gmane.org/gmane.mail.imap.general][Usenet 1]] This one doesn't (just like my example links). If I add a trailing / to the link it starts working as expected. The link without the trailing slash does start

Re: [Orgmode] [Bug] lisp/org.el (org-link-escape) escapes the type part of a link

2010-09-22 Thread David Maus
Achim Gratz wrote: The function org-link-escape escapes the '+' in file+sys and file+emacs link types and creates some problems for export by doing so. Only the path component of a link URI should be escaped, but not the type part. Does this still happen und could you provide an example? I've

[Orgmode] Re: Ditaa usage

2010-09-22 Thread Achim Gratz
Juri Artamonov jartamo...@gmail.com writes: I would love to update but I have emacsW32 installed and don't know how to update orgmode inside of it. In a nutshell, you don't. You put the new version of org-mode into the site-lisp directory where EMACS is installed and EMACS will use the new

Re: [Orgmode] FLOSS Weekly show about Org-mode

2010-09-22 Thread Puneeth
Hi all, It was a wonderful interview. Always a pleasure watching Carsten talk about org-mode. -- Puneeth On Wed, Sep 22, 2010 at 8:57 PM, Bastien bastien.gue...@wikimedia.fr wrote: Hi all, Carsten's live interview for FLOSS weekly is in about one hour. Watch live here:  

[Orgmode] Re: [Bug] lisp/org.el (org-link-escape) escapes the type part of a link

2010-09-22 Thread Achim Gratz
David Maus dm...@ictsoc.de writes: Achim Gratz wrote: The function org-link-escape escapes the '+' in file+sys and file+emacs link types and creates some problems for export by doing so. Only the path component of a link URI should be escaped, but not the type part. Does this still happen und

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

2010-09-22 Thread David Maus
Achim Gratz wrote: [[nntp://news.gmane.org/gmane.mail.imap.general][Usenet 1]] This one doesn't (just like my example links). If I add a trailing / to the link it starts working as expected. The link without the trailing slash does start GNUS if not already running, but does not enter the

Re: [Orgmode] FLOSS Weekly show about Org-mode

2010-09-22 Thread Bastien
Puneeth puncha...@gmail.com writes: It was a wonderful interview. Always a pleasure watching Carsten talk about org-mode. Indeed -- thanks to those who could join! Here are the IRC logs. [18:30]*** You have joined channel #twitlive *** Topic for #twitlive: TWiT Live Chat | Follow the

[Orgmode] Re: FLOSS Weekly show about Org-mode

2010-09-22 Thread Memnon Anon
Puneeth puncha...@gmail.com writes: It was a wonderful interview. Always a pleasure watching Carsten talk about org-mode. *sigh*, I missed it. And my wlan sucks that much, I probably would not have enjoyed a live stream. So, when can I download the whole thing and watch it after the fact?

Re: [Orgmode] Re: [Bug] lisp/org.el (org-link-escape) escapes the type part of a link

2010-09-22 Thread David Maus
Achim Gratz wrote: David Maus dm...@ictsoc.de writes: Achim Gratz wrote: The function org-link-escape escapes the '+' in file+sys and file+emacs link types and creates some problems for export by doing so. Only the path component of a link URI should be escaped, but not the type part. Does

Re: [Orgmode] Re: bug with link following --- a (partial) solution

2010-09-22 Thread David Maus
David Maus wrote: Ah, now I see the problem: For some reason `org-store-link' removes the colon at the end of the headline. I reopended the issue as a bug; setting the aforementioned variable to nil might be considered a temporary work-around. Okay, pushed a patch to master that should fix this

Re: [Orgmode] Re: Ditaa usage

2010-09-22 Thread John Hendy
On Wed, Sep 22, 2010 at 12:24 PM, Achim Gratz strom...@nexgo.de wrote: Juri Artamonov jartamo...@gmail.com writes: I would love to update but I have emacsW32 installed and don't know how to update orgmode inside of it. In a nutshell, you don't. You put the new version of org-mode into the

Re: [Orgmode] Re: bug with link following --- a (partial) solution

2010-09-22 Thread Robert Goldman
On 9/22/10 Sep 22 -1:11 PM, David Maus wrote: David Maus wrote: Ah, now I see the problem: For some reason `org-store-link' removes the colon at the end of the headline. I reopended the issue as a bug; setting the aforementioned variable to nil might be considered a temporary work-around.

Re: [Orgmode] Re: bug with link following --- a (partial) solution

2010-09-22 Thread Robert Goldman
On 9/22/10 Sep 22 -1:36 PM, Robert Goldman wrote: On 9/22/10 Sep 22 -1:11 PM, David Maus wrote: David Maus wrote: Ah, now I see the problem: For some reason `org-store-link' removes the colon at the end of the headline. I reopended the issue as a bug; setting the aforementioned variable to

[Orgmode] Re: [Bug] lisp/org.el (org-link-escape) escapes the type part of a link

2010-09-22 Thread Achim Gratz
David Maus dm...@ictsoc.de writes: Thanks for clarification. It should be fixed now in master. You only wish... it doesn't escape the link type now, but adds a colon on each call of C-c C-l: [[file+emacs:~/org/notes.org][My Notes]] [[file+emacs::~/org/notes.org][My Notes]]

Re: [Orgmode] Re: bug with link following --- a (partial) solution

2010-09-22 Thread David Maus
Robert Goldman wrote: On 9/22/10 Sep 22 -1:11 PM, David Maus wrote: David Maus wrote: Ah, now I see the problem: For some reason `org-store-link' removes the colon at the end of the headline. I reopended the issue as a bug; setting the aforementioned variable to nil might be considered a

Re: [Orgmode] Re: [Bug] lisp/org.el (org-link-escape) escapes the type part of a link

2010-09-22 Thread David Maus
Achim Gratz wrote: David Maus dm...@ictsoc.de writes: Thanks for clarification. It should be fixed now in master. You only wish... it doesn't escape the link type now, but adds a colon on each call of C-c C-l: Ooops, fixed now. Best, -- David -- OpenPGP... 0x99ADB83B5A4478E6 Jabber

[Orgmode] Re: [Bug] lisp/org.el (org-link-escape) escapes the type part of a link

2010-09-22 Thread Achim Gratz
David Maus dm...@ictsoc.de writes: Ooops, fixed now. Confirmed. Achim. -- +[Q+ Matrix-12 WAVE#46+305 Neuron microQkb Andromeda XTk Blofeld]+ Samples for the Waldorf Blofeld: http://Synth.Stromeko.net/Downloads.html#BlofeldSamplesExtra ___

[Orgmode] Effort columnview: Show total in different column

2010-09-22 Thread Nathan Neff
I'd like to generate a columnview that shows totals in a separate column, like the clockreport. Something like this: | Total | Effort. | Task | |---+--+| | 4 | | Main Task | | |2 | Sub Task 1 | | |2 | Sub Task 2 | Any ideas where to

[Orgmode] Re: [bug] Gnus author in capture templates not working

2010-09-22 Thread Sébastien Vauban
Hi Bastien, Bastien wrote: Sébastien Vauban wxhgmqzgw...@spammotel.com writes: Though I had something in mind, that's effectively not expressed above: I'd like to get that date in the Org format, so that I can use it as a proper Org timestamp in entries: * TODO Answer mail of Bastien

[Orgmode] Re: cheatsheets in emacs

2010-09-22 Thread Sébastien Vauban
Hi Rustom, Rustom Mody wrote: There is this ruby utility cheat (see http://cheat.errtheblog.com/ ) that allows one to make/use cheatsheets using ruby. The format of the cheatsheet is yml. I feel that it should be possible to replace ruby by emacs and the yaml format by org-mode Does

[Orgmode] Re: Request for suggestions about best practices: tracking responses

2010-09-22 Thread Sébastien Vauban
Hi Robert, Robert Goldman wrote: Often now I have org-mode tasks that I move to WAIT status when I send someone an email to get some next step done. I do that as well. Though, I'm still testing what my own process must be like. The problem is that I have a hard time getting back to those

Re: [Orgmode] Re: [bug] Gnus author in capture templates not working

2010-09-22 Thread David Maus
Sébastien Vauban wrote: Hi Bastien, Bastien wrote: Sébastien Vauban wxhgmqzgw...@spammotel.com writes: Though I had something in mind, that's effectively not expressed above: I'd like to get that date in the Org format, so that I can use it as a proper Org timestamp in entries: * TODO

[Orgmode] Re: [Bug] Level 2 text not exported in LaTeX (well in HTML) + some comments

2010-09-22 Thread Sébastien Vauban
Hi Carsten and Nicolas, Carsten Dominik wrote: On Sep 19, 2010, at 11:24 AM, Nicolas Goaziou wrote: Eric S Fraga writes: So you are saying, if I understand you correctly, that you cannot have something like this: --8---cut here---start-8--- 1. some text

[Orgmode] bug with spaces in regexp search

2010-09-22 Thread Samuel Wales
With the headline * text search much faster than tag search and an agenda text search: {faster than} does not return it {faster\ than} also I think of {...} as a single token even if it has spaces in it. Thanks. Samuel Settings: (setf org-agenda-search-view-always-boolean t)

[Orgmode] Agenda Question

2010-09-22 Thread Andre Powell
I hope that this is not a stupid question. Is there anyway to move forward in the agenda view and have the scheduled and due items from the current day move forward as well? The reason that I ask is I typically try and review my next day the night before so I can print it out and be ready for

Re: [Orgmode] Re: A LaTeX class for Org-mode export

2010-09-22 Thread Srinivas Pavani
Tom, Thanks for your quick reply. Looks like something went wrong so I reinstalled MikTex 2.8 and tried again. I started off with simple PDFs and slowly built up. I am finally able to get a pdf version that is close to yours. - Srinivas

Re: [Orgmode] Re: [Bug] Level 2 text not exported in LaTeX (well in HTML) + some comments

2010-09-22 Thread Nicolas Goaziou
Hello, Sébastien Vauban writes: And, in the case that such a construct would not be used, I wouldn't mind having to manually indent the paragraph where I want to place it, as long as the indentation is used to decide to what the text must be attached to. Please (re-)read my rhetorical

[Orgmode] Re: cheatsheets in emacs

2010-09-22 Thread Glauber Alex Dias Prado
FYI There is also a cheat emacs interface: http://github.com/defunkt/cheat.el the idea is not bad if it isnt a NIH syndrom otherwise just use cheat ;) Rustom Mody rustompm...@gmail.com writes: There is this ruby utility cheat (see http://cheat.errtheblog.com/ ) that allows one to make/use

[Orgmode] No link found error during export of source block when headline has link

2010-09-22 Thread Hsiu-Khuern Tang
Hi all, When I export this file to HTML * [[http://www.example.com][example]] #+BEGIN_SRC R 1 #+END_SRC I get a No link found error. The responsible function

[Orgmode] Re: does #+PROPERTY still exist ?

2010-09-22 Thread Vincent Belaïche
Hello all, Thanks for all the feedback. I am using Org-mode version 6.33x which is the latest on emacs CVS repository --- that may be outdated as emacs is using bazaar now. What is not working is 1. Auto-completion of `#+PROP' does not work 2. `C-c C-x p' does not work. Look at the following

Re: [Orgmode] Re: does #+PROPERTY still exist ?

2010-09-22 Thread Erik Iverson
On 09/22/2010 10:13 PM, Vincent Belaïche wrote: Hello all, Thanks for all the feedback. I am using Org-mode version 6.33x which is the latest on emacs CVS repository --- that may be outdated as emacs is using bazaar now. Yes, very outdated. Orgmode 7.01 was released over two months ago now.

Re: [Orgmode] bug with spaces in regexp search

2010-09-22 Thread Noorul Islam
On Thu, Sep 23, 2010 at 2:06 AM, Samuel Wales samolog...@gmail.com wrote: With the headline * text search much faster than tag search and an agenda text search:  {faster than} does not return it  {faster\ than} also I think of {...} as a single token even if it has spaces in it.

Re: [Orgmode] Re: does #+PROPERTY still exist ?

2010-09-22 Thread Nick Dokos
Vincent Belaïche vincent@hotmail.fr wrote: Thanks for all the feedback. I am using Org-mode version 6.33x which is the latest on emacs CVS repository --- that may be outdated as emacs is using bazaar now. What is not working is 1. Auto-completion of `#+PROP' does not work Indeed:

Re: [Orgmode] Re: does #+PROPERTY still exist ?

2010-09-22 Thread Nick Dokos
Nick Dokos nicholas.do...@hp.com wrote: Vincent Belaïche vincent@hotmail.fr wrote: ... 2.2 The completion at `Value:' prompt does not propose 1 2 or 3 Yes. I don't know how difficult it would be to add these features. Actually, pressing TAB after the value prompt *does*

[Orgmode] Re: Agenda Question

2010-09-22 Thread Noorul Islam K M
Andre Powell apowell...@gmail.com writes: I hope that this is not a stupid question. Is there anyway to move forward in the agenda view and have the scheduled and due items from the current day move forward as well? The reason that I ask is I typically try and review my next day the night

RE: [Orgmode] Re: does #+PROPERTY still exist ?

2010-09-22 Thread Vincent Belaïche
Thanks for the feedback, I'll download the latest. Yes, I just meant that *completion* does not work for property name, addition of property works fine. Vincent. To: nicholas.do...@hp.com From: nicholas.do...@hp.com Subject: Re: [Orgmode] Re: does #+PROPERTY still exist ? Date: Thu,

Re: [Orgmode] bug with spaces in regexp search

2010-09-22 Thread Samuel Wales
Meaning? ___ 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: No link found error during export of source block when headline has link

2010-09-22 Thread Noorul Islam K M
Hsiu-Khuern Tang tan...@gmail.com writes: Hi all, When I export this file to HTML * [[http://www.example.com][example]] #+BEGIN_SRC R 1 #+END_SRC I get a