Re: [O] Buffer-specific export filter?

2013-08-21 Thread Nicolas Goaziou
Hello, James Harkins writes: > But maybe there's a better solution for my specific case. The problem is > that I'm using the colloquial <<'em>> for "them." The preceding space causes > org to export this as `em. Normally a single quote after a space would > correctly be an opening single quote,

Re: [O] Problem writing my first export filter

2013-08-21 Thread Nicolas Goaziou
Hello, James Harkins writes: > I just tried the following, so that I could maintain a list of special cases > where org's default latex export doesn't do what I want. > > (setq hjh-org-latex-macros '(("`em" "'em"))) > > (defun hjh-latex-filter-macros (text backend info) > "hjh: Replace specia

Re: [O] quote, quotation environments in org beamer export just comment text out.

2013-08-21 Thread Nicolas Goaziou
Hello, Ratish Punnoose writes: > Is there a reason that quote, quotation, verse, environments during export > to tex just comment their contents. Contents are not commented out, only the headline text is. Such environments do not accept any argument, but headline text is still inserted in the

Re: [O] orgmode and academic conferences advice needed: how to integrate orgmode to capture ideas/data

2013-08-21 Thread Gian-Maria Daffré
Xebar Saram writes: > Hi all > > im currently in Basel in a Academic conference and was thinking how one > would "absorb" all the torrents of ideas/data/images/conversations quickly > into org mode :) does any one have any real life experience with this? do > you use mobile-org or that, or anothe

Re: [O] WISH: SQL on org-mode tables

2013-08-21 Thread Johan W . Klüwer
I started using EDBI myself just last week, it's working really well so far! An EDBI--org combination would be amazing for database work. 2013/8/21 SAKURAI Masashi > Hi, > > I wrote a full DB browser in Emacs, EDBI > https://github.com/kiwanami/emacs-edbi. > > This program provides DB Query AP

[O] Editing HTML blocks: no special environment to edit here

2013-08-21 Thread Karl Voit
Hi! Org-mode version 8.0.2 (release_8.0.2-121-g86fab4 from the git repository a couple of weeks ago) #+BEGIN_SRC html bar #+END_SRC #+BEGIN_HTML foo #+END_HTML I can edit "bar" in a separate buffer by invoking C-c ' (org-edit-special). How

Re: [O] orgmode and academic conferences advice needed: how to integrate orgmode to capture ideas/data

2013-08-21 Thread Karl Voit
* Xebar Saram wrote: > > Hi all Hi! > im currently in Basel in a Academic conference and was thinking how one > would "absorb" all the torrents of ideas/data/images/conversations quickly > into org mode :) does any one have any real life experience with this? do > you use mobile-org or that, or

Re: [O] Buffer-specific export filter?

2013-08-21 Thread James Harkins
On Aug 21, 2013 3:41 PM, "Nicolas Goaziou" wrote: > In that case, you should disable smart quotes, which are not smart > enough for your use case. Note that they are not enabled by default. That's reasonable, but irritating while I'm still editing. I'm certain I'll leave some ASCII double quotes

[O] Problem with special characters in dired and attachment paths

2013-08-21 Thread Martin Beck
I'm having problems with special characters like äöü in dired mode and in attachment paths:   1) When I'm trying to access a directory with M-x dired, the displayed path contains strange characters like e.g. "\374" for "ü" or "\366" for "ö". Same is true for directory and file listings displayed

Re: [O] quote, quotation environments in org beamer export just comment text out.

2013-08-21 Thread Ratish Punnoose
Thanks much for the explanation.

[O] Using org-goto loses org-todo-keyword-faces settings

2013-08-21 Thread Dale
Hi, My thanks to everyone who works on org-mode. It is a truly indispensable tool. I'm not sure if I have a bug or a feature request: I have custom faces set up for my todo keywords (see my file local variable for org-todo-keyword-faces at the bottom of this report). When I

Re: [O] invalid byte-code error when publishing

2013-08-21 Thread Mehul Sanghvi
On Tue, Aug 20, 2013 at 9:48 AM, Sebastien Vauban wrote: > Mehul Sanghvi wrote: > > Sebastien Vauban wrote: > >> Mehul Sanghvi wrote: > Mehul Sanghvi wrote: > > The error only occurs if I'm using org-babl. The offending piece of > code > > I've got is: > > > > #+BEGIN_SRC emac

[O] babel-load problem

2013-08-21 Thread Fredrik
Any idea on what I am doing wrong? I just want to set up my config to be load by babel? I have my Windows emacs set up with the latest packer for org (20130819) and have the following in my .emacs ;; setup orgmode babel (setq org-babel-load-languages '((emacs-lisp . t))) (setq org-confirm-babe

Re: [O] babel-load problem

2013-08-21 Thread Noorul Islam K M
Fredrik writes: > Any idea on what I am doing wrong? I just want to set up my config to be load > by > babel? > > I have my Windows emacs set up with the latest packer for org (20130819) and > have the following in my .emacs > ;; setup orgmode babel > (setq org-babel-load-languages '((emacs-lisp

Re: [O] babel-load problem

2013-08-21 Thread Fredrik
My emacs.org is empty so far... But yes my $HOME is set to c:/Users/fe/Dropbox/emacs Regards, Fredrik On 2013-08-22 05:13, Noorul Islam K M wrote: In emacs.org, are you trying to load "c:/Users/fe/Dropbox/emacs/emacs.el" ? or is your $HOME set to c:/Users/fe/Dropbox/emacs ? Thanks and Regard

Re: [O] babel-load problem

2013-08-21 Thread Fredrik
I solved it... but don't really understand why. I tested changing the name of my org file between .emacs.org and emacs.org and changing the loadpath accordingly : (org-babel-load-file "~/emacs.org") And now suddenly it works but only if the file is named emacs.org if I add an dot in front of t

[O] babel .el-files?

2013-08-21 Thread Fredrik
I have set up my emacsconfig to use org-files. Now it creates .el-files when I start emacs so can I control where it puts these files so it doesn't clutter my filesystem? Regards, Fredrik