Re: [O] example or source blocks with captions

2011-04-30 Thread Jambunathan K
Sébastien Vauban writes: > Hi Neilen, > > Neilen Marais wrote: >> Is it possible to caption a #+begin_src or #+begin_example block? Doing >> >> #+CAPTION: dipole_analytical_balanis.mac >> #+begin_example >> >> #+end_example >> >> doesn't seem to do the trick. I would find this useful to in

[O] [PATCH] More options in use of headlines as substitute for title field

2011-04-30 Thread Matt Lundin
* lisp/org-bibtex.el (org-bibtex-treat-headline-as-title): New defcustom. (org-bibtex-headline): Only use headline text (not TODO or other metadata) to generate title field and auto key. (org-bibtex-fleshout): Allow user to choose whether to treat headline as title. --- This patch consoli

Re: [O] Completing with anything

2011-04-30 Thread Michael Markert
On 11 Apr 2011, Michael Markert wrote: > On 11 Apr 2011, Bastien wrote: > >> Julien Danjou writes: >> >>> On Sat, Apr 09 2011, Michael Markert wrote: >>> No, but if it's necessary (or helping) I'll do so. >>> >>> Well, since org-contacts is part of contrib I think it's not necessary, >>> so I

[O] [PATCH] org-get-tags-at: exclude filetags when local is t

2011-04-30 Thread Matt Lundin
* lisp/org.el (org-get-tags-at): Don't include filetags if local is t. The function org-get-tags-at and the functions that called it were including inherited file tags even if the user requested only local tags. This patch fixes the behavior. --- lisp/org.el |4 +++- 1 files changed, 3 insert

Re: [O] Filtering agenda by tags.

2011-04-30 Thread Mike McLean
On 4/20/11 10:02 AM, Matt Lundin wrote: > I believe the only option is to write a skip function that uses > org-entry-get to get all the tags at point. I have this in my org-setup and use it to generate agenda views that skip certain tags, whether that tag is local or inherited. #+begin_src emacs-

Re: [O] HTML Postamble is inside Content DIV

2011-04-30 Thread Jonathan BISSON
Sébastien Vauban writes: > > Hello, > > After a couple of tests, I've observed that the postamble is forced to be > included *inside* the div "content". > > Proof on Line 1764... These are the ending tags of every HTML page: > > #+begin_src emacs-lisp > (unless body-only (insert "\n\n\n

Re: [O] org-src-fontify-natively makes things very, very slow

2011-04-30 Thread Eric S Fraga
Eric S Fraga writes: [...] >> The problem with the multiple overlays that were created >> during native fontification is now fixed. I would be interested >> to know if this improves the situation. >> >> - Carsten >> > > Thanks. I've re-enabled =org-src-fontify-natively= and will let you > know

[O] Documentation suggestion re: buffers containing crypted entries

2011-04-30 Thread Bill Day
I appreciate the warning about encrypted entries, and, I would like to add, all the hard work and careful thought that has gone into making org-mode such an incredible piece of software. I checked the documentation regarding turning off auto-save on pages containing encrypted entries and saw that

Re: [O] bug in latex export tutorial?

2011-04-30 Thread Eric S Fraga
Robert Goldman writes: > On 4/29/11 Apr 29 -1:21 PM, Nick Dokos wrote: [...] >> amsmath conflicts with wasysym (redefines \iint), so you have to >> redefine your headers to omit wasysym or include amsmath *first*: for >> some reason, if you \usepackage{amsmath} *before* you >> \usepackage{wasys

[O] Dumbquotes in exported source listings

2011-04-30 Thread Avdi Grimm
So I'm writing an eBook with lots of source code listings, using org-mode-LaTeX->PDF with the "minted" package providing source code highlighting. For the most part I'm really, really happy with the toolchain; thank you to those that pointed me in the direction of "minted". One issue: my beta revi

Re: [O] Dumbquotes in exported source listings

2011-04-30 Thread Ben Finney
Avdi Grimm writes: > One issue: my beta reviewers have noted that when copy-and-pasting > source code listings that contain single-quoted strings, they are > getting "smart quotes"--i.e. the first quote is a backquote, the > second quote is a single quote. This breaks the pasted code. Those aren

Re: [O] My new favorite custom agenda command

2011-04-30 Thread Jeff Horn
On Fri, Apr 15, 2011 at 9:59 AM, Matthew Sauer wrote: > (I have two).  On the left I have my refile.org file (the "I am not > sure where I am putting this item but I need a container for it") that > is a temporary storage buffer I need to try to keep empty except for > my refile headlines and a dy

[O] Backuping org with git, cron and Dropbox

2011-04-30 Thread Marcelo de Moraes Serpa
Hi list, I just would like to share the approach I use (just finished setting it up) to backup org. I keep all my org files on ~/org/*. This is also a git repo. Every night at 12:00AM, a cron job will run a sh script that will: 1) Commit with the current date ( Sat-30-04-2011-11:43:28 PM for exa

Re: [O] Backuping org with git, cron and Dropbox

2011-04-30 Thread Marcelo de Moraes Serpa
Another thing: I'm considering setting the commit cron job to every hour. So, every hour I would have a fresh copy of org pushed to my dropbox volume. I forgot to share the commit.sh (I don't usually program in bash, so bear with me :)): 1 DAYW=$(date | cut -d" " -f 1) 2 NOW=$(date +"%d-%m-%

[O] Mobileorg and org-crypt

2011-04-30 Thread Marcelo de Moraes Serpa
Hey guys, I just started to use org-crypt (and pgp) and it's just amazing :) I was wondering though if there are plans for mobile-org (iOS) to support decrypting org-crypt-encrypted entries. I assume we would need to have the private key on the iPhone though, which might not be a very good idea I