[O] Thesauri to manage tags ("Tag taxonomies") -- feature request

2011-07-14 Thread John Tait
Dear all Some time ago I floated a "tag hierarchy" idea for org-mode. It didn't gain much interest (through I received some very kind replies). http://lists.gnu.org/archive/html/emacs-orgmode/2011-03/msg01393.html There are other similar ideas here by others. http://lists.gnu.org/archive/html/e

[O] Tag hierarchy idea redux -- thesaurus -- Feature request

2011-07-14 Thread John Tait
nomy in the same publishing project. (The dreaded DITA 1.2 spec now has something like this in the guise of Subject Scheme maps. Please don't make me look at DITA again..!) http://docs.oasis-open.org/dita/v1.2/cs01/spec/common/subjectScheme.html I hope you know what I am on about...thanks again for your time. John Tait

[O] Thesaurus terms as org tags -- feature request

2011-07-14 Thread John Tait
belong to more than one taxonomy in the same publishing project. (The dreaded DITA 1.2 spec now has something like this in the guise of Subject Scheme maps. But I don't want to look at DITA again.) http://docs.oasis-open.org/dita/v1.2/cs01/spec/common/subjectScheme.html I hope you know what I am on about...thanks again for your time. John Tait

[O] ...sorry for triple post -- John

2011-07-14 Thread John Tait

Re: [O] Thesaurus terms as org tags -- feature request

2011-07-19 Thread John Tait
Achim Let's work it through. Let's say we have a large publishing project with lots of tags. Some (not all) of the tags are in tag groups. #+TAGGROUP: :characteristic: :colour:mass:material: #+TAGGROUP: :colo(u)r: :red:green:blue: #+TAGGROUP: :red: :crimson:scarlet:brick: Our ungrouped tags ar

[O] Exporting images in included Org file (bug)

2011-08-07 Thread John Tait
A while ago I reported images not being included exports from Org files that have #+INCLUDEd Org files. I think the images are being searched from relative path of the top Org file, and not respecting the different path of the included Org files. Described by me here: http://lists.gnu.org/archive

[O] "Tag hierarchy" idea

2011-03-21 Thread John Tait
Hi all This is my first post. First, I'd like to thank all the org-mode developers for a great tool. I'm a technical editor. I am facinated by the pros and cons of structured documents with regard to their ease of use and power. I think that they are probably far too restrictive and cumbersome (l

Re: [O] "Tag hierarchy" idea

2011-03-22 Thread John Tait
M, Christian Moe wrote: > Hi, > > There was some discussion of tag hierarchies in this thread: > > http://thread.gmane.org/gmane.emacs.orgmode/31882 > > It was largely inconclusive, except that it would be hard to implement. > Noone took the ball and ran with it, but then noone

[O] Re: "Tag hierarchy" idea

2011-03-24 Thread John Tait
Thanks Jambunathan K. Your concise summary is correct. As it stands, selective export from Orgmode is already excellent -- combining both #+EXPORT_SELECT_TAGS: and #+EXPORT_EXCLUDE_TAGS: in various ways allows for very precise exporting; this is particularly apparent when dealing with tags at diff

[O] Images in included files

2011-04-08 Thread John Tait
Hi I am trying to export html from an Org file "A.org". The Org file is largly constructed from other Org files "1.org", "2.org", "3.org", etc. via "#+INCLUDE:". These "1.org", "2.org", "3.org", etc. files have a number of images included. However the images aren't included in the export of A.org

[O] LaTeX beamer class text

2011-04-27 Thread John Tait
Hi When I export an Org file to LaTeX class beamer, much of the content can be pushed off the bottom of the slide if it doesn't all fit on one slide. Other than restricting the amount of text content under headings, is there a simple way of allowing content to spill onto the next slide? Thanks

Re: [O] LaTeX beamer class text

2011-04-28 Thread John Tait
Thanks Matt. It works really well. I need to set org-use-property-inheritance to t, so that subheadings follow through, but it's really easy. Cheers John On Wed, Apr 27, 2011 at 5:20 PM, Matt Lundin wrote: > John Tait writes: > > > Hi > > > > When I export an O

Re: [O] LaTeX beamer class text

2011-05-03 Thread John Tait
wframebreaks] \end Is there a way to "allowframebreaks" work globally or at least in included files? Thanks John On Wed, Apr 27, 2011 at 5:20 PM, Matt Lundin wrote: > John Tait writes: > > > Hi > > > > When I export an Org file to LaTeX class beamer,

Re: [O] LaTeX beamer class text

2011-05-05 Thread John Tait
build a beamer presentation to brief it out by adding a :briefing: tag to a subset of the exported article headings (so the beamer slides are more concise). John On Thu, May 5, 2011 at 8:50 AM, Eric S Fraga wrote: > John Tait writes: > > > Matt (and Daniel Bausch -- sorry for double post

[O] Beginning R plot export

2011-05-10 Thread John Tait
Hi Do I need to do extra configuration to get R plot output in LaTeX exports? Using the simplest code block: #+SRCNAME: graph #+BEGIN_SRC R :exports both x=c(1,2) y=c(2,4) plot(x,y) x #+END_SRC The numbers "1 2" appear in the LaTeX output, indicating that R is running. The plot doesn't appear

Re: [O] Beginning R plot export

2011-05-11 Thread John Tait
Thank-you! I now have a little plot in my PDF! John On 5/11/11, Nick Dokos wrote: > John Tait wrote: > >> Hi >> >> Do I need to do extra configuration to get R plot output in LaTeX exports? >> >> Using the simplest code block: >> >> #+SRCNAME:

[O] MathJax SVG

2014-06-27 Thread John Tait
Hi I'd like to use org-mode and MathJax to produce maths in SVG format. MathJax's CSS maths is wonderful but I need SVG for a specific purpose (printing). If I have a simple file like below, can I configure MathJax to render SVG? Thanks John #+TITLE: Maths test #+LATEX_HEADER: \usepackage{

[O] MathJax SVG

2014-06-27 Thread John Tait
I'm been trying this kind of thing, since org-export-html-mathjax-options doesnt have anything to configure. I don't think this looks very right though. #+LATEX_HEADER: \usepackage{amsmath} #+MATHJAX: align:"left" mathml:t path:"C:\Users\JohnT\Desktop\mj\MathJax.js" #+BEGIN_HTML

[O] Publishing sitemap

2014-06-27 Thread John Tait
In a similar vein, is is possible to export (say) HTML from org with an index without a formal publishing project?

[O] Generating indexes

2014-07-03 Thread John Tait
Hi Is is possible to produce an index using lines beginning with #+INDEX in usual HTML or PDF export without setting up a publishing project? Thanks, John

[O] Tag groups: thanks

2013-06-02 Thread John Tait
Just a quick belated note to say thank-you very much for the "tag groups" feature in org-mode 8. It's very similar to a "tag hierarchy" request I made on the list a while ago, so I'm delighted to see something similar in the new version. Cheers, John

[O] #+INCLUDE: in a #+MACRO:

2013-06-14 Thread John Tait
I'm trying to create a macro like this: #+MACRO: contactme #+INCLUDE: "./chunks/contactme.org" This would enable me to construct a website in a modular way. (The second level of abstraction, i.e. not using a direct include, would make maintaining the website much easier because if I rearrange th

[O] (feature request) HTML export: include or exclude (filter) content with on todos and tags

2015-02-25 Thread John Tait
Feature request... Post-HTML export, I'd like to be able to include or exclude (filter) content on todos and tags. I could probably roughly hack my way to a solution using a big JQuery plugin and filtering on one of these class attributes. ACTIVE Career so far…    work Can I please request a n