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

2014-08-11 Thread Avdi Grimm
ve 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
t.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://av

[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 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 then a

[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 I'

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 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 > that was useful has

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 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 this sounds preferable. I

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 wrote: > 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': > > http://www.w3

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
On Wed, Feb 1, 2012 at 10:21 AM, Eric Schulte wrote: > I've just added tested and documented such a "strip-export" argument to > :noweb.  Please let me know if it doesn't work as you expected. I just wanted to let you know I finally tried this out and it works beautif

[O] Export to multiple HTML files?

2012-02-27 Thread Avdi Grimm
t. Thanks! -- 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 wrote: > On Tue, Jan 31, 2012 at 2:56 AM, Sebastien Vauban > wrote:

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

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

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

2012-01-30 Thread Avdi Grimm
late 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? Than

[O] Conditional Inclusion

2011-07-04 Thread Avdi Grimm
ither 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

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

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

[O] Adding xmpfilter as a results type

2011-06-09 Thread Avdi Grimm
ld just hit C-c C-c and get the xmpfilter version of the code. Any thoughts on how to make this work? -- 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 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

Re: [O] HTML Syntax Highlighting Questions

2011-05-29 Thread Avdi Grimm
lize/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] HTML Syntax Highlighting Questions

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

Re: [O] Org as a publishing toolkit

2011-05-10 Thread Avdi Grimm
to insert the cover page: (setq org-export-latex-title-command "\\includepdf[pages=1]{exceptional-ruby-cover-svg.pdf}") -- Avdi Grimm http://avdi.org -- Avdi Grimm http://avdi.org

[O] Epub and Mobi Export

2011-05-10 Thread Avdi Grimm
s any 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
rly" converting them to "TeX-quotes", and I don't know what. -- Avdi Grimm http://avdi.org

[O] Dumbquotes in exported source listings

2011-04-30 Thread Avdi Grimm
ld track the problem down myself eventually, but I 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

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

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

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

2011-04-28 Thread Avdi Grimm
t 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

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

[O] Missing Introduction and About sections in LaTeX export

2011-04-27 Thread Avdi Grimm
. Any ideas why they might be elided by the LaTeX exporter 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

[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-or

[Orgmode] Problems with source code listings in PDF

2011-02-08 Thread Avdi Grimm
put? What I'd really like to get is output identical to the listings exported to HTML. Thanks! -- Avdi Grimm <><>___ 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] 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] 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] 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 (aga

Re: [Orgmode] Re: worg for bug reports and feature requests was: (Regression testing for org-mode)

2008-10-24 Thread Avdi Grimm
On Fri, Oct 24, 2008 at 10:12 AM, Sebastian Rose <[EMAIL PROTECTED]> wrote: > Where will such a system live? > Who installs and maintains it? If someone actually wants to install and host the service, I recommend using Trac. It's open source, mature, full-featured, and used on gobs of projects.

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 begi

Re: [Orgmode] Re: How you can help

2008-10-23 Thread Avdi Grimm
On Thu, Oct 23, 2008 at 11:49 AM, Richard Riley <[EMAIL PROTECTED]> wrote: > The nature of OSS means that the community using the product keep it > stable and bug free. I dont think the efforts to produce meaningful > regression tests would be beneficial in an ever morphing product like > org-mode.

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 Worg"into the > minibuffer (if (string= lang "en")) and "Hallo Worg" (if

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
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 kno

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

[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 sche

[Orgmode] Timeclock workflow?

2008-04-25 Thread Avdi Grimm
Hi folks, I keep wanting to use timeclock along with org-mode, both to help with my time reporting for work, and because I think the resulting statistics might be interesting. However, whenever I start to use it, two things tend to happen: 1) I'll clock-in, and then forget to clock out, and wind