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

2010-09-20 Thread David Maus
Sébastien Vauban wrote: Hello, 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 escapes but `string-match' matches for the lower

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

2010-09-20 Thread Sebastian Rose
David Maus dm...@ictsoc.de writes: Sébastien Vauban wrote: Hello, 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 escapes but

[Orgmode] Bug? org-babel-lob-ingest problem

2010-09-19 Thread Aidan Gauland
Calling org-babel-lob-ingest on a file with code blocks seems to work only for the current Emacs session, and doesn't seem to affect the variable org-babel-lob-files. If I quit and restart Emacs, it's as if I never loaded a file with org-babel-lob-ingest. Also I see (mismatch) next to the State

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

2010-09-19 Thread Nicolas Goaziou
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 more text for the first numbered item -

Re: [Orgmode] Bug? org-babel-lob-ingest problem

2010-09-19 Thread Eric Schulte
Hi Aidan, This is not a bug, this is the expected behavior of org-babel-lob-ingest, if you would like a file to always be loaded into your library of babel, then you can add the call to org-babel-lob-ingest to your .emacs initialization file. Best -- Eric Aidan Gauland

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

2010-09-19 Thread Bastien
Hi, David Maus dm...@ictsoc.de writes: I've tried enhancing my capture template for Gnus mail, by using the =%:author= variable: AFAIK %:author is not a defined property Gnus links (Cf. Manual, 9.1.3.2 Template expansion). You can use %:fromname to insert the name of the message author.

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

2010-09-18 Thread Nicolas Goaziou
Hello, Sébastien Vauban writes: 1) Ask for it. 2) Make it, answering the following questions: - Got the docs? - Signed them? - Checked it? THIS LINE DOES NOT SHOW UP in LaTeX!!! The whole list should indeed end at this line. I sent a patch correcting this. * Other

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

2010-09-18 Thread Nicolas Goaziou
Hello, Eric S Fraga writes: However, more strange behaviour appears as soon as you have multiple nested lists. Just to avoid any misconception: if I get it correctly, what you do call multiple nested lists cannot exist. You can have nested lists, but no more than one sub-list at each level.

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

2010-09-18 Thread Eric S Fraga
On Sat, 18 Sep 2010 20:02:24 +0200, Nicolas Goaziou n.goaz...@gmail.com wrote: Hello, Eric S Fraga writes: However, more strange behaviour appears as soon as you have multiple nested lists. Just to avoid any misconception: if I get it correctly, what you do call multiple nested

Re: [Orgmode] [bug] message not present in default value of org-link-types

2010-09-17 Thread David Maus
Jules Bean wrote: The link-type message is one of the ones org handles by default, it is an explicit case in org-open-at-point, much like http and it is handled by the following code: ((member type '(message)) (browse-url (concat type : path))) However it is not included in the default

Re: [Orgmode] [bug] message not present in default value of org-link-types

2010-09-17 Thread Jules Bean
On Fri, Sep 17, 2010 at 09:08:00AM +0200, David Maus wrote: Manually adding it to org-link-types makes it work correctly. For me, anyway. True enough. But what is a message: link? Can you give an example of its usage? message:87hbhosv8v.wl%dm...@ictsoc.de or

Re: [Orgmode] [bug] message not present in default value of org-link-types

2010-09-17 Thread Carsten Dominik
On Sep 17, 2010, at 9:08 AM, David Maus wrote: Jules Bean wrote: The link-type message is one of the ones org handles by default, it is an explicit case in org-open-at-point, much like http and it is handled by the following code: ((member type '(message)) (browse-url (concat

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

2010-09-17 Thread Sébastien Vauban
Hi Nicolas, --8---cut here---start-8--- #+TITLE: Problems in LaTeX with nested list levels #+LANGUAGE: en_US * Imaginary example We have two steps: 1) Ask for it. 2) Make it, answering the following questions: - Got the docs? - Signed them? -

[Orgmode] BUG: Filtering the agenda can cause actions on the wrong task

2010-09-17 Thread Christopher Allan Webber
Hello! Say I have a couple of entries on my agenda: life: Sched.25x: TODO Places to notify change of address ccommons: Sched.19x: TODO Public domain mark:work:: My cursor is hovered over the notify change of address task. I then filter the agenda to the

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

2010-09-17 Thread Eric S Fraga
On Fri, 17 Sep 2010 15:01:58 +0200, Sébastien Vauban wxhgmqzgw...@spammotel.com wrote: Hi Nicolas, --8---cut here---start-8--- #+TITLE: Problems in LaTeX with nested list levels #+LANGUAGE: en_US * Imaginary example We have two steps: 1)

[Orgmode] Bug: INVISIBLE-OK arg of org-forward-same-level not documented [7.01trans]

2010-09-17 Thread Aidan Gauland
The optional argument, INVISIBLE-OK, of org-forward-same-level is not mentioned in the documentation for that function. --Aidan Emacs : GNU Emacs 24.0.50.3 (x86_64-unknown-linux-gnu, GTK+ Version 2.20.1) of 2010-09-17 on dimension8 Package: Org-mode version 7.01trans signature.asc

Re: [Orgmode] Bug: INVISIBLE-OK arg of org-forward-same-level not documented [7.01trans]

2010-09-17 Thread Carsten Dominik
Fixed, thanks. - Carsten On Sat, Sep 18, 2010 at 6:26 AM, Aidan Gauland aidal...@no8wireless.co.nz wrote: The optional argument, INVISIBLE-OK, of org-forward-same-level is not mentioned in the documentation for that function. --Aidan Emacs  : GNU Emacs 24.0.50.3 (x86_64-unknown-linux-gnu,

[Orgmode] [bug] message not present in default value of org-link-types

2010-09-16 Thread Jules Bean
The link-type message is one of the ones org handles by default, it is an explicit case in org-open-at-point, much like http and it is handled by the following code: ((member type '(message)) (browse-url (concat type : path))) However it is not included in the default value of

[Orgmode] Bug? Inconsistency with org-publish-attachment

2010-09-15 Thread Aidan Gauland
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I have a (sub)project for publishing a website. It uses org-publish-attachment with the recursive option. (static :base-directory ~/doc-aidan/foo/main/ :publishing-directory ~/doc-aidan/foo/published/ :publishing-function org-publish-attachment

Re: [Orgmode] Bug: org-feed customization group is called org-id (can't customize org-id)

2010-09-15 Thread David Maus
Scot Becker wrote: In org-feed.el (line 105), the 'defgroup' entry for org-feed has the tag Org ID, which is the same tag as the group org-id (in 'org-id.el'). This has the result that you are unable to get to the real org-ID variables from the M-x customize-group RET org RET top level menu. The

[Orgmode] Bug: org-auto-repeat-maybe only updates first timestamp [7.01trans]

2010-09-15 Thread Andrew J. Korty
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] Bug? Inconsistency with org-publish-attachment

2010-09-15 Thread Aidan Gauland
I have a (sub)project for publishing a website. It uses org-publish-attachment with the recursive option. (static :base-directory ~/doc-aidan/windmill-hill/main/ :publishing-directory ~/doc-aidan/windmill-hill/published/ :publishing-function org-publish-attachment :recursive t

[Orgmode] Bug: org-mhe creates corrupt link when Message-ID field contains newline [7.01trans]

2010-09-15 Thread Andrew J. Korty
Some MUAs insert a newline when rendering the Message-ID field: Message-ID: 98a78083733de040834c2b9e91b87fde0aa...@example.com The newline causes org-mhe-store-link to create a link that looks like [[mhe:%2Barchive# %2098a78083733de040834c2b9e91b87fde0aa...@example.com][subject]]

Re: [Orgmode] Bug? Inconsistency with org-publish-attachment

2010-09-15 Thread Sebastian Rose
Aidan Gauland ai...@dimension8.tehua.net writes: I have a (sub)project for publishing a website. It uses org-publish-attachment with the recursive option. (static :base-directory ~/doc-aidan/windmill-hill/main/ :publishing-directory ~/doc-aidan/windmill-hill/published/

Re: [Orgmode] Bug: org-mhe creates corrupt link when Message-ID field contains newline [7.01trans]

2010-09-15 Thread David Maus
Andrew J. Korty wrote: Some MUAs insert a newline when rendering the Message-ID field: Message-ID: 98a78083733de040834c2b9e91b87fde0aa...@example.com The newline causes org-mhe-store-link to create a link that looks like [[mhe:%2Barchive#

[Orgmode] Bug: org-feed customization group is called org-id (can't customize org-id)

2010-09-14 Thread Scot Becker
In org-feed.el (line 105), the 'defgroup' entry for org-feed has the tag Org ID, which is the same tag as the group org-id (in 'org-id.el'). This has the result that you are unable to get to the real org-ID variables from the M-x customize-group RET org RET top level menu. The culprit: (defgroup

Re: [Orgmode] bug in export due to org-list-automatic-rules

2010-09-13 Thread Daniel Clemente
The cause of these errors: If you use this: emacs --batch --load=/w/org-mode/lisp/org.el --visit ~/some.org --funcall org-export-as-html-batch Then you haven't changed the load-path to your org's directory (/w/org-mode/ in my case). But there's a (require 'org-list) in org.el, thus Emacs

[Orgmode] Bug in column view with cookie on item line

2010-09-13 Thread Indraneel Majumdar
With [%] or [/] set to update, the item line gets mangled as soon as TODO is changed to DONE from column view. Here's what it looks like: ** TODO test 1 [/] :PROPERTIES: :Effort: 1 :END: *** T[0/1[0/1[0/1[0/1[0/1[1/1]] MANGLED AGAIN (line was TODO test 1 [/]) :PROPERTIES: :Effort: 1 :END:

[Orgmode] Bug with M-RET on headline with text below it

2010-09-13 Thread Anthony Lander
Hi Nicolas, On the latest git pull, Org-mode version 7.01trans (release_7.01h. 500.gbbac.dirty), I encountered a problem with M-RET. When on a headline with text below it, M-RET will insert a new heading after the current heading, but before the text. So starting with the following org

Re: [Orgmode] [BUG] Org-capture breaks if captured-to file is open in a narrowed buffer

2010-09-12 Thread David Maus
Jules Bean wrote: If I run org-capture with the template: (t Todo entry (file+headline /Users/jules/work/TODO.org Tasks) * TODO %? (Captured at %u) %i %a ) whilst I have narrowed (using, e.g., org-narrow-to-subtree) the buffer that contains TODO.org, a new * Tasks headline is inserted at

Re: [Orgmode] Bug: relative org file links get exported as href=http:./... instead of href=./... [7.01trans]

2010-09-12 Thread David Maus
Kai Tetzlaff wrote: 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.

Re: [Orgmode] Bug: Relative file links exported to HTML as links to another site [7.01trans]

2010-09-12 Thread David Maus
Aidan Gauland wrote: [1 multipart/signed (7bit)] [1.1 multipart/mixed (7bit)] [1.1.1 text/plain; us-ascii (7bit)] Relative file links such as... [[file:foo.org][Another file]] ...are exported to HTML as... a href=http:foo.htmlAnother file/a Attached is an example. Thanks for reporting, this

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

2010-09-12 Thread Achim Gratz
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. Achim. -- +[Q+ Matrix-12 WAVE#46+305 Neuron microQkb Andromeda XTk Blofeld]+

[Orgmode] Bug: relative org file links get exported as href=http:./... instead of href=./... [7.01trans]

2010-09-11 Thread Kai Tetzlaff
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] Bug: Problem with section 12.5.7 of the Org manual [7.01trans]

2010-09-11 Thread Aidan Gauland
Section 12.5.7 CSS support of the Org-mode manual says... #+BEGIN_QUOTE You could also directly write a `style' `/style' section in this way, without referring to an external file. #+END_QUOTE The problem with that is that putting... #+BEGIN_HTML style [some CSS] /style #+END_HTML ...anywhere

[Orgmode] bug: babel-* dirs

2010-09-10 Thread Samuel Wales
In the last 24 hours, org created 436 seemingly empty directories named similar to babel-81922AX in (I think) $TMP. I do not actively use babel. I cannot do debugging but wanted to report it. Hope it helps. -- Q: How many CDC scientists does it take to change a lightbulb? A: You only think

[Orgmode] [BUG] Org-capture breaks if captured-to file is open in a narrowed buffer

2010-09-09 Thread Jules Bean
If I run org-capture with the template: (t Todo entry (file+headline /Users/jules/work/TODO.org Tasks) * TODO %? (Captured at %u) %i %a ) whilst I have narrowed (using, e.g., org-narrow-to-subtree) the buffer that contains TODO.org, a new * Tasks headline is inserted at the end of my

[Orgmode] Bug? Org Exporting LaTeX Description List Incorrectly

2010-09-09 Thread Jeff Horn
When typing a list like this one: ** Some text. - Item A :: Description for item A. - Item B :: Description for item B. ** Org mode

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

2010-09-09 Thread David Maus
Sébastien Vauban wrote: Hi, I've tried enhancing my capture template for Gnus mail, by using the =%:author= variable: AFAIK %:author is not a defined property Gnus links (Cf. Manual, 9.1.3.2 Template expansion). You can use %:fromname to insert the name of the message author. The only problem

Re: [Orgmode] Bug? Org Exporting LaTeX Description List Incorrectly

2010-09-09 Thread Nicolas Goaziou
Hello, Jeff Horn writes: When typing a list like this one: ** Some text. - Item A :: Description for item A. - Item B :: Description for item B.

[Orgmode] bug - #+STARTUP: indent breaks replace priority command

2010-09-09 Thread Joseph Buchignani
This one is very easy to duplicate. Add the variable #+STARTUP: indent to the top of the org buffer. Hit C-c C-c with point on the startup variables to refresh the setup. Create a todo item. Assign it priority A via C-c , A. Then reassign it priority B via C-c , B. When indent mode is enabled,

Re: [Orgmode] bug - #+STARTUP: indent breaks replace priority command

2010-09-09 Thread David Maus
Joseph Buchignani wrote: I suspect it can't find where to replace the priority because of something in the star hiding mechanism of indent mode. Fix in master. The problem was that if org-ident-mode was enabled, the function that read the new priority cookie destroyed the match data of the

Re: [Orgmode] Bug? Org Exporting LaTeX Description List Incorrectly

2010-09-09 Thread Jeff Horn
Glad to help! Thanks for your response. Jeff On Thu, Sep 9, 2010 at 9:56 AM, Nicolas Goaziou n.goaz...@gmail.com wrote: Hello, Jeff Horn writes: When typing a list like this one: ** Some text. - Item A ::

[Orgmode] bug report - org-agenda-sorting-strategy

2010-09-08 Thread Joseph Buchignani
I have a bug to report for org-agenda-sorting-strategy. I customized this variable to sort by priority ONLY using the Org Agenda Custom Commands interface. However, the priorities continue to be out of order. I am sorting habits, some of which have no repetitions yet. It seems to be sorting

[Orgmode] bug report: archiving an indirect buffer

2010-09-08 Thread Ilya Shlyakhter
org-archive-subtree calls (abbreviate-file-name (buffer-file-name)) but the buffer file name is nil for indirect buffers. ___ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org

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

2010-09-08 Thread Sébastien Vauban
Hi, I've tried enhancing my capture template for Gnus mail, by using the =%:author= variable: --8---cut here---start-8--- (m Mail entry (file+headline ~/Personal/refile.org Tasks) * TODO %:subject

[Orgmode] Bug: BUG-New list implementation and cookies gives Invalid search bound [7.01trans (release_7.01h.467.g9b717)]

2010-09-07 Thread Bernt Hansen
Hi Nick, On the following entry if you put the point after 'foo' and S-M-RET to create a new checkbox it gives the following stack dump: ,[ test.org ] | * list test [/] | [2010-09-07 Tue 07:47] | - [ ] fooS-M-RET here ` Debugger entered--Lisp error: (error Invalid search bound (wrong

[Orgmode] Bug: org-capture from blank line in Wanderlust summary [7.01trans]

2010-09-07 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.

Re: [Orgmode] Bug: org-capture from blank line in Wanderlust summary [7.01trans]

2010-09-07 Thread David Maus
David Abrahams wrote: 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] bug in export due to org-list-automatic-rules

2010-09-07 Thread Daniel Clemente
Hi. This change in org.el (commit fd16515b4a88d48362223b19c511c4973cdbc84c, 2010-08-07 18:31:54): '(^[ \t]*\\([-+*]\\|[0-9]+[.)][ \t]+\\(?:\...@start:[0-9]+\\][ \t]*\\)?\\)\\(\\[[- X]\\]\\) 2 'org-checkbox prepend) -(if org-provide-checkbox-statistics +

[Orgmode] bug: [[file:something.org]] is exported to [[http:something.html]]

2010-09-07 Thread Daniel Clemente
Commit bd1b57f92a33485c90db1efc407c8b7c7450993a (Thu Sep 2 11:35:43 2010 +) did something like this in org-html.el: ((str (org-export-html-format-href thefile))) - (if (and type (not (string= file type)) - (org-string-match-p ^// str)) +

Re: [Orgmode] bug in export due to org-list-automatic-rules

2010-09-07 Thread Noorul Islam
On Wed, Sep 8, 2010 at 12:49 AM, Daniel Clemente n142...@gmail.com wrote: Hi.  This change in org.el (commit fd16515b4a88d48362223b19c511c4973cdbc84c, 2010-08-07 18:31:54):     '(^[ \t]*\\([-+*]\\|[0-9]+[.)][ \t]+\\(?:\...@start:[0-9]+\\][ \t]*\\)?\\)\\(\\[[- X]\\]\\)              2

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

2010-09-06 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

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

2010-09-06 Thread Bastien
Sebastian Rose sebastian_r...@gmx.de 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

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

2010-09-06 Thread Sebastian Rose
Bastien bastien.gue...@wikimedia.fr writes: Sebastian Rose sebastian_r...@gmx.de 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

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

2010-09-06 Thread Bastien
Bastien b...@gnu.org writes: Actually it would make sense to handle how custom type links are exported in the custom type file itself. ... which, of course, is already the case for org-bbdb.el. Sorry for the noise. -- Bastien ___ Emacs-orgmode

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

2010-09-06 Thread Sebastian Rose
Carsten Dominik carsten.domi...@gmail.com writes: 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 C-c C-e

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

2010-09-06 Thread Carsten Dominik
On Mon, Sep 6, 2010 at 8:50 AM, Bastien bastien.gue...@wikimedia.fr wrote: Sebastian Rose sebastian_r...@gmx.de 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

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

2010-09-06 Thread Bastien
Sebastian Rose sebastian_r...@gmx.de writes: C-c C-e A gives me: Debugger entered--Lisp error: (void-variable type) This should now be fixed in git - please pull and try. -- Bastien ___ Emacs-orgmode mailing list Please use `Reply All' to send

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

2010-09-06 Thread Sebastian Rose
Bastien bastien.gue...@wikimedia.fr writes: Sebastian Rose sebastian_r...@gmx.de writes: C-c C-e A gives me: Debugger entered--Lisp error: (void-variable type) This should now be fixed in git - please pull and try. Yes, it is fixed. I still can return what ever I want with no effect

[Orgmode] [BUG] org-timer requires org-notify from org-clock

2010-09-06 Thread Łukasz Stelmach
Hello. It seems like there has to be (require 'org-clock) on top of org-timer.el because otherwise the notification lambda in-org-timer-set-timer fails because org-notify is not defined and the timer starts going forward after it passes 0:00:00. It also looks like (declare-function org-notify

Re: [Orgmode] [BUG] org-timer requires org-notify from org-clock

2010-09-06 Thread Bastien
Łukasz Stelmach lukasz.stelm...@iem.pw.edu.pl writes: It seems like there has to be (require 'org-clock) on top of org-timer.el because otherwise the notification lambda in-org-timer-set-timer fails because org-notify is not defined and the timer starts going forward after it passes 0:00:00.

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

2010-09-05 Thread Sebastian Rose
Carsten Dominik carsten.domi...@gmail.com writes: Hi Sebastian, On Sun, Sep 5, 2010 at 3:37 AM, Sebastian Rose sebastian_r...@gmx.de 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

[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

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] BUG ??? Cannot export custom link type to ASCII :-(

2010-09-05 Thread Bastien
Hi Sebastian, Sebastian Rose sebastian_r...@gmx.de 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

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

2010-09-05 Thread Sebastian Rose
Bastien bastien.gue...@wikimedia.fr writes: Hi Sebastian, Sebastian Rose sebastian_r...@gmx.de 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

[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

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 sebastian_r...@gmx.de 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

Re: [Orgmode] Bug: Impossible to have right bracket in footnotes [7.01trans]

2010-09-02 Thread Carsten Dominik
On Sep 1, 2010, at 12:19 AM, Alan L Tyree wrote: On Tue, 31 Aug 2010 14:09:58 +0200 Carsten Dominik carsten.domi...@gmail.com wrote: Hi Aidan, unfortunately this is difficult to fix in a good way. I do want to go back to footnotes, because I think there are many things that do not yet work

Re: [Orgmode] [BUG - low] capture with region selected in read only erc buffer

2010-09-02 Thread Carsten Dominik
Fixed, thanks. - Carsten On Sep 2, 2010, at 1:18 AM, Richard Riley wrote: If I select a region in, in this case, an erc (emacs irc client) buffer in the read only section and then use my global keys to create a new item using the following j template while the text is still selected (j

[Orgmode] bug ? invoking display-time causes org mode clocking to go bad

2010-09-02 Thread Antony
What I have seen is not desirable behavior, but I don't know where the issue is. Here are the details to reproduce. Start vanilla emacs (removed my .emacs and my .emacs.desktop but not my other stuff like .emacs-places .emacs.bmk .emacs.d). Says This is GNU Emacs 23.2.1 (i686-pc-cygwin,

Re: [Orgmode] Bug: Impossible to have right bracket in footnotes [7.01trans]

2010-09-02 Thread Alan Tyree
On Thu, Sep 2, 2010 at 6:15 PM, Carsten Dominik carsten.domi...@gmail.comwrote: On Sep 1, 2010, at 12:19 AM, Alan L Tyree wrote: On Tue, 31 Aug 2010 14:09:58 +0200 Carsten Dominik carsten.domi...@gmail.com wrote: Hi Aidan, unfortunately this is difficult to fix in a good way. I do

Re: [Orgmode] [BUG] org-capture: file+function

2010-09-02 Thread Bastien
Jambunathan K kjambunat...@gmail.com writes: I wonder whether this - create entry at the target file at the current cursor location - is a common workflow for others. I don't know about others, but I don't have this need and I think implementing this might lead to a lot of manual mistakes -

Re: [Orgmode] Bug: Impossible to have right bracket in footnotes [7.01trans]

2010-09-02 Thread Samuel Wales
One possibility for difficult cases such as these might be extensible syntax (which is designed for parsing risk). The idea would be to allow, for footnotes, an alternate syntax using extensible syntax. Then it could handle anything. Also, it would not be necessary to hack on the footnote code

Re: [Orgmode] Bug: Impossible to have right bracket in footnotes [7.01trans]

2010-09-01 Thread Scot Becker
Well I use biblatex to produce the chicago citations, used pretty widely in the humanities in N. America, and the LaTeX \cite{} commands under that setup take their optional arguments in square brackets. The most frequent optional argument is a page number for the citation, but I also use them

Re: [Orgmode] Bug: Impossible to have right bracket in footnotes [7.01trans]

2010-09-01 Thread Alan L Tyree
On Tue, 31 Aug 2010 14:09:58 +0200 Carsten Dominik carsten.domi...@gmail.com wrote: Hi Aidan, unfortunately this is difficult to fix in a good way. I do want to go back to footnotes, because I think there are many things that do not yet work satisfactorily. And then I also hope to

[Orgmode] [Bug] html-export mangels mailto: links

2010-09-01 Thread Achim Gratz
HTML export removes the mailto:; from a link, which will then be interpreted as a local link by the browser. For an example, see the link to this mailing list in ORGWEBPAGE/index.org and the corresponding HTML export on orgmode-org (or just the local file). Achim.

[Orgmode] [BUG - low] capture with region selected in read only erc buffer

2010-09-01 Thread Richard Riley
If I select a region in, in this case, an erc (emacs irc client) buffer in the read only section and then use my global keys to create a new item using the following j template while the text is still selected (j Journal entry (file+datetree journal.org) * %T %?\n %i\n %a) then I get the

[Orgmode] Bug: Impossible to have right bracket in footnotes [7.01trans]

2010-08-31 Thread Aidan Gauland
It is impossible to have closing brackets in a footnote, because they are treated as the closing bracket for the foot note. Example... * A heading This is a broken footnote.[fn:: Some book at [42-24].] This will export to (as ASCII, for example)... org-fn-bug-example

Re: [Orgmode] Bug: Impossible to have right bracket in footnotes [7.01trans]

2010-08-31 Thread Giovanni Ridolfi
Aidan Gauland aidal...@no8wireless.co.nz writes: Emacs : GNU Emacs 24.0.50.6 (x86_64-unknown-linux-gnu, GTK+ Version 2.20.1) of 2010-08-29 on dimension8 Package: Org-mode version 7.01trans It is impossible to have closing brackets in a footnote, because they are treated as the closing

Re: [Orgmode] Bug: Impossible to have right bracket in footnotes [7.01trans]

2010-08-31 Thread Andreas Röhler
Am 31.08.2010 12:43, schrieb Giovanni Ridolfi: Aidan Gaulandaidal...@no8wireless.co.nz writes: Emacs : GNU Emacs 24.0.50.6 (x86_64-unknown-linux-gnu, GTK+ Version 2.20.1) of 2010-08-29 on dimension8 Package: Org-mode version 7.01trans It is impossible to have closing brackets in a

Re: [Orgmode] Bug: Impossible to have right bracket in footnotes [7.01trans]

2010-08-31 Thread Carsten Dominik
Hi Aidan, unfortunately this is difficult to fix in a good way. I do want to go back to footnotes, because I think there are many things that do not yet work satisfactorily. And then I also hope to address the issue you raised. For the time being, unfortunately, I do not have a solution

Re: [Orgmode] Bug: Impossible to have right bracket in footnotes [7.01trans]

2010-08-31 Thread Christian Moe
This is a two-part problem. 1. Right square bracket in inline footnote prematurely terminates the footnote. IMO this is not a bug, it's an inherent and quite reasonable limitation on the inline footnote format, and is easily solved by falling back on the block footnote syntax.

Re: [Orgmode] Bug: Impossible to have right bracket in footnotes [7.01trans]

2010-08-31 Thread Giovanni Ridolfi
Carsten Dominik carsten.domi...@gmail.com writes: unfortunately this is difficult to fix in a good way. I do want to go back to footnotes, because I think there are many things that do not yet work satisfactorily. And then I also hope to address the issue you raised. For the time being,

Re: [Orgmode] Bug: Impossible to have right bracket in footnotes [7.01trans]

2010-08-31 Thread Scot Becker
Giovanni, Thanks for that. I have the same problem, since I put citations in my footnotes in the format \cite[50]{Ridolfi_2011_Autobiography}. This is great. It's also a nice model for a few other petty troubles I want to postprocess away. Scot On Tue, Aug 31, 2010 at 3:13 PM, Giovanni

Re: [Orgmode] [BUG] some nasty bugs with PROPERTIES drawers

2010-08-31 Thread David Maus
Paul Sexton wrote: There seems to be a fairly nasty bug caused by :PROPERTIES: drawers still being recognised by org when they appear inside BEGIN_EXAMPLE or BEGIN_SRC blocks. I encountered this behaviour while writing docs for org-drill. The doc file, README.org, contains quoted examples of org

Re: [Orgmode] Bug: Impossible to have right bracket in footnotes [7.01trans]

2010-08-31 Thread Aidan Gauland
Thanks! That works fine. I suppose I should point out that I only used = an ASCII export for the example situation, but I ran into this problem expor= ting to HTML. --Aidan Gauland signature.asc Description: OpenPGP digital signature ___

Re: [Orgmode] Bug: Impossible to have right bracket in footnotes [7.01trans]

2010-08-31 Thread Aidan Gauland
Alan L Tyree wrote: Disable footnotes like [2010], but keep footnotes like [fn:2010] The reason is that I write legal texts that have references to case law that look like: Marreco v Richardson [1908] 2 KB 584. The dates in square brackets are an essential part of the reference. Perhaps it

[Orgmode] [BUG] org-read-date produces imaginary date

2010-08-30 Thread Paul Sexton
Today (31 August), if I evaluate (org-read-date t), then at the prompt type +3 The string returned is: 2010-08-34 Paul ___ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org

[Orgmode] [BUG] some nasty bugs with PROPERTIES drawers

2010-08-30 Thread Paul Sexton
There seems to be a fairly nasty bug caused by :PROPERTIES: drawers still being recognised by org when they appear inside BEGIN_EXAMPLE or BEGIN_SRC blocks. I encountered this behaviour while writing docs for org-drill. The doc file, README.org, contains quoted examples of org items, and also

[Orgmode] bug with link following

2010-08-29 Thread Robert Goldman
I used org-store-link and org-insert-link to make a link in the attached document (I distilled it down from a real document). In my org-mode (pulled from git this morning), using Aquamacs 2.0 on Mac OSX Snow Leopard (10.6), org-mode cannot follow the link I inserted with o-i-l, and it pops up a

[Orgmode] Bug: escaping a star in a heading [7.01trans]

2010-08-28 Thread Aidan Gauland
Escaping a star ('*') in a heading with a backslash works (i.e. exports to a literal '*') when exporting to PDF (via LaTeX; probably because LaTeX then processes it), but not when exporting to HTML. My situation is that I have a heading which refers to a (C) pointer variable, *x, * A note on the

Re: [Orgmode] [BUG] export to latex breaks

2010-08-27 Thread Carsten Dominik
Hi, On Aug 26, 2010, at 9:17 PM, Puneeth wrote: Hi All, I'm on Org-mode version 7.01trans (release_7.01h.205.ge3d2) The LaTeX export of document test.org breaks. The headings Day 1 and Day 2 and content under them is not visible. [I have org-odd-levels-only set] Git bisect says -

[Orgmode] Bug: :step day doesn't work for agenda clockreport [7.01trans (release_7.01h.214.g7be6.dirty)]

2010-08-27 Thread Magnus Henoch
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.

[Accepted] [Orgmode] Bug: :step day doesn't work for agenda clockreport [7.01trans (release_7.01h.214.g7be6.dirty)]

2010-08-27 Thread Carsten Dominik
%40erlang-solutions.com%3E Here is the original message containing the patch: Content-Type: text/plain; charset=utf-8 MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [Orgmode] Bug: :step day doesn't work for agenda clockreport [7.01trans (release_7.01h.214.g7be6.dirty)] Date

[Orgmode] [BUG] export to latex breaks

2010-08-26 Thread Puneeth
Hi All, I'm on Org-mode version 7.01trans (release_7.01h.205.ge3d2) The LaTeX export of document test.org breaks. The headings Day 1 and Day 2 and content under them is not visible. [I have org-odd-levels-only set] Git bisect says - bb0a1f190be361ce1d717d79d411b88406d74c33 is the first bad

[Orgmode] Bug: export aborts if ':eval query/never' in source code blocks

2010-08-26 Thread Paul Sexton
#+BEGIN_SRC R :eval query ... #+END_SRC If the above is in an org file, the user runs an export (C-c C-e), and the user types 'no' when asked whether to evaluate the code block, then the whole export process is aborted (no further blocks are processed and no export output is produced). The same

Re: [Orgmode] Bug: export aborts if ':eval query/never' in source code blocks

2010-08-26 Thread Erik Iverson
Which version of org-mode? I can't replicate on git version from minutes ago.. Paul Sexton wrote: #+BEGIN_SRC R :eval query ... #+END_SRC If the above is in an org file, the user runs an export (C-c C-e), and the user types 'no' when asked whether to evaluate the code block, then the whole

Re: [Orgmode] Bug: export aborts if ':eval query/never' in source code blocks

2010-08-26 Thread Eric Schulte
Hi Paul, This is on the top of the stack for Babel bug fixes (see [1]), and I hope to have a solution pushed up to the git repository soon. I'll reply to this email when this issue is resolved. Thanks -- Eric Paul Sexton psex...@xnet.co.nz writes: #+BEGIN_SRC R :eval query ... #+END_SRC

<    1   2   3   4   5   6   7   8   9   10   >