Re: [O] Brackets around title in HTML from org-e-html

2012-04-20 Thread Shaun Johnson
On 20/04/2012 14:19, Bastien wrote: Hi Shaun, Shaun Johnson writes: The appended org file when exported to HTML using org-e-html (via org-export-dispatch) has brackets around the title. The generated HTML is attached (t.html) as is a screenshot (t.png). How can I avoid these brackets being

Re: [O] Bug: Footnotes badly positioned in HTML export [7.8.09 (release_7.8.09.234.g4a35)]

2012-04-20 Thread Shaun Johnson
On 20/04/2012 10:21, Nicolas Goaziou wrote: Hello, Shaun Johnson writes: Shaun Johnson writes: The attached example org file (t.org) with two footnotes generates the attached HTML file (t.html). As you can see in the attached screenshot (t.png) the footnote placement is odd to say the

Re: [O] Bug: Footnotes badly positioned in HTML export [7.8.09 (release_7.8.09.234.g4a35)]

2012-04-17 Thread Shaun Johnson
On 17/04/2012 09:48, Nicolas Goaziou wrote: Hello, Shaun Johnson writes: The attached example org file (t.org) with two footnotes generates the attached HTML file (t.html). As you can see in the attached screenshot (t.png) the footnote placement is odd to say the least. This is a

Re: [O] Brackets around title in HTML from org-e-html

2012-04-16 Thread Shaun Johnson
On 16/04/2012 19:07, Jambunathan K wrote: Shaun Johnson writes: Hi, The appended org file when exported to HTML using org-e-html (via org-export-dispatch) has brackets around the title. The generated HTML is attached (t.html) as is a screenshot (t.png). How can I avoid these brackets being

Re: [O] Bug: Footnotes badly positioned in HTML export [7.8.09 (release_7.8.09.234.g4a35)]

2012-04-16 Thread Shaun Johnson
On 16/04/2012 14:03, Shaun Johnson wrote: Hi, The attached example org file (t.org) with two footnotes generates the attached HTML file (t.html). As you can see in the attached screenshot (t.png) the footnote placement is odd to say the least. This problem doesn't org with the new exp

Re: [O] [PATCH] org-store-link: Fixed a bug where source block edit buffers were not recognized

2012-03-14 Thread Shaun Johnson
e) (let (label gc) (while (or (not label) (save-excursion Shaun Johnson.

[O] Bug: Bug reporting doesn't work [7.8.03 (release_7.8.03.583.gd7943.dirty)]

2012-03-14 Thread Shaun Johnson
as-directory (expand-file-name "../contrib" - (file-name-directory (or load-file-name buffer-file-name))) + (file-name-directory (find-library-name "org&

[O] Capturing tables and a small proposal for a capture enhancement

2011-10-05 Thread Shaun Johnson
e" entry (file "~/Org/bp.org") (file "~/Org/CaptureTemplates/b.org") :prepend t :immediate-finish t :post-process (lambda nil (goto-char (point-min)) (search-forward "|-") (org-table-align If there is any interest I can submit a patch. Shaun Johnson.

[O] Bug: Bug in editing table.el tables [7.5 (release_7.5.36.g4e24)]

2011-03-31 Thread Shaun Johnson
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.

[O] Following links in an indirect buffer

2011-03-17 Thread Shaun Johnson
Hi all, I regularly work in an indirect buffer created by org-tree-to-indirect-buffer. Following an id: type link in such a buffer seems to always switche to the base buffer even if the target is visible in the indirect buffer. Is the buffer switching intended behaviour or is this a bug? Follo

[O] [PATCH] Make tangling work in an indirect buffer

2011-03-09 Thread Shaun Johnson
9551c319 Mon Sep 17 00:00:00 2001 From: Shaun Johnson Date: Wed, 9 Mar 2011 15:32:40 + Subject: [PATCH] Babel: Stop tangling failing in an indirect buffer * ob-tangle.el (org-babel-tangle): Make it work in an indirect buffer. The problem was that the message generated after tangling included th

[O] Bug: Tangling indirect buffers [7.5 (release_7.5.6.g11f19)]

2011-03-08 Thread Shaun Johnson
I reported this problem earlier against 7.4, it still occurs with the latest GIT version. Maybe (probably) I'm being stupid, if so could someone please tell me. Tangling from an indirect buffer fails with the following stack trace: Debugger entered--Lisp error: (wrong-type-argument stringp

[Orgmode] Bug: Tangling indirect buffers [7.4]

2011-02-21 Thread Shaun Johnson
Tangling from an indirect buffer fails with the following stack trace: Debugger entered--Lisp error: (wrong-type-argument stringp nil) file-name-nondirectory(nil) (message "tangled %d code block%s from %s" block-counter (if (= block-counter 1) "" "s") (file-name-nondirectory (buffer-fi

Re: [Orgmode] Online manual

2009-06-30 Thread Shaun Johnson
Many thanks. Shaun. Carsten Dominik wrote: Actually, yes, there was a problem, fixed now. - Carsten On Jun 29, 2009, at 3:24 PM, Shaun Johnson wrote: Hi All, I've just visited the online manual (http://orgmode.org/org.html)and I see it has changed - there is no longer a navig

[Orgmode] Online manual

2009-06-29 Thread Shaun Johnson
Hi All, I've just visited the online manual (http://orgmode.org/org.html)and I see it has changed - there is no longer a navigation sidebar. Is this a mistake or a deliberate change? Did I miss something on the mailing list? Thanks, Shaun Jo

[Orgmode] Two questions about code references and HTML export

2009-04-30 Thread Shaun Johnson
Hi, Consider the following Org file: * Test See [[(foo)][FOOBIE]] #+BEGIN_EXAMPLE : blah blah (ref:foo) #+END_EXAMPLE Question 1) In Org mode the link displays as FOOBIE, in the exported HTML it displays as (foo). Is there any way to cause the link to use the de

Re: [Orgmode] POLL: the 40 variables project

2009-01-30 Thread Shaun Johnson
Hi, (2nd attempt at sending it to the list...) FWIW my two custom-set-variables entries: '(org-emphasis-regexp-components (quote (" ('\"" "- .,:?;'\")_" " ,\"'" "." 1))) '(org-hide-emphasis-markers t) Shaun. ___ Emacs-orgmode mailing lis

[Orgmode] M-TAB completion of options in indirect buffers

2009-01-27 Thread Shaun Johnson
With Emacs 22.1.1 and Org-mode 6.17c if I am editing a subtree in an indirect buffer (via C-c C-x b) and try to complete an option (i.e. a line starting #+) then I get the following backtrace (bytecodes elided): Debugger entered--Lisp error: (wrong-type-argument stringp nil) file-name

Re: [Orgmode] Link question

2008-05-22 Thread Shaun Johnson
it should ideally ignore TODO keywords, priority cookies, and tags. Please go ahead and give it a try - to include it into Org you would have to sin the papers with the FSF. Best wishes - Carsten On May 21, 2008, at 7:57 PM, Shaun Johnson wrote: I'm a light user of Orgmode so the followi

[Orgmode] Link question

2008-05-21 Thread Shaun Johnson
I'm a light user of Orgmode so the following might not be sensible or there might be some existing way to achieve the same effect. I have an Org file like: * Glossary ... ** Address ... * Implementation ... ** Address ... What I would like is to have distinct links to the two 'Address' headlin