[O] Need info about code block header arguments in (HTML) export

2014-08-11 Thread Avdi Grimm
are inserted, unchanged, into a new data-org-header-args attribute. This would give me enough information to munge the final HTML into the form I need. So my question is: can anyone give me pointers on how to accomplish this? Thanks! -- Avdi Grimm http://avdi.org

[O] HTML Export inserting weird characters

2013-01-01 Thread Avdi Grimm
://gist.github.com/4432744 M-x emacs-version: GNU Emacs 24.2.1 (x86_64-pc-linux-gnu, GTK+ Version 2.24.13) of 2012-11-06 on lakoocha, modified by Debian M-x org-version: Org-mode version 7.9.2 (release_7.9.2-909-gb5f93f @ /home/avdi/.emacs24.d/el-get/org-mode/lisp/) Cheers, -- Avdi Grimm http://avdi.org

[O] Setting tangle defaults for a file?

2012-10-08 Thread Avdi Grimm
When I try to set tangling defaults for an org file, like so: #+BABEL: :tangle yes :comments org ...it has no effect. Any particular reason for this?

Re: [O] Beamer onlyenv

2012-09-07 Thread Avdi Grimm
On Tue, Sep 4, 2012 at 3:35 AM, Nicolas Goaziou n.goaz...@gmail.com wrote: Using new back-end (and probably the old one, /mutatis mutandis/), you can use something like: (add-to-list 'org-e-beamer-environments-extra '(onlyenv O \\begin{onlyenv}%a \\end{onlyenv})) You can

[O] Beamer onlyenv

2012-08-26 Thread Avdi Grimm
I have a lot of slides where I want to incrementally show arbitrary information or code that is *not* part of a bullet list. I've been doing it like this: #+BEAMER: \begin{onlyenv}2- ...some content... #+BEAMER: \end{onlyenv} I haven't been able to find any comprehensive org-beamer docs, and

Re: [O] Org mode export to Groff MM. Feature Freeze

2012-07-16 Thread Avdi Grimm
Does this mean that creating manpages from org source is now a possibility? On Mon, Jul 16, 2012 at 12:38 PM, Luis Anaya papoan...@hotmail.com wrote: Hi: I wanted to let you know that the development for the org-export exporter to groff is in feature freeze. Everything that I thought up

Re: [O] New Link Syntax: Adding ATTRIBUTES (Was: org-e-html: Including ATTR_HTML)

2012-06-15 Thread Avdi Grimm
On Thu, Jun 14, 2012 at 8:53 PM, William Crandall bc3141...@gmail.comwrote: ATTRIBUTES would consisting of name:value pairs, perhaps giving names export-type prefixes, such as HTML_STYLE and HTML_TITLE, or LATEX_PDFBORDER and LATEX_URLCOLOR. HTML ATTRIBUTES would map to HTML 'attributes':

Re: [O] [dev] About a beamer back-end

2012-06-15 Thread Avdi Grimm
On Fri, Jun 15, 2012 at 12:41 PM, suvayu ali fatkasuvayu+li...@gmail.com wrote: With this syntax it would be very easy to write both really long (40-50 frames) as well as quick and short presentations. I've only been using Org and Beamer for a little while, but if I understand it correctly

Re: [O] Embed images in formats best suited for HTML and LaTeX export and inline viewing

2012-06-06 Thread Avdi Grimm
I'm interested in this as well. At present I plan on handling it externally to org-mode with some preprocessing before final org-export; but it would be cool to have it be a built-in feature. Obviously it can be accomplished manually with #+LaTeX: and #+HTML: sections, but some syntax sugar for it

Re: [O] Feature request for noweb mode that strips references on export

2012-03-15 Thread Avdi Grimm
you! -- Avdi Grimm http://avdi.org

[O] Export to multiple HTML files?

2012-02-27 Thread Avdi Grimm
! -- Avdi Grimm http://avdi.org

Re: [O] Feature request for noweb mode that strips references on export

2012-01-31 Thread Avdi Grimm
or something like that. -- Avdi Grimm http://avdi.org

Re: [O] Feature request for noweb mode that strips references on export

2012-01-31 Thread Avdi Grimm
P.S. It's been a while since I've been on this ML, so if there's a right way to do a feature request please let me know and I'll do it :-) On Tue, Jan 31, 2012 at 12:38 PM, Avdi Grimm gro...@inbox.avdi.org wrote: On Tue, Jan 31, 2012 at 2:56 AM, Sebastien Vauban wxhgmqzgw...@spammotel.com wrote

[O] Feature request for noweb mode that strips references on export

2012-01-30 Thread Avdi Grimm
code show up in the finished article, because it would be repeated for every example. I also don't want the noweb reference to show up in the finished article, because it will confuse readers and syntax highlighters. Is this possible now, and/or a feature that could be easily added? Thanks, -- Avdi

[O] Conditional Inclusion

2011-07-04 Thread Avdi Grimm
enable the lines with some eval-ed lisp on the emacs command line, or with an environment variable. Thoughts on the best way to go about this? -- Avdi Grimm http://avdi.org

[O] Adding xmpfilter as a results type

2011-06-09 Thread Avdi Grimm
version of the code. Any thoughts on how to make this work? -- Avdi Grimm http://avdi.org

Re: [O] Literate Programming - Continue a Source Block?

2011-06-09 Thread Avdi Grimm
And then tie it all together with: #+begin_src ruby :tangle foo.rb requires #+end But no such luck. requires just picked up the most recent block with that srcname, IIRC. -- Avdi Grimm http://avdi.org

Re: [O] HTML Syntax Highlighting Questions

2011-06-08 Thread Avdi Grimm
On Sun, May 29, 2011 at 8:50 PM, Avdi Grimm a...@avdi.org wrote: How do I control syntax highlighting in HTML export?  Specifically, how can I: A. Disable syntax highlighting entirely B. Switch from inline colors to semantic tagging that I can style with a stylesheet? I could swear that I've

[O] HTML Syntax Highlighting Questions

2011-05-29 Thread Avdi Grimm
importantly, how can I fix it to generate full-color highlighting in batch mode? Thanks, -- Avdi Grimm http://avdi.org

Re: [O] HTML Syntax Highlighting Questions

2011-05-29 Thread Avdi Grimm
/htmlfontify for HTML-exported syntax highlighting? ...and who do I need to buy beer for to make this happen, since I don't have time to do it myself? -- Avdi Grimm http://avdi.org

[O] Epub and Mobi Export

2011-05-10 Thread Avdi Grimm
experience producing these formats. So: has anyone produced Epub or Mobi from Org-Mode source? Any thoughts on the best way to do it? Thanks, -- Avdi Grimm http://avdi.org

Re: [O] Dumbquotes in exported source listings

2011-05-01 Thread Avdi Grimm
don't know what. -- Avdi Grimm http://avdi.org

[O] Dumbquotes in exported source listings

2011-04-30 Thread Avdi Grimm
thought someone here might know which part of the toolchain to look at first for this quote-munging behavior. Thanks! -- Avdi Grimm http://avdi.org

Re: [O] Missing Introduction and About sections in LaTeX export

2011-04-28 Thread Avdi Grimm
suspect that the effort is just not worth it. Ugh. This is a (somewhat) living document; manually tweaking the .tex after export isn't really an option. I was hoping there was a tag or property that I could set on a section indicating it is frontmatter/backmatter. -- Avdi Grimm http://avdi.org

[O] org-export-latex-verbatim-wrap has no effect on Babel results

2011-04-28 Thread Avdi Grimm
out where #+results: blocks are formatted into LaTeX. Help? -- Avdi Grimm http://avdi.org

[O] Missing Introduction and About sections in LaTeX export

2011-04-27 Thread Avdi Grimm
in Org 7.5? Follow-up: assuming I can get them to export at all, how can I mark *just* those two headings to be exported using the starred form so that they are not included in the chapter numbering? Thanks, -- Avdi Grimm http://avdi.org

Re: [O] Missing Introduction and About sections in LaTeX export

2011-04-27 Thread Avdi Grimm
Update: my initial problem with missing sections has gone away as mysteriously as it came. Still looking for a way to use the starred form for LaTeX export of certain headlines. -- Avdi Grimm http://avdi.org

[Orgmode] Git Changelogs

2011-02-17 Thread Avdi Grimm
Is there an easy way to have a version-controlled Org file suck in its own changelog and present it as a list of entries? -- Avdi Grimm http://avdi.org ___ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list. Emacs-orgmode

[Orgmode] Problems with source code listings in PDF

2011-02-08 Thread Avdi Grimm
is output identical to the listings exported to HTML. Thanks! -- Avdi Grimm attachment: example.pngattachment: listing.png___ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman

[Orgmode] Emailing my org file

2010-08-18 Thread Avdi Grimm
I really like the idea of having a single queue of random notes to sort through. And I really want that singe queue to be the * Notes section at the end of my plan.org file. Here's the thing: sometimes I don't have my org file and my handy-dandy remember.el macros handy. Like when I'm away from

Re: [Orgmode] Re: How you can help

2008-10-24 Thread Avdi Grimm
On Fri, Oct 24, 2008 at 12:27 PM, Manish [EMAIL PROTECTED] wrote: Let me take a step back and think aloud why we need a bug-tracking and testing system (if only to clarify my understanding) and who/when does it help. Following scenarios come to mind (and how they can be handled best (again

Re: [Orgmode] How you can help

2008-10-24 Thread Avdi Grimm
On Fri, Oct 24, 2008 at 2:33 PM, Ben Alexander [EMAIL PROTECTED] wrote: Ok, here's your chance. This is something that has bothered me for quite some time, but I've never been able to reliably reproduce the problem. And it's such a small issue. Thanks! I'll try to take a look tonight or

Re: [Orgmode] How you can help

2008-10-23 Thread Avdi Grimm
I've been considering buckling down and doing some more ELisp coding, which would mean org-mode coding because I've become ridiculously dependent on org-mode. If I do, I would only do it in a test-first way, because that's the only way I'll write code anymore; so it would definitely be good to

Re: [Orgmode] How you can help

2008-10-23 Thread Avdi Grimm
A few points, from someone with a decent amount of testing background: * As someone who has contributed to OS projects, the lack of a pre-existing set of regression tests in org-mode is actually *the* most significant blocker to my getting involved in org-mode development. I do all of my coding

Re: [Orgmode] How you can help

2008-10-23 Thread Avdi Grimm
On Thu, Oct 23, 2008 at 1:33 PM, Sebastian Rose [EMAIL PROTECTED] wrote: Hm - how about: 1. A not yet existent elisp file test-worg.el, that defines a function hello-worg, and a variable lang, and simply puts Hello Worginto the minibuffer (if (string= lang en)) and Hallo Worg (if (string=

Re: [Orgmode] Regression testing for org-mode

2008-10-23 Thread Avdi Grimm
On Thu, Oct 23, 2008 at 7:57 PM, Eric Schulte [EMAIL PROTECTED] wrote: I'm pessimistic that the colossal amount of work involved in wrapping all of org-modes extensive and varied functionality into a test framework can/should actually be completed. Would it be sufficient to simply begin

[Orgmode] Weekday repeaters, and filtering scheduled tasks.

2008-06-26 Thread Avdi Grimm
I couldn't find a list of repeaters. Is there by any chance a weekday repeater that will skip Sat-Sun? Also, how would I set up an agenda view to show: - All UNSCHEDULED tasks with the NEXT keyword. - All scheduled tasks with the NEXT keyword which are DUE or OVERDUE - NO tasks which are

Re: [Orgmode] Weekday repeaters, and filtering scheduled tasks.

2008-06-26 Thread Avdi Grimm
On Thu, Jun 26, 2008 at 10:55 PM, Manish [EMAIL PROTECTED] wrote: I do not understand this one. I'm looking for the combination of *all* of those conditions in one agenda view. In other words, I want to see all the NEXT items which are either unscheduled or due today; but I don't want to see