Re: [O] Exporting to multiple files

2014-04-07 Thread Iannis Zannos
Hello Sacha and other Emacs people, thanks for pointing this out, org-publish-meta is my "child". It is now in early beta. I hope to start test-driving it soon. Iannis On Sun, Apr 6, 2014 at 11:45 PM, Sacha Chua wrote: > Marcin Borkowski writes: > > Hello, Marcin, all! > > >> > I'd like to

Re: [O] org-mode + icicles, avoid key binding redefinitions?

2014-01-29 Thread Iannis Zannos
Agree. To do my own rebindings i use this kind of code: (eval-after-load 'org '(define-key org-mode-map (kbd "C-c C-=") 'org-icicle-imenu)) But when re-opening a buffer with desktop after rebooting emacs, the new bindings are not added IZ On Wed, Jan 29, 2014 at 10:06 PM, Andreas Leha < and

Re: [O] org-mode + icicles, avoid key binding redefinitions?

2014-01-29 Thread Iannis Zannos
the link to a gist containing the code. Gist link: https://gist.github.com/iani/8695954 Gist name: org-icicles Iannis Zannos (add-hook 'org-mode-hook (lambda () (imenu-add-to-menubar "Imenu"))) (setq org-imenu-depth 3) (defun org-icicle-occur () "In org-mode

Re: [O] Two column output

2013-10-13 Thread Iannis Zannos
column next to text: http://renard.github.io/o-blog/index.html (scroll down a little after the large heading "Quick Start Guide"). Iannis Zannos On Mon, Oct 14, 2013 at 6:01 AM, Mehul Sanghvi wrote: > On Sun, Oct 13, 2013 at 10:48 PM, Nick Dokos wrote: > >> Mehul Sanghvi wr

Re: [O] Setup for switching between 2 org-mode configurations (demo/productive)?

2013-10-13 Thread Iannis Zannos
Hello Martin, for situations like this I would consider switching between branches on Git. If you are using Mercurial, maybe there is a similar possibility. Iannis Z. On Mon, Oct 14, 2013 at 8:01 AM, M wrote: > Thank you for your comments and suggestions! > > Running a virtual machine for the

[O] Dynsite: easier configuration of projects, with config.or instead of emacs lisp and dynamic relative paths

2013-10-13 Thread Iannis Zannos
a lisp expression in the final rendered text? Iannis Zannos

[O] Run commands after html export

2013-10-12 Thread Iannis Zannos
inations.html#Sources-and-destinations and in further related parts linked-to from the above. Hopefully the above is useful. Best, Iannis Zannos On Sat, Oct 12, 2013 at 2:11 PM, Jarmo Hurri wrote: > > Answering my own question... > > > What I would like to do now is to automatically run

Re: [O] Run commands after html export #orgmode

2013-10-12 Thread Iannis Zannos
inations.html#Sources-and-destinations and in further related parts linked-to from the above. Hopefully the above is useful. Best, Iannis Zannos On Sat, Oct 12, 2013 at 2:11 PM, Jarmo Hurri wrote: > > Answering my own question... > > > What I would like to do now is to automatically run

[O] Hooks org-publish-before-export-hook, org-publish-after-export-hook no longer in use?

2013-10-12 Thread Iannis Zannos
ublishing-function" '{}' \; -print gives the related code in lines 650-662 of file lisp/ox-publish-el. If the above is correct, then the org-mode manual should be updated to reflect the change, at page: http://orgmode.org/worg/org-configs/org-hooks.html Cheers, Iannis Zannos

Re: [O] SCHEDULED property behavior not compatible with habits? Confused: How to make this work? #orgmode

2013-09-28 Thread Iannis Zannos
Hello Marcin Thanks, for the answer. (setq org-habit-show-habits-only-for-today nil) did the trick. Perhaps this should go into the manual ... Best, Iannis Z. On Sun, Sep 29, 2013 at 2:29 AM, Marcin Borkowski wrote: > Dnia 2013-09-29, o godz. 02:21:55 > Iannis Zannos napisaƂ(a): >

[O] SCHEDULED property behavior not compatible with habits? Confused: How to make this work? #orgmode

2013-09-28 Thread Iannis Zannos
Am I overseeing something? Surely it must be my mistake. I saw habits at work in the chat of Sacha Chua with Bastien Guerry ( http://sachachua.com/blog/2013/07/emacs-chat-sacha-chua-with-bastien-guerry/) and was quite impressed. But I could not repeat the same results as I saw on Sacha's scr

[O] org-html-publish-to-html fails to recognize BEGIN_EXAMPLE/END_EXAMPLE blocks when exporting an example containing org-mode heading

2013-09-25 Thread Iannis Zannos
3-03-13 on bob.porkrind.org on MacOS X 10.8.5 with org-mode version: Org-mode version 8.0.7 (8.0.7-6-g13cb28-elpa @ /Users/iani2/.emacs.d/elpa/org-20130812/) Is this a bug? Any suggestions? Iannis Zannos

[O] Excluding folders in org-publish with :exclude regexp. Not working. Fix?

2012-01-03 Thread Iannis Zannos
tion: (defun org-publish-get-base-files-1 (... But before spending some time trying to fix this I would like to ask if there is some other provision for excluding directories in org-publish which I am not aware of. Many thanks in advance, Iannis Zannos

[O] Re: Problem getting example on Publishing to web from org-info to work

2011-03-05 Thread Iannis Zannos
Hello and sorry, please ignore my question. The mistake ws the missing slash (/) at the end of the folder specifications for the project's file. The publish-project to html works now all right. Iannis Zannos On Sat, Mar 5, 2011 at 9:59 PM, Iannis Zannos wrote: > > Hello, > &

[O] Problem getting example on Publishing to web from org-info to work

2011-03-05 Thread Iannis Zannos
n the folder specified in the publish alist (as per code below). Any hints as to how to get started with publishing projects from org to html? Thank! Iannis Zannos = Try 1: (from org-info) (require 'org-publish) (setq org-publish-project-alist