Re: [Orgmode] org-export-latex.el renamed

2009-04-12 Thread Carsten Dominik
Hi Christopher, On Apr 9, 2009, at 7:23 PM, Christopher Suckling wrote: On 9 Apr 2009, at 17:33, Carsten Dominik wrote: the file org-export-latex.el has been renamed to org-latex.el. I think some of you might have (require 'org-export-latex) in your setup, this needs to be changed. Also,

[Orgmode] New Feature: org-refile can create new headings

2009-04-12 Thread Jason Jackson
Hey, I use org-refile very often to move things around and reorganize my notes. But one annoyance is when I want to reorganize an Item into a *new heading* . Typically, this happens when I'm doing my weekly GTD task sorting. I have a huge 'bucket' of things I added during the week. And i'd like

[Orgmode] fixed error in my code

2009-04-12 Thread dericbytes
- changed regex - it now works if there is no clock running (defun change-todo-state-on-old-clock () ; old-clock needs state changed if STARTED (save-excursion (progn (when (marker-buffer org-clock-marker) (set-buffer (marker-buffer org-clock-marker)) (goto-char (point-min)) (when

[Orgmode] problems with org-protocol in firefox on a mac

2009-04-12 Thread Manuel Hermenegildo
I am trying to set up firefox (3.0.8) to handle org-protocol on a mac with little success. I had no problems on Linux, by the way. Perhaps someone out there that is more mac-savvy than me can help? Basically I followed the standard instructions (setting up network.prtocol-handler.* through

Re: [Orgmode] matching color themes with org mode

2009-04-12 Thread Carsten Dominik
Hi Rustom, On Apr 11, 2009, at 5:03 PM, Rustom Mody wrote: The only 'color-theme' Ive been able to use so far is to set background to wheat. I am now trying some more attractive (aka darker) color themes Now I have (custom-set-faces '(org-hide background light)) (:foreground

Re: [Orgmode] Orgtable column width control to Latex?

2009-04-12 Thread Carsten Dominik
On Apr 9, 2009, at 4:51 PM, Madhu Rao wrote: Is there a way I can specify the |p{width}| in a org-mode table? Some ATTR_LaTeX method? I am not able to get the latex table to wrap-around text on very wide columns that I have in a table. Could someone please suggest a solution? #+ATTR_LaTeX:

Re: [Orgmode] org-export-latex.el renamed

2009-04-12 Thread Carsten Dominik
Yes, I just saw that too. Fixed now. - Carsten On Apr 12, 2009, at 6:56 PM, Christopher Suckling wrote: On 12 Apr 2009, at 07:23, Carsten Dominik wrote: Hi Christopher, On Apr 9, 2009, at 7:23 PM, Christopher Suckling wrote: On 9 Apr 2009, at 17:33, Carsten Dominik wrote: the file

Re: [Orgmode] org-export-latex.el renamed

2009-04-12 Thread Christopher Suckling
On 12 Apr 2009, at 19:01, Carsten Dominik wrote: Yes, I just saw that too. Fixed now. Indeed it is. Thanks. Christopher ___ Emacs-orgmode mailing list Remember: use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org

Re: [Orgmode] Format for timestamp export

2009-04-12 Thread Daniel Clemente
El jue, abr 09 2009, Carsten Dominik va escriure: Can I format timestamps on export? You can customize them for display, which will also transfer to exported files. Check out the variables `org-display-custom-times' and `org-time-stamp-custom-formats'. Thanks; I didn't know that

Re: [Orgmode] Format for timestamp export

2009-04-12 Thread Christopher Suckling
On 12 Apr 2009, at 19:37, Daniel Clemente wrote: El jue, abr 09 2009, Carsten Dominik va escriure: Can I format timestamps on export? You can customize them for display, which will also transfer to exported files. Check out the variables `org-display-custom-times' and

Re: [Orgmode] Error message when running remember - byte-code: Before first headline at position 363 in buffer *Remember*

2009-04-12 Thread Carsten Dominik
On Apr 9, 2009, at 3:37 PM, Deric Bytes wrote: I was hoping to add a top-level heading to my file. I changed Set the headline field in the template to 'top or 'bottom to get top- level headlines and the beginning or end of the file, respectively. - Carsten (setq

[Orgmode] problems with org-protocol in firefox on a mac

2009-04-12 Thread Robert Goldman
I am trying to set up firefox (3.0.8) to handle org-protocol on a mac with little success. I had no problems on Linux, by the way. Perhaps someone out there that is more mac-savvy than me can help? Basically I followed the standard instructions (setting up network.prtocol-handler.* through

[Orgmode] another bug in remote references in spreadsheet

2009-04-12 Thread Rares Vernica
Hi, I think I found another bug related to remote references. When I insert/remove a row/column using the table commands, the remote references to other tables are also updated. I think org treats remote as a regular function and updates the references inside it. Here is an example: #+TBLNAME:

[Orgmode] Point trapped in link

2009-04-12 Thread Leo
Hi all, I came across this bug by accident. 1. Create a new buffer and put it in org-mode 2. Create a new heading 3. Copy a url in for example http://www.google.com/ 4. C-c C-l on the link and change the description to 'google' without the quotes. 5. Move point (I use left and right) inside

[Orgmode] Bold links not working

2009-04-12 Thread Daniel Clemente
With org-mode 6.25trans from git from right now, I get this output: p A *a href=#destinationbold link/a*, a strongbold word/strong. /p From this input: A *[[destination][bold link]]*, a *bold word*. Both links are however correctly hightlighted with a bold face. At the moment I

Re: [Orgmode] Point trapped in link

2009-04-12 Thread Daniel Clemente
You can see the point sometimes trapped in the beginning of the description, left or right not able to move it. I can also see this bug; org-mode 6.25trans. The cursor is in fact moving through the invisible syntax, which at the beginning is [[http://www.google.com/][ (so after 26 right,

Re: [Orgmode] Orgtable column width control to Latex?

2009-04-12 Thread Madhu Rao
On 12-Apr-09, at 10:36 PM, Carsten Dominik wrote: On Apr 9, 2009, at 4:51 PM, Madhu Rao wrote: Is there a way I can specify the |p{width}| in a org-mode table? Some ATTR_LaTeX method? I am not able to get the latex table to wrap-around text on very wide columns that I have in a table. Could