[O] Search current branch for custom export

2016-05-04 Thread Sander Boer
Hi all, I use orgmode to org my projects and I would like to add invoices to the mix. These invoices would be the conclusion to a task in a hierarchy like so: *project ** task *** invoice I know how to export a subtree and get a latex invoiceboht of it, but I am still searching for a decent

[O] how to sanitize org-protocol text ?

2015-04-08 Thread Sander Boer
Hi, I just set up org-protocol and it works fine. However, when I have text selected to have it end up in the body of the new note I get presented with two problems: - Every linebreak has a trailing ^M, this does not happen when I paste the text. - Unicode quote symbols ? The text is

[O] org-store-agenda-views ignores org-export-htmlize-output-type 'css

2012-02-15 Thread Sander Boer
Hi, I'm trying to streamline my agenda views, but I cannot seem to get agendas to be exported *without* inline-css. Right now I have this in my startup files: (setq org-export-htmlize-output-type 'css) (setq org-export-htmlized-org-css-url misc/style.css) Even when trying this in the scratch

[O] Powerpoint like slideshow from default html export

2012-02-11 Thread Sander Boer
Hi All, I usually give presentations that are graphically heavy and typically have 3 or 4 movies in them. Powerpoint/impress is too much of a hassle esp. with movies and latex/beamer is nice, but the movie package stopped working for me. So I hacked together a javascript and a css that

[O] org-publish: Best practice to generate a html header on a per-file basis ?

2011-07-18 Thread Sander Boer
Hi all, I've been investigating a viable way to generate for every exported html file in an org-publish project a list of links to all the other html files in the directory-tree and I'm stuck. I want this list to be inserted as a header, nicely css-ed into a navigation bar. The idea is to

[O] elnode: emacs webserver exposes org files ...... !

2011-07-18 Thread Sander Boer
Hi all, I just read this: http://nic.ferrier.me.uk/blog/2010_10/elnode it is an asynchronous webserver in emacs that can take anything in emacs (like org files) and serve it up... I haven't played with it yet, but it sound awesome ! sndr

[O] orgmode and web publishing: good menu system ?

2011-06-27 Thread Sander Boer
good tips in this regard ? thanks. -- Sander Boer

Re: [O] orgmode and web publishing: good menu system ?

2011-06-27 Thread Sander Boer
Dear Pierre, I did use that page to set up my system, but I think I either stopped reading after the publish step, or a bunch of extra info's been added quite recently. First option souds like me I'm a total tl;dr kinda guy. Your system and css will be studied, thanks a lot ! -- Sander Boer

Re: [O] Beamer and non-frames

2011-05-29 Thread Sander Boer
On 29-5-2011 10:36, Rasmus Pank Roulund wrote: Hi, How do I put text between frames in an Org-Beamer document? What I really want to do is something like: #+begin_src LaTeX ... \end{frame} \againframe2{overview.fig} \end{frame} #+end_src But there is /plenty/ of use of being able to write

[O] Assets Packing

2011-05-27 Thread Sander Boer
Hi all, Maybe this already exists in org, but I needed a function that looks at all the image links, signals if the link is broken or not, copies the files into a folder and relinks it. Comments and crits are greatly appreciated, I started coding elisp 2 weeks ago, so any and all pointers

Re: [O] org-beamer feaure request : single frame background

2011-05-26 Thread Sander Boer
suvayu ali fatkasuvayu+li...@gmail.com writes: You can try (untested): #+LATEX: { %} * This is a frame The commented out closing brace is important. Otherwise the exporter gets confused. #+LATEX: } This will not work as it is by definition inserted between

[O] org-beamer feaure request : single frame background

2011-05-25 Thread Sander Boer
Hi all, I've found that this has come up in the past, with no real solution. I have found a workaround though. First the issue at hand: Beamer allows for setting the background image by setting setbeamertemplate *outside* of the frame environment: begin tex src snippet % preamble {