[O] Improve visibility for bad links

2012-05-16 Thread Sebastien Vauban
From 1ee99dc8bfe790f691d159048f90d741daa7d231 Mon Sep 17 00:00:00 2001 From: Sebastien Vauban s...@mygooglest.com Date: Wed, 16 May 2012 09:57:03 +0200 Subject: [PATCH] Improve visibility for bad links * org-latex.el (org-export-latex-links): Improve visibility for bad links. Use

Re: [O] Minimal overhead Org-mode blogging system

2012-05-16 Thread Jude DaShiell
I don't know enough lisp to implement this indexing system. On Tue, 15 May 2012, Neil Smithline wrote: I like your indexing idea. I use a less-complex system involving symbolic links for my agenda files. Yours sounds better. This is what I use for my agendas: (setq org-agenda-files

Re: [O] org-goto-local-search-headings usage?

2012-05-16 Thread Myles English
On Tue, 15 May 2012 17:44:29 -0400, Nick Dokos said: Nick Dokos wrote: Myles English wrote: On Tue, 15 May 2012 11:48:55 -0400, Nick Dokos said: Myles English wrote: Hi, Can anyone see what I am doing wrong here? I just want to open a

Re: [O] org-goto-local-search-headings usage?

2012-05-16 Thread Nicolas Goaziou
Hello, Myles English mylesengl...@gmail.com writes: Thanks for the advice, I ended up using bit of org-element.el instead of org-goto-local-search-headings and doing this: #+BEGIN_SRC elisp (defun gotoWF(hl) (let ((title (car (org-element-property :title hl (if (and

[O] Tables in Plain Lists

2012-05-16 Thread SW
I was making notes today as follows: == * List of important items [0%] - [ ] Item 1 - This is an important item. - Remember to do the hokey-pokey. |---|---| | A | B | | C | D | - [ ] Item 2 - This is not as important. == Of

Re: [O] Tables in Plain Lists

2012-05-16 Thread Nicolas Goaziou
Hello, SW sabrewo...@gmail.com writes: I was making notes today as follows: == * List of important items [0%] - [ ] Item 1 - This is an important item. - Remember to do the hokey-pokey. |---|---| | A | B | | C | D | - [ ] Item 2 - This is not as

Re: [O] Tables in Plain Lists

2012-05-16 Thread Bernt Hansen
SW sabrewo...@gmail.com writes: I was making notes today as follows: == * List of important items [0%] - [ ] Item 1 - This is an important item. - Remember to do the hokey-pokey. |---|---| | A | B | | C | D | - [ ] Item 2 - This is not as

Re: [O] Tables in Plain Lists

2012-05-16 Thread Joost Kremers
On Wed, May 16, 2012 at 12:14:45PM -0400, Bernt Hansen wrote: SW sabrewo...@gmail.com writes: I was making notes today as follows: == * List of important items [0%] - [ ] Item 1 - This is an important item. - Remember to do the hokey-pokey.

Re: [O] Tables in Plain Lists

2012-05-16 Thread SW
Bernt Hansen bernt at norang.ca writes: TAB won't indent it but you can use the rectable C-x r o to shift it right so it is part of the list. Thanks. That's awesome :)

Re: [O] Tables in Plain Lists

2012-05-16 Thread SW
Nicolas Goaziou n.goaziou at gmail.com writes: Also, the table can't be indented as part of the list. It can: just move it in manually. Then it will stay there. Thanks. I thought any indentation should be avoided, but I think this is a good solution.

Re: [O] Tables in Plain Lists

2012-05-16 Thread SW
Joost Kremers joostkremers at fastmail.fm writes: TAB won't indent it but you can use the rectable C-x r o to shift it right so it is part of the list. actually, IME, if you select the table and then hit tab, it does indent. Not for me. The rectable solution is a good one though.

Re: [O] Tables in Plain Lists

2012-05-16 Thread Nick Dokos
SW sabrewo...@gmail.com wrote: Joost Kremers joostkremers at fastmail.fm writes: TAB won't indent it but you can use the rectable C-x r o to shift it right so it is part of the list. actually, IME, if you select the table and then hit tab, it does indent. Not for me. The rectable

[O] org-babel-parse-src-block-match params parse bug

2012-05-16 Thread Karl Berg
Hi, Seems like the org-babel-parse-src-block-match function does something wrong when parsing the block parameters. In my case I am trying to use the :file param with plantuml but it does not get down to the execute function. To me it seems like the (string-match -i\\ switches) call messes up

[O] emacs org mode publish to latex failed with strings like __aaa_cc__

2012-05-16 Thread Xu Jingtao
Hi all: If I write some string like __aaa_cc__ in org file,then publish it to pdf using latex, it will failed and the output is wrong. even I can use ~__aaa_cc__~, it's not a good way do it. Can you fix it or I am wrong? ___ With Best Regards. jingtao.

Re: [O] Improve visibility for bad links

2012-05-16 Thread Nicolas Goaziou
Hello, Sebastien Vauban wxhgmqzgwmuf-genee64ty+gs+fvcfc7...@public.gmane.org writes: From 1ee99dc8bfe790f691d159048f90d741daa7d231 Mon Sep 17 00:00:00 2001 From: Sebastien Vauban sva-D0wtAvR13HarG/idocf...@public.gmane.org Date: Wed, 16 May 2012 09:57:03 +0200 Subject: [PATCH] Improve

Re: [O] Tables in Plain Lists

2012-05-16 Thread SW
Nick Dokos nicholas.dokos at hp.com writes: Are you sure? As Joost says, you have to select the table (C-space at one end and move to the other end; and I think transient-mark-mode must be in effect - which is on by default in emacs24, but maybe not in emacs23? - so you should see the table

Re: [O] org-babel-parse-src-block-match params parse bug

2012-05-16 Thread Eric Schulte
Karl Berg kalle...@hotmail.com writes: Hi, Seems like the org-babel-parse-src-block-match function does something wrong when parsing the block parameters. In my case I am trying to use the :file param with plantuml but it does not get down to the execute function. To me it seems like the

Re: [O] Tables in Plain Lists

2012-05-16 Thread Joost Kremers
On Wed, May 16, 2012 at 07:13:36PM +, SW wrote: Emacs 23.2.1 with org 7.8.06. Tested with transient-mark-mode enabled and disabled. I selected the table and hit TAB. Point moved by one tab (if I selected from the top to the bottom of the table) or moved into the table (if I selected the

[O] org-mode make hangs

2012-05-16 Thread Enoch H Wexler
Please note that org-release 7.8.10-Make hangs at: Compiling /home/enoch/org-mode/lisp/ob-exp.el... I am using Emacs 23.3.1 on the latest 64 bit opensuse. Can I help you with any further info? Thanks, Enoch.

Re: [O] org-goto-local-search-headings usage?

2012-05-16 Thread Myles English
On Wed, 16 May 2012 16:56:45 +0200, Nicolas Goaziou said: I highly suggest to use (org-element-parse-buffer 'headline) instead of plain (org-element-parse-buffer), since you really don't need to spend time parsing the buffer down to the smallest object. Also, you should check

Re: [O] org-mode make hangs

2012-05-16 Thread Bastien
Hi Enoch, Enoch H Wexler emc.consulta...@gmail.com writes: Please note that org-release 7.8.10-Make hangs at: Compiling /home/enoch/org-mode/lisp/ob-exp.el... I am using Emacs 23.3.1 on the latest 64 bit opensuse. Can I help you with any further info? Thanks for reporting -- this should be

[O] Org-mode release 7.8.10

2012-05-16 Thread Bastien
Hi folks, I released Org 7.8.10, a bugfix-only release. http://orgmode.org/org-7.8.10.zip http://orgmode.org/org-7.8.10.tar.gz http://orgmode.org/org-mode-download.html This release will be the one in Emacs 24.1. (Mh.. Does it sound like I'm repeating myself?) As usual, enjoy! --

[O] org-export-preprocess-hook and the new exporter (was Re: Using Org for a dissertation)

2012-05-16 Thread Eric S Fraga
Richard Lawrence richard.lawre...@berkeley.edu writes: Hi Suvayu, suvayu ali fatkasuvayu+li...@gmail.com wrote: In case you are interested, I'm attaching some relevant bits. It has examples on how to put in tables (with short and long captions), figures, latex snippets and finally how I

[O] exporting to limited HTML

2012-05-16 Thread Samuel Wales
Is there a way to export to the HTML accepted by Blogger comments? These allow emphasis and links, but not most other tags, including p and hr. I think they preserve newlines, so we'd have to unfill. Thanks. Samuel -- The Kafka Pandemic: http://thekafkapandemic.blogspot.com

[O] Strange Custom Agenda Problem

2012-05-16 Thread Mike McLean
In the past few days one of my custom agenda commands stopped working as it used to. I haven't (yet) bisected my Org-Mode configuration (*) and org-mode to find the exact cause, but was wondering if anyone had any ideas. I have the following (amount other things) in my

Re: [O] emacs org mode publish to latex failed with strings like __aaa_cc__

2012-05-16 Thread Nick Dokos
Xu Jingtao jingta...@gmail.com wrote: Hi all: If I write some string like __aaa_cc__ in org file,then publish it to pdf using latex, it will failed and the output is wrong. even I can use ~__aaa_cc__~, it's not a good way do it. Can you fix it or I am wrong? By default, underscores

Re: [O] Strange Custom Agenda Problem

2012-05-16 Thread Bastien
Hi Mike, Mike McLean mike.mcl...@pobox.com writes: I have the following (amount other things) in my org-agenda-custom-commands: (setq org-agenda-custom-commands '((x test tags-todo +Outcome+LEVEL=4))) When I custom-command select “x”, I get no results. I tested with your