Re: [O] Lexical binding bug in org-list.el?

2015-11-11 Thread Nicolas Goaziou
Hello, Aaron Ecay writes: > LGTM. I’ve probably met my quota of org-related fun for the day (see > below...), but implementing this in terms of elements will be my next > org-list related task. What is "this"? Unfortunately org-list and Elements do not play nicely with each other at the momen

Re: [O] Bug: bold text followed by footnote not bold

2015-11-11 Thread Nicolas Goaziou
Hello, Manuel Koell writes: > I just encountered following behaviour: > > *foo bar*[fn:1] will export as *foo bar*1 (not bold, with stars) > > *foo bar* [fn:2] will export as foo bar 1 (bold, but you've to use a space > between bold text and marker) > > I may be wrong, but I thought a footnote m

Re: [O] org-lint does not finish on some org-mode buffer

2015-11-11 Thread Karl Voit
* Nicolas Goaziou wrote: > Hello, Hi Nicolas! > Karl Voit writes: > > It is. C-g with `toggle-debug-on-quit' would be interesting. Also, you > could bisect your document to check if is really coming from its sheer > size or from particular structure in it. I have several Org-mode related issue

Re: [O] Spreadsheet error: invalid reference when using @> in range

2015-11-11 Thread Karl Voit
* Nicolas Goaziou wrote: > Hello, Hello Nicolas (again)! > Karl Voit writes: > >> | | 20 | 21 | 22 | 23 | 24 | >> | | :=vsum(@3..@>) ||||| >> |-+++++| >> | |||||| >> |-+--

Re: [O] [PATCH] org-babel-execute-src-block-region

2015-11-11 Thread Ista Zahn
I recommend using polymode[1] as a more general solution to the need to interact with code blocks without pulling up a separate edit buffer. It seamlessly switches major modes when point is inside a code block. Best, Ista [1] https://github.com/vspinu/polymode On Nov 11, 2015 12:11 AM, "Xebar Sar

[O] Org Mode and PDF Notes!

2015-11-11 Thread Matt Price
I've just written up a post on my workflow for PDF's Since my blog has, I think, a readership of 0 (surely there's a way to get emacsers to follow me? ah well), I will post a link here in the hopes that someone will be interested: http://matt.hackinghistory.ca/2015/11/11/note-taking-with-pdf-tools

Re: [O] Org Mode and PDF Notes!

2015-11-11 Thread Kaushal Modi
Have you had a look at https://github.com/rudolfochrist/interleave The interleave package works great for me: taking notes in an org-mode buffer in one side (buffer) corresponding to the pdf page open in pdf-tools on the other side (buffer).

Re: [O] Org Mode and PDF Notes!

2015-11-11 Thread Xebar Saram
thanks for the interesting post! you now have 0+1 readers (just subscribed via rss) ;-) best Z On Wed, Nov 11, 2015 at 4:42 PM, Matt Price wrote: > I've just written up a post on my workflow for PDF's Since my blog has, I > think, a readership of 0 (surely there's a way to get emacsers to fo

Re: [O] Org Mode and PDF Notes!

2015-11-11 Thread Russell Adams
On Wed, Nov 11, 2015 at 09:42:13AM -0500, Matt Price wrote: > I've just written up a post on my workflow for PDF's Since my blog has, I > think, a readership of 0 (surely there's a way to get emacsers to follow > me? ah well), I will post a link here in the hopes that someone will be > interested:

Re: [O] Org Mode and PDF Notes!

2015-11-11 Thread Peter Davis
Matt Price writes: > I've just written up a post on my workflow for PDF's Since my blog > has, I think, a readership of 0 (surely there's a way to get emacsers > to follow me? ah well), I will post a link here in the hopes that > someone will be interested: > > http://matt.hackinghistory.ca/2015/

Re: [O] Allowing loose ordering in Org files

2015-11-11 Thread Karl Voit
* John Wiegley wrote: > > In my regimen, every single entry has a PROPERTIES drawer, since I tag each > one with ID and CREATED, for future reference. This also holds for my Org-mode files - in general. > Most items are SCHEDULED as well. So when I open up a headline to > look at the contents,

Re: [O] Org Mode and PDF Notes!

2015-11-11 Thread Memnon Anon
Matt Price writes: > [...] Since my blog > has, I think, a readership of 0 (surely there's a way to get emacsers > to follow me? ah well), I will post a link here [...] http://planet.emacsen.org/ -- /---\ | SDF and SDF-EU Public Access UNIX System | | ht

Re: [O] [PATCH] org-babel-execute-src-block-region

2015-11-11 Thread Charles C. Berry
On Wed, 11 Nov 2015, Ista Zahn wrote: I recommend using polymode[1] as a more general solution to the need to interact with code blocks without pulling up a separate edit buffer. It seamlessly switches major modes when point is inside a code block. Best, Ista [1] https://github.com/vspinu/poly

Re: [O] Org Mode and PDF Notes!

2015-11-11 Thread Jeffrey DeLeo
Matt Price writes: > I've just written up a post on my workflow for PDF's Thanks, this is helpful.

Re: [O] Bug: bold text followed by footnote not bold

2015-11-11 Thread Manuel Koell
Upgraded to latest org 8.3.2 from "org" package archive (used 8.2.10 before) and now it works after I did M-x org-reload and uninstall/reinstalled latest org. Thanks! 2015-11-11 10:35 GMT+01:00 Nicolas Goaziou : > Hello, > > Manuel Koell writes: > > > I just encountered following behaviour: > >

Re: [O] [PATCH] org-babel-execute-src-block-region

2015-11-11 Thread Xebar Saram
thanks Chuck this sounds very interesting! i installed polymode from melpa and added this config #+BEGIN_SRC emacs-lisp :results none (use-package polymode :ensure t :config (require 'poly-R) (require 'poly-org) (add-to-list 'auto-mode-alist '("\\.org" . poly-org-mode)) ) #+END_SRC i then lo

Re: [O] Spreadsheet error: invalid reference when using @> in range

2015-11-11 Thread Nicolas Goaziou
Karl Voit writes: > However, this does not work at my side: > > | | 20 | 21 | 22 | 23 | 24 | > | Foo + 2 Bar + Foo + Bar + Foo | 3 ||||| > |---+++++| > | ||||

Re: [O] Org Mode and PDF Notes!

2015-11-11 Thread Ramon Diaz-Uriarte
Dear Matt, On Wed, 11-11-2015, at 15:42, Matt Price wrote: > I've just written up a post on my workflow for PDF's Since my blog has, I > think, a readership of 0 (surely there's a way to get emacsers to follow > me? ah well), I will post a link here in the hopes that someone will be Add another

Re: [O] Org Mode and PDF Notes!

2015-11-11 Thread Matt Price
FWIW, I've just updated the post with - links that jump directly to the highlighted text - a new custom link type that opens highlights in a temporary buffer instead. http://matt.hackinghistory.ca/2015/11/11/note-taking-with-pdf-tools/ On Wed, Nov 11, 2015 at 11:40 AM, Jeffrey DeLeo wrote: > >

Re: [O] Org Mode and PDF Notes!

2015-11-11 Thread Matt Price
On Wed, Nov 11, 2015 at 3:17 PM, Ramon Diaz-Uriarte wrote: > Dear Matt, > > > On Wed, 11-11-2015, at 15:42, Matt Price wrote: > > I've just written up a post on my workflow for PDF's Since my blog has, I > > think, a readership of 0 (surely there's a way to get emacsers to follow > > me? ah well

Re: [O] Org Mode and PDF Notes!

2015-11-11 Thread Matt Price
On Wed, Nov 11, 2015 at 12:09 PM, Memnon Anon wrote: > Matt Price writes: > > > [...] Since my blog > > has, I think, a readership of 0 (surely there's a way to get emacsers > > to follow me? ah well), I will post a link here [...] > > http://planet.emacsen.org/\ Bu

Re: [O] Org Mode and PDF Notes!

2015-11-11 Thread Matt Price
On Wed, Nov 11, 2015 at 9:59 AM, Kaushal Modi wrote: > Have you had a look at https://github.com/rudolfochrist/interleave not till now! > > > The interleave package works great for me: taking notes in an org-mode > buffer in one side (buffer) corresponding to the pdf page open in > pdf-tools o

Re: [O] org-lint does not finish on some org-mode buffer

2015-11-11 Thread Nicolas Goaziou
Karl Voit writes: > I've done org-lint on [1] which was finished quite fast - so it's not > an issue with my huge files only: I had to kill -9 Emacs to quit. You can select individual checkers or categories for org-lint (see docstring). It may be interesting to find which checker it faulty. I gu

Re: [O] Org Mode and PDF Notes!

2015-11-11 Thread Kaushal Modi
> Doesn't seem to work with pdfview yet, and I'm sort of addicted now. I use pdf-view too (the major mode for viewing PDF files that comes with pdf-tools, right?) and interleave works great! > I can think of some changes, e.g., would be nice to keep all my notes for all > books/articles/etc. in

Re: [O] Org Mode and PDF Notes!

2015-11-11 Thread Matt Price
On Wed, Nov 11, 2015 at 3:48 PM, Kaushal Modi wrote: > > Doesn't seem to work with pdfview yet, and I'm sort of addicted now. > > I use pdf-view too (the major mode for viewing PDF files that comes > with pdf-tools, right?) and interleave works great! > ah cool, i didn't know that. > > > I can

Re: [O] org export customization: why do #+EXCLUDE_TAGS: settings have no effect?

2015-11-11 Thread Nicolas Goaziou
Martin Steffen writes: > For your small example (exporting to latex) I get > > \begin{itemize} > \item H1 :private: > \item H2 > \end{itemize} Then something may be wrong with `org-export-headline-levels', or `org-latex-classes' in your config. > What is strange though: the emacs-variable org-e

Re: [O] [PATCH] org-babel-execute-src-block-region

2015-11-11 Thread Charles C. Berry
On Wed, 11 Nov 2015, Xebar Saram wrote: thanks Chuck this sounds very interesting! [...] i then loaded a .org file with R code and entered C-c C-n in the R code block yet nothing happens and the point moves to the end of the block are there additional config needed (keybinds, etc?), what am

Re: [O] "Capture"-like browser plugin?

2015-11-11 Thread Samuel Wales
the org capture extension seems to no longer put an icon on the address bar in iceweasel 42.0, fwiw. of course, this could be due to other extensions for all i know. i wonder if doing it [the org protocol firefox stuff] manually would be less sensitive to firefox version changes? anybody got foo

Re: [O] Org Mode and PDF Notes!

2015-11-11 Thread Matt Lundin
Matt Price writes: > > I think that there is no standard way of storing the highlight > contents. I chose Repligo over EZPDF because it gives you access to > the text of the highlights! > Okular, I think, stores your annotations in its own database, rather > than in the pdf. You can (I think!) at

[O] truncated footnote

2015-11-11 Thread Samuel Wales
* bug? in maint, commenting a paragraph will truncate footnotes in xanadu[fn:b3e0f07] um # comment [fn:b3e0f07] did kublai khan # was it "seemly"? a stately pleasure dome decree

[O] Error when using `org-table-field-info'

2015-11-11 Thread Junpeng Qiu
Hi, Here is an example to reproduce the error: | 1 | | #+TBLFM: $2=$1 When I invoke `org-table-field-info' in the table above, I got following error: args-out-of-range [nil 0] 2 Am I not supposed to use the table like this? M-x org-version output: Org-mode version 8.3.2 (8.3.2-32-g73a5c2-elp

Re: [O] Bug: `org-timestamp-format' does not return correct time [8.2.10 (8.2.10-41-g42228a-elpa @ /home/gk/.emacs.d/packages/org-20150601/)]

2015-11-11 Thread Kyle Meyer
Hi Yaniv, [You forgot to include the list. Adding now.] Yaniv Gilad writes: > I’m seeing the same issue: > > (let ((properties (org-export-get-environment))) > (princ (json-encode > (list > :date (org-timestamp-format (car (plist-get properties > :d