Re: [O] progress indicator for code blocks?

2014-09-02 Thread Nick Dokos
John Kitchin writes: > No, it does not seem to work for me. C-g kills the current evaluation > for me. > > Rainer M Krug writes: > >> Thanks for this snippet - I think something along these lines should be >> included into org out-of-the-box. >> >> There are many cases where I simply use C-g to

Re: [O] Babel more verbose?

2014-09-02 Thread Nick Dokos
John Kitchin writes: > I found a message is not sufficient because I get another message from > running the code block that looks like: > > Wrote > /var/folders/5q/lllv2yf95hg_n6h6kjttbmdwgn/T/babel-27354lYd/ob-input-27354uxF > > and it obscures the first message so you cannot tell what is h

Re: [O] Symbol's value as variable is void: org-planning-line-re

2014-09-02 Thread Nick Dokos
Jeff Kowalczyk writes: > Nicolas Goaziou nicolasgoaziou.fr> writes: >> >> >> `org-planning-line-re' is a defconst defined in "org.el". It looks like >> >> a mixed installation. >> > >> > It's possible, how do I confirm? >> >> M-x org-version might tell you. You can also try to "make autoloads"

Re: [O] Babel more verbose?

2014-09-02 Thread Nick Dokos
John Kitchin writes: > Try this: > > #+BEGIN_SRC emacs-lisp > (defadvice org-babel-execute-src-block (around progress nil activate) > "create a buffer indicating what is running" > (let ((code-block (org-element-property :name (org-element-at-point))) > (cb (current-buffer))) > (spl

Re: [O] org-image-actual-width has no effect

2014-08-29 Thread Nick Dokos
Claudius Mueller writes: > Thanks for trying to help! I really appreciate that! > > (image-type-available-p 'imagemagick) ==> output: "t" > org-image-actual-width ==> output: "10" > > I had set org-image-actual-width to 10 in the .emacs file to make sure > I really notice the difference once the

Re: [O] org-image-actual-width has no effect

2014-08-29 Thread Nick Dokos
Claudius Mueller writes: > I tried your file - but whatever I do the images are shown the same > size. I also had to manually paste in ditaa.jar because my compiled > emacs version (24.3) that includes org does not include the > contributed org scripts. > ditaa was just a quick way for me to get

Re: [O] org-image-actual-width has no effect

2014-08-29 Thread Nick Dokos
Claudius Mueller writes: > Thank you for pointing this out. I compiled emacs 24.3 with > imagemagick support: > > "ldd /usr/local/bin/emacs | grep Magick" > > libMagickWand-6.Q16.so.1 => /usr/lib64/libMagickWand-6.Q16.so.1 > (0x7f3946278000) > libMagickCore-6.Q16.so.1 => /usr/lib64/libMag

Re: [O] Using Buffer name in :include export property

2014-08-28 Thread Nick Dokos
Julien Cubizolles writes: > I'm using the following elisp source block in my org files to choose the > publication options. > > (setq org-publish-project-alist > '(("TeX" >:base-directory "./" >:publishing-directory "./" >:publishing-function org-beam

Re: [O] Worg Tutorial error: using Emacs lisp as formulas

2014-08-27 Thread Nick Dokos
Ciaran Mulloy writes: > Hi Nick, > Many thanks for your input. > > The table I was trying was the example in the tutorial shown as follows > (not big) and no hint of a regex!: > > | Col1 | Col2 | Col3 | Col4 | Col5 | > |--+--+--+--+--| > | a| a| :='(mapconcat 'identit

Re: [O] Worg Tutorial error: using Emacs lisp as formulas

2014-08-26 Thread Nick Dokos
Ciaran Mulloy writes: > Hi! > I was fascinated to work through the examples provided in the org-tutorials > sections under Worg and really see the power of using eLisp as spreadsheet > formula: http://orgmode.org/worg/ > org-tutorials/org-spreadsheet-lisp-formulas.html > > However the use of th

Re: [O] [RFC] Rewrite radio tables

2014-08-25 Thread Nick Dokos
Nick Dokos writes: > I tried it with one of Thorsten Grotte's examples: > That should be "Thorsten Grothe". Apologies for the misspelled name. Thanks, Nick

Re: [O] [RFC] Rewrite radio tables

2014-08-25 Thread Nick Dokos
Nicolas Goaziou writes: > The following patch implements radio tables and `orgtbl-to-...' > functions using Org export engine. The implementation is probably not > totally backward compatible, though. > Thanks for doing this! > ... > Feedback welcome. > I tried it with one of Thorsten Grotte'

Re: [O] org-element-at-point fails in programming-modes

2014-08-22 Thread Nick Dokos
Nicolas Richard writes: > Thorsten Jolitz writes: >> Maybe they switched to the new parser between versions, that parses a >> src-block with :post-blank's, but does not take them into account when >> interpreting? > > I tried an experiment : (defun org-mode (&rest _) t) and refresh. The > newli

Re: [O] org-element-at-point fails in programming-modes

2014-08-22 Thread Nick Dokos
Thorsten Jolitz writes: > Nick Dokos writes: > >> Nick Dokos writes: >> >>> Sebastien Vauban >>> writes: >>> >>>> Nick Dokos wrote: >>>>> Thorsten Jolitz writes: >>>>>> Thorsten Jolitz writes: >&

Re: [O] org-element-at-point fails in programming-modes

2014-08-22 Thread Nick Dokos
Nicolas Richard writes: > Nick Dokos writes: >> One machine is running Gnus v. 5.13: that one smooshes the code >> blocks together. >> >> The other is running Ma Gnus v. 0.12: that one leaves empty >> lines between blocks. > > Do they both fontify blocks ? Yes. -- Nick

Re: [O] org-element-at-point fails in programming-modes

2014-08-21 Thread Nick Dokos
Nick Dokos writes: > Sebastien Vauban > writes: > >> Nick Dokos wrote: >>> Thorsten Jolitz writes: >>>> Thorsten Jolitz writes: >>>> >>>> As a side-remark, I did send these blocks with emptly lines between them, >>>&g

Re: [O] Columns with marking characters are exported to latex (Org 8)

2014-08-20 Thread Nick Dokos
Thorsten Grothe writes: > * Nick Dokos, 20.08.2014 18:34:15: > >> That leaves the somewhat counterintuitive case of a completely empty >> first column which is therefore deemed special and gets stripped. This >> could be "fixed" as a special case but

Re: [O] org-element-at-point fails in programming-modes

2014-08-20 Thread Nick Dokos
Sebastien Vauban writes: > Nick Dokos wrote: >> Thorsten Jolitz writes: >>> Thorsten Jolitz writes: >>> >>> As a side-remark, I did send these blocks with emptly lines between them, >>> and when I look at my post in gmane the format looks alright,

Re: [O] org-element-at-point fails in programming-modes

2014-08-20 Thread Nick Dokos
Thorsten Jolitz writes: > Thorsten Jolitz writes: > > As a side-remark, I did send these blocks with emptly lines between them, > and when I look at my post in gmane the format looks alright, however > when I open it in gnus the empty lines are gone and it looks like this: > >> * ORG SCRATCH >>

Re: [O] How to get cookies working with TODOs?

2014-08-20 Thread Nick Dokos
Sharon Kimble writes: > > ** WAITING Anise > CLOSED: [2014-08-20 Wed 10:29] > > > And only _waiting_ shows as closed, none of these other conditions do - > > #+TODO: TODO DONE NEXT IN-PROGRESS NOTES FIXME WAITING > > ... > > I think that the problems all stem from my set-up, but I can't see exact

Re: [O] Columns with marking characters are exported to latex (Org 8)

2014-08-20 Thread Nick Dokos
Nicolas Goaziou writes: > Hello, > > Nick Dokos writes: > >> That leaves the somewhat counterintuitive case of a completely empty >> first column which is therefore deemed special and gets stripped. This >> could be "fixed" as a special case but instead

Re: [O] Columns with marking characters are exported to latex (Org 8)

2014-08-19 Thread Nick Dokos
Nick Dokos writes: > Thorsten Grothe writes: > >> Hallo Nick, >> >> * Nick Dokos, 19.08.2014 00:13:53: >> >>> Sorry - disregard that. I didn't test with radio tables, I just did a >>> straight export. I'll try radio tables later. >

Re: [O] How to get cookies working with TODOs?

2014-08-19 Thread Nick Dokos
Eric Abrahamsen writes: > Sharon Kimble writes: > >> I'm trying to get cookies working with TODO items. The source document >> is a book I'm writing and is an outline of each section and chapters so >> that I can see what is still to be done. I'm writing it in latex but >> doing the outline in o

Re: [O] clock-in clock-out problems

2014-08-19 Thread Nick Dokos
hy...@lactose.homelinux.net (hymie!) writes: > OK. > > I downloaded emacs v 24.4.50.1 . > > I think I still had the problem the first time I ran it, but now I'm not > sure if maybe I ran the old version by mistake. > > Anyway, I commented out my entire .emacs file, run 24.4.50.1, and > the clock p

Re: [O] clock-in clock-out problems

2014-08-19 Thread Nick Dokos
hy...@lactose.homelinux.net (hymie!) writes: > IMPORTANT NEW DISCOVERY > > By default, I use emacs in a terminal window (emacs -nw) > > When I use emacs as an X program, the clock persistence works successfully > and I do not get any errors. > > Only when I use emacs with the -nw flag do I get the

Re: [O] clock-in clock-out problems

2014-08-19 Thread Nick Dokos
Sebastien Vauban writes: > Nick Dokos wrote: >> I added the following to my .emacs >> >> (require 'org-clock) >> (setq org-clock-persist t) >> (org-clock-persistence-insinuate) >> >> I then start a clock, exit, restart emacs, get asked the &qu

Re: [O] Columns with marking characters are exported to latex (Org 8)

2014-08-18 Thread Nick Dokos
Thorsten Grothe writes: > Hallo Nick, > > * Nick Dokos, 19.08.2014 00:13:53: > >> Sorry - disregard that. I didn't test with radio tables, I just did a >> straight export. I'll try radio tables later. > > the attached file is a showing the latex code a

Re: [O] Columns with marking characters are exported to latex (Org 8)

2014-08-18 Thread Nick Dokos
Nick Dokos writes: > Thorsten Grothe writes: > >> Hello List, >> >> I'm running here the maint branch of Org-Mode (8.2.7c). I installed it >> with git. >> >> I tried to export this table to latex: >> >> #+TBLNAME: Test >> #+

Re: [O] Columns with marking characters are exported to latex (Org 8)

2014-08-18 Thread Nick Dokos
Thorsten Grothe writes: > Hello List, > > I'm running here the maint branch of Org-Mode (8.2.7c). I installed it > with git. > > I tried to export this table to latex: > > #+TBLNAME: Test > #+ORGTBL: SEND Test orgtbl-to-latex :skip 1 :splice t > | |A |B | > |---+--+--| > | |

Re: [O] clock-in clock-out problems

2014-08-18 Thread Nick Dokos
hy...@lactose.homelinux.net (hymie!) writes: >>> (lines cut to 75-ish, but I can try to send the full entire error message >>> if needed) >>> >>> Debugger entered--Lisp error: (wrong-type-argument integer-or-marker-p nil) >>> goto-char(nil) >>> (cond ((and org-clock-in-resume (looking-at (conc

Re: [O] clock-in clock-out problems

2014-08-18 Thread Nick Dokos
Nick Dokos writes: > (message "Matched %s" (match-string 1)) Also check your *Messages* buffer to see what matched. > (setq ts (concat "[" (match-string 1) "]")) > (goto-char (match-end 1))<<<<<<<<<<<<<<< apparently > (match-end 1) returned nil

Re: [O] clock-in clock-out problems

2014-08-18 Thread Nick Dokos
hy...@lactose.homelinux.net (hymie!) writes: > In our last episode, the evil Dr. Lacto had captured our hero, > Joost Helberg , who said: >>Dear Hymie, >> >>The customizable variable: >> org-clock-persist >> >>is used for solving this. > > Thanks for the info. However, when I tried it out, I g

Re: [O] Option to override date on org-add-note?

2014-08-18 Thread Nick Dokos
Edward DeMeulle writes: > Frequently I find myself logging a note for something that occurred in > the past either because I wasn't at my computer or just not paying > attention at the time. C-u C-c C-z doesn't change anything. I tried > looking at the source code for the logging functions but no

Re: [O] publish to ascii/utf8 dosent work anymore?

2014-08-17 Thread Nick Dokos
Xebar Saram writes: > Hi list > > i manage to export using the publish function for html. i really want > actually to publih to txt and found these function in the mailing list: > > org-publish-org-to-ascii > org-publish-org-to-latin1 > org-publish-org-to-utf8 > > i have tried using them instead

Re: [O] cannot execute org-mode code from the front page tutorial.

2014-08-16 Thread Nick Dokos
Charles Berry writes: > Nick Dokos gmail.com> writes: > >> >> tsd tsdye.com (Thomas S. Dye) writes: >> >> > Aloha Jenia, >> > >> > jenia.ivlev gmail.com (jenia.ivlev) writes: >> > >> >> Hello. >

Re: [O] cannot execute org-mode code from the front page tutorial.

2014-08-15 Thread Nick Dokos
jenia.iv...@gmail.com (jenia.ivlev) writes: > I can't make the changes - apply the your path - because my ob-R.el file > is completly different, its a elisp file and doesnt contain any R code. > > The file is located at /usr/share/emacs/24.3/lisp/org/ob-R.el > > Can you tell me how do I proceed to

Re: [O] cannot execute org-mode code from the front page tutorial.

2014-08-15 Thread Nick Dokos
jenia.iv...@gmail.com (jenia.ivlev) writes: > I can't make the changes - apply the your path - because my ob-R.el file > is completly different, its a elisp file and doesnt contain any R code. > > The file is located at /usr/share/emacs/24.3/lisp/org/ob-R.el > > Can you tell me how do I proceed to

Re: [O] cannot execute org-mode code from the front page tutorial.

2014-08-15 Thread Nick Dokos
t...@tsdye.com (Thomas S. Dye) writes: > Aloha Jenia, > > jenia.iv...@gmail.com (jenia.ivlev) writes: > >> Hello. >> >> I'm trying to go through the org-mode tutorial on its official page. >> >> However, I have trouble execute the code there" >> >> >> #+NAME: tbl-example-data() >> #+BEGIN_

Re: [O] org-preview-latex-fragment, pstricks

2014-08-14 Thread Nick Dokos
Christian Straßer writes: > Dear all, > > I have a problem producing correct preview images when using pstricks. > Here's a minimal example to illustrate the problem. > I have an org-file "test.org" with the following content: > > \begin{equation} > \varphi > \end{equation} > \begin{pspicture} >

Re: [O] Refile: refile to any open file.

2014-08-13 Thread Nick Dokos
jorge.alfaro-muri...@yale.edu (Jorge A. Alfaro-Murillo) writes: > Isaac writes: > >> Similar to this previous post, I am trying to file orgmode items >> to files/buffers currently opened. Being elisp rookie, I tried >> and came up with the following: >> >> (defun opened-buffer-files () >>

Re: [O] org-mobile-push: Non-existent .#flagged.org angenda - how to avoid this message?

2014-08-13 Thread Nick Dokos
Nick Dokos writes: > Shavkat Rustamov writes: > >> When calling org-mobile-push, org gives this message "Non-existing agenda >> file .#flagged.org". >> >> .# are lock files (create-lockfiles variable), which get created in the org >> directo

Re: [O] org-mobile-push: Non-existent .#flagged.org angenda - how to avoid this message?

2014-08-13 Thread Nick Dokos
Shavkat Rustamov writes: > When calling org-mobile-push, org gives this message "Non-existing agenda > file .#flagged.org". > > .# are lock files (create-lockfiles variable), which get created in the org > directory. I would prefer to have them. Maybe org-mobile-files-exclude-regexp can help.

Re: [O] A gentle introduction to Emacs & Org-mode?

2014-08-12 Thread Nick Dokos
David Ongaro writes: > John Kitchin andrew.cmu.edu> writes: > >> jorge.a.alfaro gmail.com (Jorge A. Alfaro-Murillo) writes: >> >> thanks for point that out, I have fixed them now I think. That must be >> from some link escaping in the translation of org to html I guess. > > No, the problem ha

Re: [O] MobileOrg documentation?

2014-08-08 Thread Nick Dokos
David Masterson writes: > jorge.alfaro-muri...@yale.edu (Jorge A. Alfaro-Murillo) writes: > >> Ken Mankoff writes: >> >>> On iPhone, you cannot add sub-headings. >> >> Another good reason to ditch your iPhone and buy a Nexus =) >> >> Even when the Android and iPhone applications are different, t

Re: [O] Problems with org-export: "byte-code: Invalid function: 0"

2014-08-08 Thread Nick Dokos
Martin Beck writes: > Nick Dokos gmail.com> writes: > > >> >> This shows a problem evaluating a babel #+call or an inline source block >> somewhere between positions 1 and 3532 in the buffer. I suspect those >> call_skype thingies in your text are misi

Re: [O] ox-reveal cannot export

2014-08-07 Thread Nick Dokos
Tyler van Hensbergen writes: > Robert Eckl gmx.de> writes: > >> While exporting to reveal i get >> >> Symbol's function definition is void: org-html-format-headline--wrap >> >> What i'm missing? > > > That function's name was changed. I made a temporary fix on > a forked branch on githu

Re: [O] Problems with org-export: "byte-code: Invalid function: 0"

2014-08-07 Thread Nick Dokos
"Martin Beck" writes: > Nick Dokos gmail.com> writes: >> >> "Martin Beck" web.de> writes: >> > I tracked it down to this paragraph which seems to cause >> > the problem: >> > _ >> > Connect at AIIM is a

Re: [O] Org equivalent to \chapter*

2014-08-05 Thread Nick Dokos
Thorsten Jolitz writes: > Alan L Tyree writes: > >> I'm sure this has been asked before, but I can't seem to find it. Is >> there an org markup that produces a starred latex heading? >> >> In a book, for example, I want the Preface to be at chapter level, but >> not included in the numbering. Sa

Re: [O] How to change color of (part of) agenda header

2014-08-05 Thread Nick Dokos
Sebastien Vauban writes: > Hello, > > I'm trying to get part of the agenda header in another color, here > "TODAY": > > (add-to-list 'org-agenda-custom-commands >`("f" "Today" > (;; list of all TODO entries with deadline today > (tags-todo "DEA

Re: [O] R code block produces only partial output

2014-08-05 Thread Nick Dokos
Nick Dokos writes: > John Hendy writes: > >> On Tue, Aug 5, 2014 at 2:02 PM, Eric Schulte wrote: >>> Charles Berry writes: >>> >>>> Eric Schulte gmail.com> writes: >> >> [snip] >> >>>> Eric, >>>> >&g

Re: [O] R code block produces only partial output

2014-08-05 Thread Nick Dokos
John Hendy writes: > On Tue, Aug 5, 2014 at 2:02 PM, Eric Schulte wrote: >> Charles Berry writes: >> >>> Eric Schulte gmail.com> writes: > > [snip] > >>> Eric, >>> >>> As noted by Andreas and John this is a problem for session output. >>> >>> org-babel-R-evaluate-session uses >>> >>> (string-

Re: [O] Emacs-orgmode Digest, Vol 102, Issue 5

2014-08-05 Thread Nick Dokos
Nick Dokos writes: > "Salome "Södergran\"" writes: > >>> "Salome "S?dergran\"" wrote: >>> > I'm looking for a way to make orgmode export quote signs to LaTeX's >>> > \enquote{}. >>> >

Re: [O] Emacs-orgmode Digest, Vol 102, Issue 5

2014-08-05 Thread Nick Dokos
"Salome "Södergran\"" writes: >> "Salome "S?dergran\"" wrote: >> > I'm looking for a way to make orgmode export quote signs to LaTeX's >> > \enquote{}. >> > On stackoverflow.com (1) I found a solution that uses >> > (setq org-export-with-smart-quotes t) >> > (add-to-list 'org-export-smart-q

Re: [O] Cannot build documentation (release_8.3beta-155-g82b64d)

2014-08-05 Thread Nick Dokos
Vicente Vera writes: > Hello. Started another "clean" cloned local repository to try building the > documentation again and the errors persist. > 'M-x org-version' gives: Org-mode version 8.3beta > (release_8.3beta-167-g003edd @ /usr/local/share/emacs/site-lisp/org/). I > installed everything e

Re: [O] Problems with org-export: "byte-code: Invalid function: 0"

2014-08-05 Thread Nick Dokos
"Martin Beck" writes: > I'm doing my first steps trying to publish my org-mode content to HTML and it > seems that there is something that causes problems > with publishing. > > I tracked it down to this paragraph which seems to cause the problem: > _ > Connect at AIIM is a news commun

Re: [O] ox-reveal cannot export

2014-08-05 Thread Nick Dokos
Robert Eckl writes: > Hi, > > after a long time i recently played with ox-reveal (with > org-mode release_8.3beta-167-g003edd) > > While exporting to reveal i get > > Symbol's function definition is void: org-html-format-headline--wrap > > What i'm missing? > Well, you are missing that f

Re: [O] numbering figure in html ?

2014-08-05 Thread Nick Dokos
Joseph Vidal-Rosset writes: > The following code works correctly to export into LaTeX, but the > caption function fails in html. But caption works in html when it is > above a table written in org-mode. > > #+OPTIONS: LaTeX:verbatim > #+LaTeX_CLASS: org-article > #+LaTeX_CLASS_OPTIONS: [koma,a4p

Re: [O] numbering figure in html ?

2014-08-05 Thread Nick Dokos
Joseph Vidal-Rosset writes: > The following code works correctly to export into LaTeX, but the > caption function fails in html. But caption works in html when it is > above a table written in org-mode. > > #+OPTIONS: LaTeX:verbatim > #+LaTeX_CLASS: org-article > #+LaTeX_CLASS_OPTIONS: [koma,a4pa

Re: [O] numbering figure in html ?

2014-08-04 Thread Nick Dokos
Joseph Vidal-Rosset writes: > Hello everybody, > > In org-mode exporting > > \begin{figure} > \begin{tikzpicture} > > \draw[<-, >=latex][thick] (0,0) -- (1.6,0) node[right] {Subcontrary}; > ... > > end{tikzpicture} \end{tikzpicture} > \caption{Square of opposition} > \end{figure} > > works

Re: [O] HTML lists are including paragraphs (…)

2014-08-04 Thread Nick Dokos
Daniel Clemente writes: > Hi. With latest org I'm getting …, which makes no sense; it > should be … > Aren't there tests to find this type of breakages in export? > > > Example: > > - hola > - uno > - dos > - tres > > > Is exported to: > > > > > hola > > > > uno > > > dos > > > > >

Re: [O] [POLL] Syntax change: make \[...\] non-inline (+1)

2014-08-03 Thread Nick Dokos
Federico Beffa writes: >> It's a bit more complicated than that: one upgrades org at some >> opportune moment, then three months/years/centuries later, tries to use >> that presentation that worked perfectly before - boom. If you go back >> and check all your old presentations each time you upgra

Re: [O] [PATCH] ox-bibtex.el: Extend to use bibtex files not in current, working directory

2014-08-03 Thread Nick Dokos
t...@tsdye.com (Thomas S. Dye) writes: > Aloha Konrad, > > IIRC, it took my assignment about a month to be completed. Mine too - I don't remember the details, so don't hold me to it, but I think I found out that it had gone through from Bastien first, rather than the FSF. Eventually, I think I go

Re: [O] [POLL] Syntax change: make \[...\] non-inline (+1)

2014-08-03 Thread Nick Dokos
Federico Beffa writes: >>> 5. Existing documents are very easy to fix. >>> >> >>Backwards compatibility is important. It has been broken >>before, for very good reasons, and even though it was done very >>carefully, it still caused many problems (still does). >>So I don't buy the "very easy to fi

Re: [O] Generating agenda endless-loop

2014-08-02 Thread Nick Dokos
Karl Voit writes: > My agenda generally works. However, sometimes, by working with Emacs > I get to the "status" where I can not re-generate the agenda: it is > in an endless loop with 100% of its Emacs-CPU-core. I can quit by > pressing M-g. After re-starting Emacs, it works again without > modi

Re: [O] how to stop using org-mode from /usr/local/share/emacs/24.3.92/lisp/org/

2014-07-30 Thread Nick Dokos
Sharon Kimble writes: > I've now got the maintenance branch, thanks for the pointers folks. > > This is what I've done - > > cd ~/git/org-mode-master > git checkout maint > git pull > make autoloads > make > make doc > sudo make install That will install org in a place like /usr/local/share/emac

Re: [O] [POLL] Syntax change: make \[...\] non-inline (+1)

2014-07-30 Thread Nick Dokos
Federico Beffa writes: > Who is entitled to vote? If I am then here is my vote in favor for the > following reasons: > > 1. the construct \[...\] has been defined in LaTeX for equations which > must stand out and therefore belong on separate lines. It would > therefore make sense to conform to th

Re: [O] Enabling another language in org-babel

2014-07-30 Thread Nick Dokos
Ista Zahn writes: > I asked Bastien privately about getting access to the git repository, > but will ask here as well: When I run 'git clone > orgm...@orgmode.org:org-mode.git' I get a response saying > > "Permission denied (publickey). > fatal: Could not read from remote repository" > > Does tha

Re: [O] Regex Speedup for org-refresh-category-properties.

2014-07-29 Thread Nick Dokos
Malcolm Purvis writes: > I use the master version of org, and some months ago the time required > to generate my custom agenda view sky rocketed. I've found that 90% of > the time was being spent in the call to re-search-forward in > org-refresh-category-properties. The patch below speeds up th

Re: [O] org-envolve?

2014-07-29 Thread Nick Dokos
Nicolas Richard writes: > David Arroyo Menendez writes: >> Yes, I have some ítems >> >> mapcar >> defun >> apply >> cons >> >> Then I mark the region of this ítems, apply the function and obtain: >> >> + [ ] mapcar >> + [ ] defun >> + [ ] apply >> + [ ] cons > > FWIW, I use rectangular insertion

Re: [O] org-table-edit-formulas misbehaving in 8.2.7b

2014-07-28 Thread Nick Dokos
Bastien writes: > Hi Luke, > > Luke Crook writes: > >> I just noticed that org does not jump to the correct cell in the table when >> examining formulas using "org-table-edit-formulas". > > Are you still seeing problems here? > > I tried to navigate through formulas from your example and > I di

Re: [O] Scaling down face maintains line height

2014-07-28 Thread Nick Dokos
Andreas writes: > Hi, > > when I scale down (C-x C--) an org buffer's faces, they maintain the > original line height, filling up with vertical space, which is not what > I want. See as an example: > > https://share.eva.mpg.de/public.php?service=files&t=0bd6cff7cc9bb41d691d0d0f0260f7ef > > The i

Re: [O] File name with space

2014-07-25 Thread Nick Dokos
Chris Henderson writes: > How do I link a local file or folder that has space? Looks like the link goes > broken. > > e.g. file+sys:///Users/chris/projects/marketing plan for 2014 <-- doesn't > work. > > I tried: > > file+sys:///Users/chris/projects/marketing\ plan\ for\ 2014 <-- which also >

Re: [O] Possible to use src block to generate org headlines for export?

2014-07-24 Thread Nick Dokos
Charles Berry writes: > Nick Dokos gmail.com> writes: > >> >> Charles Berry ucsd.edu> writes: >> >> > Matt Lundin imapmail.org> writes: >> > >> > [deleted] > [more deleted] > >> > Or wrap the results in a drawer w

Re: [O] Org-entities-user in caption of Latex export

2014-07-24 Thread Nick Dokos
t...@tsdye.com (Thomas S. Dye) writes: > Nicolas Goaziou writes: > >> I cannot reproduce it. Do you have an ECM? Are you setting >> `org-entities-user' in a special way (i.e, not globally through `setq' >> or customize)? > > In the process of putting together an ECM (which hopefully doesn't > ref

Re: [O] Org 8 Bug in interactive formula editing mode?

2014-07-23 Thread Nick Dokos
Thorsten Grothe writes: >> Can you please try this patch out and report whether it >> works or not and whether it causes any other problems? >> I'm not sure if Bastien is around to vet it, but if it >> seems to work for you, I can push it and deal with any >> other breakage later. > > Seems to wo

Re: [O] Possible to use src block to generate org headlines for export?

2014-07-23 Thread Nick Dokos
Charles Berry writes: > Matt Lundin imapmail.org> writes: > > [deleted] > >> Footnotes: >> >> [fn:1] If one really needs to see the headlines in the original org >> buffer, a hook can be used to remove the :RESULTS: drawer. >> >> --8<---cut here---start->8--

Re: [O] Evaluating inline source blocks on export issue

2014-07-23 Thread Nick Dokos
Grant Rettke writes: > Thanks for looking Thomas and Nick. > > When I set this and export > > , > | (setq org-export-babel-evaluate t) > ` > > I get the expected result of > > , > | Here is a `16', stuck in the middle of some prose. > ` > > But when I do this and export > > ,

Re: [O] Evaluating inline source blocks on export issue

2014-07-23 Thread Nick Dokos
Grant Rettke writes: > Good evening, > > From [org-scraps] I pasted this example into a buffer: > > ,—- > ━ > > #+name: square > #+begin_src emacs-lisp :var it=0 > > (* it it) > #+end_src > > Here is a call_square(it=4), stuck i

Re: [O] Possible to use src block to generate org headlines for export?

2014-07-22 Thread Nick Dokos
Matt Lundin writes: > I am attempting to use a babel code snippet to generate org headlines > for export. However, I seem to be running into a corner case here. > > AFAICT, the only way to generate headlines safely with babel is to wrap > them in a :RESULTS: drawer. > > Take the following example

Re: [O] Test failure

2014-07-22 Thread Nick Dokos
Rasmus writes: > > Nicolas removed the "$" at the end of the regexps identifying LaTeX > environments here: > > > http://orgmode.org/cgit.cgi/org-mode.git/commit/?id=ec0e3cf70ba353ea59a5e66235462f659c99 > > There a current thread discussion of this behavior on this list called > somethin

Re: [O] Org 8 Bug in interactive formula editing mode?

2014-07-22 Thread Nick Dokos
Thorsten Grothe writes: >> I believe that you'll have to live with the problem for a while: it >> might be easy to fix or it might be difficult but until somebody takes a >> deeper look, we won't know for sure. > > Of course I can live with that, we are on open source here and here are many > peo

Re: [O] Org 8 Bug in interactive formula editing mode?

2014-07-22 Thread Nick Dokos
Can you please try this patch out and report whether it works or not and whether it causes any other problems? I'm not sure if Bastien is around to vet it, but if it seems to work for you, I can push it and deal with any other breakage later. --8<---cut here---start---

[O] Test failure

2014-07-22 Thread Nick Dokos
I just pulled (HEAD is 02f2d5b42aabe9e272a5967ad0483b38750a8392) and got this test failure: , | Test test-org-element/latex-environment-parser backtrace: | (if (not (unwind-protect (setq value-102202 (apply fn-102200 args-10 | (let (form-description-102204) (if (not (unwind-protect (setq

Re: [O] Org 8 Bug in interactive formula editing mode?

2014-07-22 Thread Nick Dokos
Nick Dokos writes: > Robert Klein writes: > >> I made some quick tests with different org versions; the first one I see >> this issue is git commit 30220ffcdcef45c0237f80a2347d4da19877f64a >> (release_8.2.6-77-g30220f). >> >> I don't see the patc

Re: [O] Org 8 Bug in interactive formula editing mode?

2014-07-22 Thread Nick Dokos
Robert Klein writes: > I made some quick tests with different org versions; the first one I see > this issue is git commit 30220ffcdcef45c0237f80a2347d4da19877f64a > (release_8.2.6-77-g30220f). > > I don't see the patch causing this, yet; have to look further. > Absolutely right, that looks like

Re: [O] Org 8 Bug in interactive formula editing mode?

2014-07-22 Thread Nick Dokos
Nick Dokos writes: > Thorsten Grothe writes: > >>> If the frame is bigger than about 50 lines (so that after C-c ', it's >>> big enough to show the whole table, including the formula and the empty >>> line underneath it) then I don't see

Re: [O] Org 8 Bug in interactive formula editing mode?

2014-07-22 Thread Nick Dokos
Thorsten Grothe writes: >> If the frame is bigger than about 50 lines (so that after C-c ', it's >> big enough to show the whole table, including the formula and the empty >> line underneath it) then I don't see the problem. > > Thank you very much for your instructions! > > yes you are right for

Re: [O] org-redisplay-inline-images and export to HTML

2014-07-22 Thread Nick Dokos
Brett Viren writes: > Nick Dokos writes: > >> I think you'd be better off with the tip that Rick Frankel posted in >> the same thread: >> >> #+BEGIN_SRC emacs-lisp >> (add-hook 'org-babel-after-execute-hook >> (lambda () (org-display-inline-im

Re: [O] Repeat task a fixed number of times

2014-07-22 Thread Nick Dokos
SabreWolfy writes: > This repeats an event on the first of the month forever: > > * Attend Monthly Meeting ><2014-05-01 +1m> > > How do I indicate that the event should be repeated monthly for 6 months > only? Time-shift? I think so: C-c C-x c (org-clone-subtree-with-time-shift) Nick

Re: [O] Org 8 Bug in interactive formula editing mode?

2014-07-22 Thread Nick Dokos
Thorsten Grothe writes: >> Now, when I go down to the first formula whose referenced field(s) are >> not visible, the cursor in the org file jumps to the end of the file >> which is then displayed at the upper end of the tabletest.org buffer window. >> >> >> >> In "sufficient" long org files t

Re: [O] Org 8 Bug in interactive formula editing mode?

2014-07-22 Thread Nick Dokos
Robert Klein writes: > > I confirm at least some variant of this. > > I start emacs using the command line "emacs -Q -l .e2" with .e2 being: > > #+begin_src elisp > (setq load-path (cons "~/.emacs.d/org-mode/lisp" load-path)) > (add-to-list 'auto-mode-alist '("\\.\\(org\\|org_archive\\|txt\\

Re: [O] minted question

2014-07-22 Thread Nick Dokos
Manfred Lotz writes: > Hi Thomas, > > On Mon, 21 Jul 2014 10:48:14 -1000 > t...@tsdye.com (Thomas S. Dye) wrote: > >> Hi Manfred, >> >> Manfred Lotz writes: >> >> > Hi Tom, >> > >> > On Mon, 21 Jul 2014 09:53:41 -1000 >> > t...@tsdye.com (Thomas S. Dye) wrote: >> > >> >> Aloha Manfred, >> >>

Re: [O] [BUG] Weird behaviour just after a capture

2014-07-21 Thread Nick Dokos
Fletcher Charest writes: > I am confronted to this bug in every version of Org (shipped with Emacs, from > maint, and from master). Here is how I can reproduce it every time: > > 1. emacs -Q (in my case GNU Emacs 24.3.50.1, with Org-mode version 8.2.3a) > > 2. Evaluate this code: > > (setq org-

Re: [O] org-redisplay-inline-images and export to HTML

2014-07-21 Thread Nick Dokos
Brett Viren writes: > Someone recently posted a tip to add > > :post (org-redisplay-inline-images) > > to a SRC block which generates an image in order to freshen the Emacs > buffer with the regenerated image each time the block is executed. It > works *almost* fine but I have two problems whi

Re: [O] Org 8 Bug in interactive formula editing mode?

2014-07-21 Thread Nick Dokos
Thorsten Grothe writes: > New test: > > I set up a minimal .emcas only for orgmode like this: > > > (package-initialize) > (add-to-list 'load-path "~/.emacs.d/src/org-mode/lisp") > (require 'org) > (add-to-list 'auto-mode-alist '("\\.org\\'" . org-mode)) > (add-hook 'LaTeX-mode-hook 'orgtbl

Re: [O] org-mode for swi-prolog and latex export ?

2014-07-21 Thread Nick Dokos
Joseph Vidal-Rosset writes: > 2014-07-21 15:40 GMT+02:00 Nick Dokos : > > > It is only because I do not understand how to "tangle the (prolog) > > code". I know the export function but I know nothing about tangle. Do > > not feel forced to answ

Re: [O] org-mime-org-buffer-htmlize sending hangs ...

2014-07-21 Thread Nick Dokos
Peter Davis writes: >> >> At least, that's how I would go about it. > > Alas, despite years of emacs abuse, I have not managed to master even > the rudiments of emacs lisp, and don't even know how to edebug. > So this is your opportunity to learn! This might be a bit too complicated to learn on

Re: [O] Org 8 Bug in interactive formula editing mode?

2014-07-21 Thread Nick Dokos
Thorsten Grothe writes: > Nick, > >> Nope - I tried to reproduce it with latest (both master and maint) and >> could not, so I suspect an error in your configuration. > > I think I found the problem, it happened after I patched the file with your > patch from the thread above: > > # > diff --

Re: [O] org-mime-org-buffer-htmlize sending hangs ...

2014-07-21 Thread Nick Dokos
Peter Davis writes: > On more observation: I tried quitting Aquamacs, and then quitting and > re-starting Emacs. The same problem occurred. > > I also looked in the *trace of SMTP session to ... * buffer, and it > was empty. > C-h v message-send-mail-function RET What the value is depends on wh

[O] François Pinard RIP

2014-07-21 Thread Nick Dokos
I just found out that François Pinard (author of org grep among other tools and frequent contributor to this list) died recently: https://plus.google.com/118038589019918324505/posts/DFuvYBrh4th -- Nick

<    5   6   7   8   9   10   11   12   13   14   >