Re: [O] Passing font size to exported LaTeX table

2011-05-27 Thread Thomas S. Dye
suvayu ali fatkasuvayu+li...@gmail.com writes: Hello, On Wed, May 25, 2011 at 12:22 AM, Thomas S. Dye t...@tsdye.com wrote: #+LaTeX_HEADER: \usepackage{scripttab} * foo What's this? #+tblname: foo #+CAPTION: foo | table | here | |---+--| | table | here | What's this? I

[O] LaTeX export of headings to lists

2011-05-27 Thread Francesco Pizzolante
Hi, When exporting headings to LaTeX lists, I can see extra vertical blank spaces if the headings directly starts with a sub-heading or a list. It does not happen if you have text in your heading (before the sub-heading or the list). Here's my ECM: --8---cut

Re: [O] orgmode/beamer - won't export blocks

2011-05-27 Thread Eric S Fraga
Benjamin Slade sl...@jnanam.net writes: Thanks, Sebastien and Eric. I updated to org-mode v7.5 [stable], but I'm still having the same problem. I include below a minimal example and also the snippet of code in my .emacs config file which is relevant. Thanks for the example. More

Re: [O] Passing font size to exported LaTeX table

2011-05-27 Thread suvayu ali
Hi Tom, On Thu, May 26, 2011 at 11:46 PM, Thomas S. Dye t...@tsdye.com wrote: Although this is solved now, I found a very simple solution. e.g. for footnotesize just add the line: #+ATTR_LaTeX: placement=[options]\footnotesize Aloha Suvayu, And this works, too.  Thanks! Can I ask where

Re: [O] [Patch] For the Manual: using org-crypt

2011-05-27 Thread Christian Egli
Carsten Dominik carsten.domi...@gmail.com writes: Is anyone working on making this a complete patch? Sorry, no. -- Christian Egli Swiss Library for the Blind, Visually Impaired and Print Disabled Grubenstrasse 12, CH-8045 Zürich, Switzerland

[O] org-capture in the same file from which it was called under certain heading

2011-05-27 Thread Rainer M Krug
Hi I would like to capture todo items, changes and other things in the file I am working in (literate programming), but I am struggling: how can I specify thet the file is the actual file I am working in? Thanks, Rainer -- Rainer M. Krug, PhD (Conservation Ecology, SUN), MSc (Conservation

Re: [O] [Patch] For the Manual: using org-crypt

2011-05-27 Thread Ian Barton
On 27/05/11 10:15, Christian Egli wrote: Carsten Dominikcarsten.domi...@gmail.com writes: Is anyone working on making this a complete patch? Sorry, no. I'll have a go and try to make a proper patch against the current manual. Don't blame me if the manual breaks:) Ian.

[O] Semantics of 'C-c -' and massively-indented lists

2011-05-27 Thread Huy
Hello, I'm a beginner, so please let me know if I'm completely off the mark. The effects of converting from headline to list with 'C-c -' and back to 'C-c *' don't behave as I'd expect. The indentation levels seem all wrong, no matter how you look at it. My Setup I'm using org 7.5

[O] [PATCH] Implement priority inheritance for agenda views.

2011-05-27 Thread Michael Hohmuth
* lisp/org.el (org-use-prio-inheritance): New customizable for using priority inheritance in agenda views. Defaults to off (org-get-priority-char): Factored out from org-get-priority. Return priority token from headline, defaulting to an optional fallback or org-default-priority.

[O] Org mode comment

2011-05-27 Thread Alan Sheridan
Hello, Just started using org-mode and I love it already. The export to LaTeX feature is fantastic. Thanks for the great work! Alan.

[O] Bug: org-entities iuml correction [7.01trans]

2011-05-27 Thread Reindert-Jan Ekker
Hi, Just a minor bug concerning latex and a special character. The org-entities entry for iuml is currently: (still there in v. 7.5, by the way) (iuml \\\{i} nil iuml; i ï ï) Imho, it should be: (iuml \i{} nil iuml; i ï ï) Note the escaping of the i in the latex string. The original

[O] having problems this mailing list configuration

2011-05-27 Thread Piter_
Hi all. I have some problems with mailing list configuration. I wanted to disable mail delivery and check list via web interface, but some how it goes not save the changes I make. I have enabled cookies dan it workd with other mailing lists. Thanks for help in advance. Petro

[O] Assets Packing

2011-05-27 Thread Sander Boer
Hi all, Maybe this already exists in org, but I needed a function that looks at all the image links, signals if the link is broken or not, copies the files into a folder and relinks it. Comments and crits are greatly appreciated, I started coding elisp 2 weeks ago, so any and all pointers

Re: [O] [bug, babel] export corruption bug and 3 more bugs

2011-05-27 Thread Samuel Wales
Hi David, Thank you. I am unable to debug this further so I appreciate it. Is it necessary to construct this regexp for babel if babel is not used? Were you able to reproduce the corruption bug? Did anybody else? Emacs -Q, minimal test case. (I'm trying to warn the world about one

Re: [O] [bug, babel][OT] export corruption bug and 3 more bugs

2011-05-27 Thread Jambunathan K
(I'm trying to warn the world about one definitely-already-existing global pandemic of an AIDS-like disease that nobody has heard of but is 2x the size of AIDS in the USA -- and a possible global pandemic 10x the size of HIV -- but my normally-sublimely-excellent software is dropping random

Re: [O] Incorrect LaTex Export

2011-05-27 Thread Nicolas Goaziou
Hello, Jai Bharat Patel i...@jaib.net writes: The following fragment(in minimal.org) used to work correctly with org-mode-7.3 when exporting to pdf (C-c C-e d), but not working with latest code in the latest snapshot #+TITLE: #+AUTHOR: #+EMAIL: #+DATE: #+OPTIONS: toc:nil ^:nil

Re: [O] [bug, babel][OT] export corruption bug and 3 more bugs

2011-05-27 Thread Samuel Wales
On 2011-05-27, Jambunathan K kjambunat...@gmail.com wrote: That's LOTS of keystrokes. You don't know all the facts.

Re: [O] [bug, babel][OT] export corruption bug and 3 more bugs

2011-05-27 Thread Jambunathan K
What are you saying? --

Re: [O] [Babel][Bug] Inconsistent output from babel function depending on how called

2011-05-27 Thread Eric Schulte
Ethan Ligon li...@are.berkeley.edu writes: On Thu, May 26, 2011 at 12:17 PM, Christian Moe m...@christianmoe.com wrote: No, this is expected (if possibly under-documented behavior).  The :results header arguments are associated with the code block and *not* with the #+call line.  To get the

Re: [O] [Babel][Bug] Inconsistent output from babel function depending on how called

2011-05-27 Thread Eric Schulte
Ethan Ligon li...@are.berkeley.edu writes: So, the :result output org ought to be associated with the *call*, not with the function. That makes good sense. But perhaps it still doesn't work quite as it ought... On Thu, May 26, 2011 at 11:46 AM, Eric Schulte schulte.e...@gmail.com wrote:

Re: [O] Passing font size to exported LaTeX table

2011-05-27 Thread Thomas S. Dye
suvayu ali fatkasuvayu+li...@gmail.com writes: Hi Tom, On Thu, May 26, 2011 at 11:46 PM, Thomas S. Dye t...@tsdye.com wrote: Although this is solved now, I found a very simple solution. e.g. for footnotesize just add the line: #+ATTR_LaTeX: placement=[options]\footnotesize Aloha Suvayu,

Re: [O] [Babel][Bug] Inconsistent output from babel function depending on how called

2011-05-27 Thread Eric Schulte
Christian Moe m...@christianmoe.com writes: No, this is expected (if possibly under-documented behavior). The :results header arguments are associated with the code block and *not* with the #+call line. To get the desired behavior, you must specify the :results header argument on the

Re: [O] Passing font size to exported LaTeX table

2011-05-27 Thread Suvayu Ali
Hello Tom, On Fri, 27 May 2011 06:17:04 -1000 t...@tsdye.com (Thomas S. Dye) wrote: Aloha Suvayu, Thank you for the link to the Mori article. It is nicely written. My question was poorly written, though. I'm interested to know where you found the Org-mode line: #+ATTR_LaTeX:

Re: [O] orgmode/beamer - won't export blocks

2011-05-27 Thread Benjamin Slade
Thank you for the help. Yes, removing the configuration code from .emacs results in the correct behaviour (i.e. blocks are now exported properly). Quick question -- is there still a way of setting up beamer/orgmode configuration in .emacs? thanks, --Ben On 27 May 2011 02:01, Eric S Fraga

Re: [O] Problem with make and autoloads

2011-05-27 Thread Achim Gratz
Matt Lundin m...@imapmail.org writes: The autoloads in org-install all have lisp/ prepended to the file name. What is prefix and lispdir set to in the Makefile? Achim. -- +[Q+ Matrix-12 WAVE#46+305 Neuron microQkb Andromeda XTk Blofeld]+ SD adaptations for Waldorf Q V3.00R3 and Q+ V3.54R2:

Re: [O] Passing font size to exported LaTeX table

2011-05-27 Thread Thomas S. Dye
Suvayu Ali fatkasuvayu+li...@gmail.com writes: Hello Tom, On Fri, 27 May 2011 06:17:04 -1000 t...@tsdye.com (Thomas S. Dye) wrote: Aloha Suvayu, Thank you for the link to the Mori article. It is nicely written. My question was poorly written, though. I'm interested to know where

Re: [O] Passing font size to exported LaTeX table

2011-05-27 Thread Suvayu Ali
Hello Tom, On Fri, 27 May 2011 07:37:50 -1000 t...@tsdye.com (Thomas S. Dye) wrote: Aloha Suvayu, I think #+ATTR_LaTeX: needs more documentation. I worked very hard to read between the lines of the Org-mode manual to arrive at your simple solution but didn't manage to come close! Are

Re: [O] Passing font size to exported LaTeX table

2011-05-27 Thread Thomas S. Dye
Suvayu Ali fatkasuvayu+li...@gmail.com writes: Hello Tom, On Fri, 27 May 2011 07:37:50 -1000 t...@tsdye.com (Thomas S. Dye) wrote: Aloha Suvayu, I think #+ATTR_LaTeX: needs more documentation. I worked very hard to read between the lines of the Org-mode manual to arrive at your simple

Re: [O] orgmode/beamer - won't export blocks

2011-05-27 Thread Sebastien Vauban
Hi Benjamin, Benjamin Slade wrote: Thank you for the help. Yes, removing the configuration code from .emacs results in the correct behaviour (i.e. blocks are now exported properly). Where did you find that way to do? I guess in old threads... Is it still on Worg, this should be removed.

Re: [O] Completing with anything

2011-05-27 Thread Stefan Monnier
With these two modifications, it runs fine (that is, using the old calling convention and just using (setq-default completion-at-point-functions '(my-dabbrev-expand))) Thanks, installed, Stefan