Re: [O] example or source blocks with captions

2011-04-30 Thread Jambunathan K
Sébastien Vauban wxhgmqzgwmuf-genee64ty+gs+fvcfc7...@public.gmane.org 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

[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

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 jul...@danjou.info 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'll

[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

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

Re: [O] HTML Postamble is inside Content DIV

2011-04-30 Thread Jonathan BISSON
Sébastien Vauban wxhgmqzgwmuf@... 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

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

2011-04-30 Thread Eric S Fraga
Eric S Fraga e.fr...@ucl.ac.uk 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

[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 rpgold...@sift.info 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

[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

Re: [O] Dumbquotes in exported source listings

2011-04-30 Thread Ben Finney
Avdi Grimm gro...@inbox.avdi.org 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

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