Re: [O] How do you interact with org src blocks for your gmane.emacs.orgmode correspondence?

2014-10-31 Thread Brady Trainor
Brady Trainor writes: > ... Here is my > present workflow, and I hope there is some simple or complex solution > where others have a better workflow they can share: > > 1. Cut some pieces from my .el or .org files, > 2. Paste into the scratch buffer, > 3. Convert scratch buffer to Major mode or

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

2014-10-31 Thread John Hendy
On Fri, Oct 31, 2014 at 8:10 PM, John Hendy wrote: > On Fri, Oct 31, 2014 at 8:36 AM, Christian Egli wrote: >> Hi John >> >> John Hendy writes: [snip] > Plan.html doesn't pick up the css or scripts as-is with either method. > Once placed inside ~/Deskopt[/reports]/taskjuggler, it works. I > at

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

2014-10-31 Thread John Hendy
On Fri, Oct 31, 2014 at 8:36 AM, Christian Egli wrote: > Hi John > > John Hendy writes: > >> I just re-set up tj3 on a new work computer and am a bit puzzled by >> the report directory structure. >> >> If I use C-e J p instead, I get: >> ~/working_dir/file.org >> ~/working_dir/file.tjp >> ~/worki

[O] What does org-html--build-pre/postamble do?

2014-10-31 Thread Marcin Borkowski
Hi all, I've started to write a derived backend based on the HTML one. Since I want my HTML file to be rather minimalist, I exclude as much as possible. While looking at org-html-template, I noticed the (org-html--build-pre/postamble 'preamble info) line. I'm wondering, what does it do? Includ

[O] How do you interact with org src blocks for your gmane.emacs.orgmode correspondence?

2014-10-31 Thread Brady Trainor
When reading articles /from/ gmane.emacs.orgmode /in/ Gnus, I've observed that source blocks such as #+BEGIN_SRC emacs-lisp (if this (then that)) #+END_SRC and #+BEGIN_SRC org ,* TODO some headlines and:atag: SCHEDULED: <2014-10-29 Wed> - [ ] some other org-mode s

Re: [O] OrgStruct: start with collapsed view

2014-10-31 Thread Scott Randby
On 10/30/2014 08:41 AM, Thorsten Jolitz wrote: Karl Voit writes: Hi! * Thorsten Jolitz wrote: Marcin Borkowski writes: And now there's another problem: I'd like to have my init file collapsed to only headlines on opening. Since I visit my init file through a custom command (which finds

[O] Recent startup error in Org

2014-10-31 Thread Mike McLean
Hello I updated to git-head today; my most recent update was about 1 week prior. Today I get a startup error in Emacs (Back trace of debug-init below). Emacs Version: GNU Emacs 24.4.1 (x86_64-apple-darwin13.4.0, NS apple-appkit-1265.21) of 2014-10-21 on mac-mike-2013 Org Version: Org-mode versio

Re: [O] math in parentheses

2014-10-31 Thread Eric S Fraga
On Wednesday, 29 Oct 2014 at 13:24, Rasmus wrote: [...] > Just out of curiosity, do you actually type \(·\) or have you somehow > remapped $·$ to insert \(·\)? I have been using the following for quite some time: #+begin_src emacs-lisp ;; from Nicolas Richard ;; Date: Fri, 8 Mar 2013 16:

Re: [O] Table columns verbatim export

2014-10-31 Thread Nick Dokos
Michael Bach writes: > Hi, > > I am looking for a way to format table columns to be verbatim for the > (latex) export. The reason is that in the following table, the numpy > `A[0]` will be interpreted as a footnote without a matching description > and export will fail. > > || mat

Re: [O] Endless loop in org--setup-collect-keywords (agenda, ...)

2014-10-31 Thread Kyle Meyer
Hello, Karl Voit wrote: [...] > Do you have a clue if my update or my re-arrangement of my init.el > could have caused this? I'd guess this is related to commit 61a241f (because that is the commit that introduced org--setup-collect-keywords and because I'm seeing hanging that may be related [1])

[O] Endless loop in org--setup-collect-keywords (agenda, ...)

2014-10-31 Thread Karl Voit
Hi! Weird behaviour: yesterday I switched my init.el to OrgStruct and re-organized it a bit. Silly me thought it would also be a clever time to update my Org git repo. At many occasions, my Emacs 24.3.50.1 hangs in an endless loop. When I break it, I get following Backtrace: | Debugger entered--

Re: [O] [PATCH] New version of org-velocity

2014-10-31 Thread Achim Gratz
Marco Wahl writes: > Is there any reason not bringing your new version into the master > branch? I'm not certain about the current maintainer policy w.r.t. backwards compatibility for older Emacsen, but this patch would work with Emacs 24 only due to its use of lexical binding. Regards, Achim. -

Re: [O] Extremely slow org-table operations

2014-10-31 Thread Charles Millar
Hi York, York Zhao wrote: @Charlie Millar: > IIRC Carsten Dominik made the following observation: org tables are extremely > slow if they are used as workbooks/spreadsheets and there are many entries > (many is undefined). Thanks for the information, could you please clarify what "entry" m

Re: [O] Org and ledger

2014-10-31 Thread Eric Abrahamsen
Vikas Rawal writes: > I have started using ledger with Org, and would be interested in knowing > experiences of other users. > > I see two sets of uses in combining Ledger with Org. > > 1. Record keeping of transactions: Org works with ledger mainly > through babel. Has anyone considered the pos

Re: [O] OrgStruct: start with collapsed view

2014-10-31 Thread Thorsten Jolitz
Karl Voit writes: > Hi! > > * Thorsten Jolitz wrote: >> Marcin Borkowski writes: >> >>> And now there's another problem: I'd like to have my init file >>> collapsed to only headlines on opening. Since I visit my init file >>> through a custom command (which finds it and turns on orgstruct), I

[O] Beamer Export Columns

2014-10-31 Thread Georgios Marentakis
Hallo, I am using the org beamer functionality to produce presentations and I am quite happy with it. Saves a lot of time. Thanks for the great work! There is one thing however I am not sure how to go about. I have found a number of answers in the mailing list but none that works for me. The

Re: [O] Extremely slow org-table operations

2014-10-31 Thread York Zhao
@Charlie Millar: > IIRC Carsten Dominik made the following observation: org tables are extremely > slow if they are used as workbooks/spreadsheets and there are many entries > (many is undefined). Thanks for the information, could you please clarify what "entry" means? Does it mean org headline,

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

2014-10-31 Thread Nicolas Goaziou
Hello, Kyle Meyer writes: > The attached patch removes an entry in the manual for a deleted command, > org-mark-entry-for-agenda-action. Applied. Thank you. Regards, -- Nicolas Goaziou

Re: [O] Extremely slow org-table operations

2014-10-31 Thread Charles Millar
Hi Michael, Michael Brand wrote: 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. I

Re: [O] [RFC] Change property drawer syntax

2014-10-31 Thread John Hendy
On Fri, Oct 31, 2014 at 8:10 AM, Christian Egli wrote: > Nicolas Goaziou writes: > >> Nicolas Goaziou writes: >> >>> As discussed previously, I would like to modify property drawers syntax. >>> The change is simple: they must be located right after a headline and >>> its planning line, if any. >

Re: [O] Patch org-capure-fill-template

2014-10-31 Thread Roberto Huelga
Suppose you want to write the parent directory name in your capture so write a template like "* %(file-name-nondirectory (directory-file-name (file-name-directory \"%F\")))" Without the patch, file-name-directory get the useless string "%F" instead of a string with the full path name of the file.

[O] How to close the feature of auto-jumping to the line beginning when the clean view is opened?

2014-10-31 Thread Y Qu
Hi, I have set up the clean view. However, when I move through some idented list items, they just jump to the begining of the line. This feature make me unconfortable. Can anyone help me close it? Best wish

[O] orgmode and ledger

2014-10-31 Thread Vikas Rawal
I have started using ledger with Org, and would be interested in knowing experiences of other users. I see two sets of uses n combining Ledger with Org. 1. Record keeping of transactions: Org works with ledger mainly through babel. Has anyone considered the possibility of maintaining the record

[O] Org and ledger

2014-10-31 Thread Vikas Rawal
I have started using ledger with Org, and would be interested in knowing experiences of other users. I see two sets of uses in combining Ledger with Org. 1. Record keeping of transactions: Org works with ledger mainly through babel. Has anyone considered the possibility of maintaining the recor

[O] odt import

2014-10-31 Thread Paul Rudin
The org info file includes the words "OpenDocument Text (ODT) export allows seamless collaboration across organizational boundaries." The export to odt is great and goes part of the way, but for true seamless collaboration you really need to be able to go both ways. Does anyone have a way of conv

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

2014-10-31 Thread Skip Collins
Rasmus writes: > I would like to push the following patch to org.texi on export As long as you are tweaking the manual, please fix the typesetting of LaTeX-verbatim-environments in the Variable Index. It should appear as a simple string, not as a fancy logo. As a point of style, I would prefer th

[O] Table columns verbatim export

2014-10-31 Thread Michael Bach
Hi, I am looking for a way to format table columns to be verbatim for the (latex) export. The reason is that in the following table, the numpy `A[0]` will be interpreted as a footnote without a matching description and export will fail. || matlab| r | numpy | | elemen

[O] [Bug] Hanging multiple TAG lines in setup file

2014-10-31 Thread Kyle Meyer
Hello, I'm experiencing a second issue that seems to be introduced by commit 61a241f ('Rewrite setup keywords initialization'). Starting Emacs (24.4) with 'emacs -Q' and with no additional setup besides loading Org, I see the following behavior. Opening test-good.org works as usual. , setup-

Re: [O] Patch org-capure-fill-template

2014-10-31 Thread Nicolas Goaziou
Hello, Roberto Huelga writes: > Patch proposal fro org-capture-fill-template Thanks for your patch. However, I'd like to know your motivation for it as I fail to see how it is superior to the current design. Regards, -- Nicolas Goaziou

Re: [O] make clean-install leaves htmlize.el

2014-10-31 Thread Achim Gratz
Andreas Leha writes: > recently make clean-install leaves the files htmlize.el[c] left in my > installation directory while I'd expect them to be removed by > clean-install. Stop adding it to the installation in the first place. Regards, Achim. -- +<[Q+ Matrix-12 WAVE#46+305 Neuron microQkb And

[O] Fwd: Re: Extremely slow org-table operations

2014-10-31 Thread Charles Millar
--- Begin Message --- Hi Michael, Michael Brand wrote: 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 t

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

2014-10-31 Thread Tyler Smith
On Wed, Oct 29, 2014, at 02:10 PM, Eric Abrahamsen wrote: > > If you've got org-log-into-drawer set to a non-nil value, the drawer > should be created automatically for you the first time you take a note > on the heading (org-add-note), or switch TODO states in such a way that > records a state-cha

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

2014-10-31 Thread Nicolas Goaziou
Hello, Kyle Meyer writes: > Starting with commit 61a241f ('Rewrite setup keywords initialization'), > I find that syntax is not highlighted in buffers that include > '#+setupfile:'. This should be fixed. Thank you for reporting it. Regards, -- Nicolas Goaziou

Re: [O] how to turn off UID-creation for non-exported ical items?

2014-10-31 Thread Nicolas Goaziou
Hello, Kevin Brubeck Unhammer writes: > Before upgrading to Emacs 24.4, I used org-caldav to sync my agenda with > OwnCloud. This of course requires stable UID's on the exported items, so > I have > > (setq org-icalendar-store-UID t) > > Items which are not exported don't need UID's, and did

[O] TTY keys in GUI

2014-10-31 Thread SabreWolfy
I'm having difficulty changing dates/times in timestamps on a MacBook Air, as the keyboard shortcuts do not work. I'd like to access the keys described here: http://orgmode.org/manual/TTY-keys.html via Emacs launched via the GUI, rather than the console. If I run Emacs with '-nw', the TTY shortc

Re: [O] Extremely slow org-table operations

2014-10-31 Thread Nicolas Goaziou
Hello, Michael Brand writes: > 1) The same table calculates fast or slow depending on the position >within the same entry, see OP. Note that this is due to org-table.el overusing `org-current-line'. It should be factored out of the library at some point. Regards, -- Nicolas Goaziou

[O] Anyone using or interested in an org to Rmarkdown exporter?

2014-10-31 Thread Grant Rettke
Good morning, Last week I started learning about [RMarkdown]. It is a [literate programming] tool implemented in, and for, the [ℝ programming language]. Although I haven't dug in deep yet, I do know that (1) it is /basically/ [Markdown] and that (2) `org' exports both to [vanilla markdown] and als

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

2014-10-31 Thread Paul Rudin
Karl Voit writes: > 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

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

2014-10-31 Thread Kyle Meyer
Nicolas Goaziou wrote: > This should be fixed. Thank you for reporting it. Confirmed. Thank you. -- Kyle

Re: [O] [PATCH] New version of org-velocity

2014-10-31 Thread Marco Wahl
Paul Rodriguez writes: > I'm afraid I don't understand the question. Is there a problem with the > patch? AFAICS there is no problem with your patch. I just wonder about how your patch could be applied to the repository. Can you do this? Best regards, Marco -- http://www.wahlzone.de GPG: 0x

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

2014-10-31 Thread Christian Egli
Hi John John Hendy writes: > I just re-set up tj3 on a new work computer and am a bit puzzled by > the report directory structure. > > If I use C-e J p instead, I get: > ~/working_dir/file.org > ~/working_dir/file.tjp > ~/working_dir/reports/Overview.html > ~/working_dir/reports/taskjuggler/{css

[O] customizing Agenda mode line

2014-10-31 Thread Tyler Smith
Hi, The major mode name displayed in the mode line for my agenda buffer is so long that it is pushing other info off the screen. Is there a cleaner way to customize this than directly editing the definition of org-agenda-set-mode-name? Thanks, Tyler --

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

2014-10-31 Thread Doyley, Marvin M.
Hi Ista, It is now working for Winston, but I am having problems with PyPlot is the case for you ? thanks M PS this is the error that I get when trying to load PyPlot ERROR: could not load module python: dlopen(python.dylib, 9): image not found in pyinitialize at /Users/doyley/.julia/v0.3/PyC

Re: [O] Extremely slow org-table operations

2014-10-31 Thread Charles Millar
Earlier today I attempted to send the following. Charles Millar wrote: Hi Michael, Michael Brand wrote: 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 fas

Re: [O] [PATCH] New version of org-velocity

2014-10-31 Thread Marco Wahl
Hello Paul, Paul Rodriguez writes: > This is a new version of org-velocity. Principally it differs in using > cl-lib and lexical binding, but there are also some minor bugfixes for > presenting results on very large screens and compatibility with > evil-mode. Thanks for sharing. Is there any r

Re: [O] Extremely slow org-table operations

2014-10-31 Thread Charles Millar
Hi Michael > Michael Brand wrote: >> 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

Re: [O] [RFC] Change property drawer syntax

2014-10-31 Thread Christian Egli
Nicolas Goaziou writes: > Nicolas Goaziou writes: > >> As discussed previously, I would like to modify property drawers syntax. >> The change is simple: they must be located right after a headline and >> its planning line, if any. >> Feedback welcome. > > If there is no more feedback or objecti

Re: [O] What to do with taskjuggler's Plan.html report?

2014-10-31 Thread Christian Egli
Hi Thorsten Thorsten Jolitz writes: > when I run 'tj3' on a taskjuggler file (.tjp) exported from Org, I get > the reports as 'Plan.html' file. > > I can have a look with my browser, but thats not really what I want - I > want to integrate the reports in a LaTeX document (exported from Org). >