Re: [O] Extremely slow org-table operations

2014-10-29 Thread Michael Brand
Hi Charles First I would like to point out that to my understanding there are now two separate issues in discussion in this thread which are easy to mix up: 1) The same table calculates fast or slow depending on the position within the same entry, see OP. 2) An entry with nothing but a single

Re: [O] Trouble using julia with org-babel

2014-10-29 Thread Ista Zahn
On Wed, Oct 29, 2014 at 10:09 PM, Doyley, Marvin M. wrote: > I am using release-0.3.0 what version are you using. I am also using > ob-julia.el I'm using julia version 0.3.1 with GNU Emacs 24.4.1 and Org-mode version 8.2.10. I'm using the ob-julia.el distributed with org-plus-contrib. Best, Ist

Re: [O] Trouble using julia with org-babel

2014-10-29 Thread Doyley, Marvin M.
I am using release-0.3.0 what version are you using. I am also using ob-julia.el Cheers, M Sent from my iPad > On Oct 29, 2014, at 9:43 PM, Ista Zahn wrote: > > On Wed, Oct 29, 2014 at 12:35 PM, Doyley, Marvin M. > wrote: >> >> Hi there, >> >> I have been play with julia the last couple of

[O] [PATCH] org.texi: Remove reference to deleted command

2014-10-29 Thread Kyle Meyer
Hello, The attached patch removes an entry in the manual for a deleted command, org-mark-entry-for-agenda-action. (I've recently completed the FSF assignment process. Please let me know if you need more information.) Thanks, Kyle >From d572a8a803c917db50439a0605aa602812d74f97 Mon Sep 17 00:00:0

Re: [O] Trouble using julia with org-babel

2014-10-29 Thread Ista Zahn
On Wed, Oct 29, 2014 at 12:35 PM, Doyley, Marvin M. wrote: > > Hi there, > > I have been play with julia the last couple of weeks and have been having > some issues when I try to use it in org-babel > > More specifically, It get the following error > > ERROR: unsupported or misplaced expression u

[O] Bernt Hansen bbdb template capture with bbdb 3

2014-10-29 Thread Jared Travis
Hey all, I working on a fresh install of org-mode and I've tangled in Bernt's 2014-08-24 org-mode.el. There are some slight variations in emacs and org versions (Bernt: emacs 23.2.1, org 8.3 beta; mine: emacs 24.4.50.1; org 8.2.6). I can't get Bernt's phone template F9-p bbdb name capture to fun

Re: [O] Extremely slow org-table operations

2014-10-29 Thread Charles Millar
Hi, York Zhao wrote: I think Org 8.3 should improve the situation. Please test it if you can. I was aware that my "emacs -Q" test was done against org-mode version 8.2.x. However, I use the latest org-mode from Git everyday. For example, the version I'm currently using is (from M-x org-version)

[O] Proper settings for tj3 report directory/output?

2014-10-29 Thread John Hendy
I just re-set up tj3 on a new work computer and am a bit puzzled by the report directory structure. Here's what I get when running C-e J j ~/working_dir/file.org ~/working_dir/file.tjp If I use C-e J p instead, I get: ~/working_dir/file.org ~/working_dir/file.tjp ~/working_dir/reports/Overview.ht

Re: [O] Braced inline math no longer supported: ($ ... $)

2014-10-29 Thread Nick Dokos
co...@online.de (Jonas Hörsch) writes: > I just updated my org-mode to latest master and found, that the > behaviour of inline math seems to have changed; with the unwelcome > side-effect, that inline math in braces is not exported correctly to > latex anymore: > > ($\varepsilon = 0$) used to be e

Re: [O] Extremely slow org-table operations

2014-10-29 Thread York Zhao
> I think Org 8.3 should improve the situation. Please test it if you can. I was aware that my "emacs -Q" test was done against org-mode version 8.2.x. However, I use the latest org-mode from Git everyday. For example, the version I'm currently using is (from M-x org-version): "Org-mode version 8.

[O] Braced inline math no longer supported: ($ ... $)

2014-10-29 Thread Jonas Hörsch
Hi dear list, I just updated my org-mode to latest master and found, that the behaviour of inline math seems to have changed; with the unwelcome side-effect, that inline math in braces is not exported correctly to latex anymore: ($\varepsilon = 0$) used to be exported to latex as ($\varepsilon =

[O] [BUG] No syntax highlighting with setup file

2014-10-29 Thread Kyle Meyer
Hello, Starting with commit 61a241f ('Rewrite setup keywords initialization'), I find that syntax is not highlighted in buffers that include '#+setupfile:'. For testing, I'm starting Emacs (24.4) with 'emacs -Q' and with no additional setup besides loading Org. I have a file, setup.org, that con

Re: [O] Org-mode Habit with Varying Description

2014-10-29 Thread Nicolas Goaziou
Eric Abrahamsen writes: > Okay, thanks. Since this is part of a function, I guess I should assume > the (progn... behavior above, assume `org-element-at-point' is going to > return a paragraph, and then work up from there to see if I'm in a > log-list. Is that right? That's the idea, yes. Rega

Re: [O] [question/patch] How detailed may org.texi be?

2014-10-29 Thread Nicolas Goaziou
Hello, Rasmus writes: > I would like to push the following patch to org.texi on export > behavior of sub/superscripts and LaTeX delimiters. To me it seems > relevant, but it's somewhat technical. Is it relevant to include such > "implementation" details/choices in org.texi? FWIW, I think it's

Re: [O] Cooperating with oneself using the cloud?

2014-10-29 Thread Karl Voit
Hi! * Christoph Groth wrote: > If at least one of your computers can be reached from all the others via > ssh, or you can reach all the other computers from one (i.e. there’s a > star topology), you could use unison to synchronize all kinds of files. > This works very reliably and handles modific

Re: [O] How to extract TODOs from date-tree

2014-10-29 Thread Robert Horn
Jay Iyer writes: > If there are use cases out there, it might be worth collecting them and > then thinking about how to support them better. If there aren't, maybe > it should be thrown out. It's most definitely useful. I'm not sure what you think would be "better". I make extensive use of dat

Re: [O] CV in orgmode for export to pdf (and html?)

2014-10-29 Thread Karl Voit
* Tory S. Anderson wrote: > I do mine in LaTeX and haven't had a reason to change that. The same holds for me. When it comes to microtypography and optimization (squeeze the CV into 3 pages instead of 4 with a single paragraph on page 4, ...), I am much more efficient with LaTeX and without the

Re: [O] Fold entirely done subtrees on startup?

2014-10-29 Thread Karl Voit
Hi Bernd! * Bernd Haug wrote: > +STARTUP can show top level headers, all headers, all content or everything. > > I'd like a way to have all subtrees that are DONE or have no > todo-status folded, but have everything TODO* displayed at startup. > > Is there a way to do that with per-file settings?

Re: [O] org-insert-drawer completion targets

2014-10-29 Thread Eric Abrahamsen
Tyler Smith writes: > Hello, > > I'm trying to figure out how drawers work. I see that `C-c C-x d` > provides automatic drawer insertion, and wraps around the region if > active. However, `LOGBOOK` is explicitly excluded from the completion > targets. However, I don't see another way to add a LOG

[O] Patch org-capure-fill-template

2014-10-29 Thread Roberto Huelga
Patch proposal fro org-capture-fill-template Hope it's useful. Thanks. 0001-org-capture.el-Fix-expand-template-order.patch Description: Binary data

[O] org-insert-drawer completion targets

2014-10-29 Thread Tyler Smith
Hello, I'm trying to figure out how drawers work. I see that `C-c C-x d` provides automatic drawer insertion, and wraps around the region if active. However, `LOGBOOK` is explicitly excluded from the completion targets. However, I don't see another way to add a LOGBOOK without typing the word out

[O] Trouble using julia with org-babel

2014-10-29 Thread Doyley, Marvin M.
Hi there, I have been play with julia the last couple of weeks and have been having some issues when I try to use it in org-babel More specifically, It get the following error ERROR: unsupported or misplaced expression using in _start at ./client.jl:394 in _start at /julia/usr/lib/julia/sys

Re: [O] How to extract TODOs from date-tree

2014-10-29 Thread Jay Iyer
Thorsten Jolitz writes: >* Jay Iyer writes:* > >*> Hi Thorsten,* >*> The file entries are as follows and the task/note/project sub-heads * >*> generally don't have active/inactive timestamps except when a * >*> scheduling/deadline is specified. Thanks.* >*> ** 2014-10 October* >*> *** 2014-10-0

Re: [O] How to extract TODOs from date-tree

2014-10-29 Thread Detlef Steuer
Am Wed, 29 Oct 2014 08:20:47 -0400 schrieb Nick Dokos : > Detlef Steuer writes: > > > Hi Nick! > > > > > >> If there are use cases out there, it might be worth collecting them > >> and then thinking about how to support them better. If there > >> aren't, maybe it should be thrown out. > >> > >

Re: [O] Yank "normal" text as item in list

2014-10-29 Thread Igor Sosa Mayor
Teika Kazura writes: > Hi, Igor. Below is mine. It's rudimentary, but it may help you. thanks! I will give it a try and I let you know whether it worked for me! -- :: Igor Sosa Mayor :: joseleopoldo1...@gmail.com :: :: GnuPG: 0x1C1E2890 :: http://www.gnupg.org/ :: :: jabberid: rogor

Re: [O] how to put into a journal info about the email sent

2014-10-29 Thread David Belohrad
Hi David, yes. That works perfectly and solves both issues at the same time. Now it is perfect! .d. David Edmondson writes: > On Wed, Oct 29 2014, David Belohrad wrote: >> - 'standard' behaviour is, that the email sent becomes read-only so with >> 'q' keystroke I can bury the buffer with t

Re: [O] how to put into a journal info about the email sent

2014-10-29 Thread David Edmondson
On Wed, Oct 29 2014, David Belohrad wrote: > - 'standard' behaviour is, that the email sent becomes read-only so with > 'q' keystroke I can bury the buffer with the email. However when I > have implemented this, I have noticed that when I 'confirm' the > template, I go back into the buffer 's

[O] [question/patch] How detailed may org.texi be?

2014-10-29 Thread Rasmus
Hi, I would like to push the following patch to org.texi on export behavior of sub/superscripts and LaTeX delimiters. To me it seems relevant, but it's somewhat technical. Is it relevant to include such "implementation" details/choices in org.texi? —Rasmus -- You people at the NSA are becomin

Re: [O] how to put into a journal info about the email sent

2014-10-29 Thread David Belohrad
dear all, thanks for fruitful hints. Based on what you've done I have setup it as follows: 1) the capture template, which uses clipboard buffer to setup the data. So my org-capture-templates contains this entry: ("@" "Email outgoing sync. USED INTERNALLY" entry (file+datetree (concat m

Re: [O] math in parentheses

2014-10-29 Thread Nick Dokos
Rasmus writes: > Just out of curiosity, do you actually type \(·\) or have you somehow > remapped $·$ to insert \(·\)? > I type \(...\) - I don't do it often enough to worry about it. -- Nick

Re: [O] Several datetrees in one file

2014-10-29 Thread Alexander Baier
On 2014-10-29 04:01 Nick Dokos wrote: > Alexander Baier writes: >> I would like to have several datetrees in one org file. I want to have >> different datetrees under different headlines. The setup I have in mind >> is an address book with chronologically ordered notes for each person. >> >> ... >

Re: [O] How to extract TODOs from date-tree

2014-10-29 Thread Alexander Baier
On 2014-10-29 03:59 Nick Dokos wrote: > If there are use cases out there, it might be worth collecting them and > then thinking about how to support them better. If there aren't, maybe > it should be thrown out. I would argue that datetress lend themselves fairly well for browsing any kind of chro

Re: [O] math in parentheses

2014-10-29 Thread Rasmus
Hi, Nick Dokos writes: > See > > > http://tex.stackexchange.com/questions/510/are-and-preferable-to-dollar-signs-for-math-mode > > for some arguments for and (mostly) against (although one of the "for"s > is Frank Mittelbach - which surely tilts the scale quite a lot). FWIW, > I've trained m

Re: [O] How to extract TODOs from date-tree

2014-10-29 Thread Nick Dokos
Detlef Steuer writes: > Hi Nick! > > >> If there are use cases out there, it might be worth collecting them >> and then thinking about how to support them better. If there aren't, >> maybe it should be thrown out. >> > > > Oh, NO, don´t do that! Datetrees were a major enhancement for my > workfl

Re: [O] BUG: latex preview for \(...\)

2014-10-29 Thread Andreas Leha
Hi Nicolas, Nicolas Goaziou writes: > Hello, > > Andreas Leha writes: > >> Unfortunately, the LaTeX preview is not working on \(...\) constructs. > > Oops, regexp failure. This should be fixed. Thank you. > Confirmed. Thank a lot! Regards, Andreas

Re: [O] BUG: latex preview for \(...\)

2014-10-29 Thread Nicolas Goaziou
Hello, Andreas Leha writes: > Unfortunately, the LaTeX preview is not working on \(...\) constructs. Oops, regexp failure. This should be fixed. Thank you. Regards, -- Nicolas Goaziou

[O] BUG: latex preview for \(...\)

2014-10-29 Thread Andreas Leha
Hi all, background: Since $...$ are less robust, \(...\) is recommended as more robust replacement. Unfortunately, the LaTeX preview is not working on \(...\) constructs. Here is the ECM: --8<---cut here---start->8--- #+TITLE: Test LaTeX-Preview * Inline mat

Re: [O] BUG: preview latex with split environment

2014-10-29 Thread Andreas Leha
Hi Nicolas, Nicolas Goaziou writes: > Hello, > > Andreas Leha writes: > >> I open this file: >> >> #+TITLE: Test amsmath's split >> >> * Some equation >> with some split expression, e.g. >> \begin{equation} >> \begin{split} >> w \cdot x + b &= 1, \text{ and}\\ >> w \cdot x + b &= -1 >>

Re: [O] math in parentheses

2014-10-29 Thread Andreas Leha
Hi Rasmus, Rasmus writes: > Andreas Leha writes: > >> Hi Rasmus, >> >> Rasmus writes: >>> Hi, >>> >>> Andreas Leha writes: >>> Hi Richard, Just for me to understand: Is the problem the missing whitespace around the $...$ expression? >>> >>> From (info "(org) LaTeX Fragments") >

Re: [O] Extremely slow org-table operations

2014-10-29 Thread Nicolas Goaziou
Hello, York Zhao writes: > A few months ago I tried Emacs 24.4 and was disappointed because almost all of > the org-table operations became AT LEAST ten times slower. Because recently > Emacs 24.4 gets officially released, I finally switched over. However, the > problems I had several months ago

Re: [O] org-capture/remember in Emacs 24.4.1? (Marco Wahl)

2014-10-29 Thread Marco Wahl
Benjamin Slade writes: > I figured it out - in updating, I had lost the cdlatex package, and > org-capture wants this for some reason, that's why it was crashing for > me. Library confusion sounds indeed like a probable source of the crashes. Great, that you figured that out! Best regards, Ma

Re: [O] How to extract TODOs from date-tree

2014-10-29 Thread Detlef Steuer
Hi Nick! > If there are use cases out there, it might be worth collecting them > and then thinking about how to support them better. If there aren't, > maybe it should be thrown out. > Oh, NO, don´t do that! Datetrees were a major enhancement for my workflow. I use one as a kind of "lab logbo