Re: [O] Strange behavior: a comma is inserted before each star

2016-01-13 Thread zariskij
Nick Dokos gmail.com> writes: > > > See footnote 4 in > > (info "(org) Literal examples") > > for an explanation. > I see. Thanks!

[O] Exporting Source Blocks with Symbols

2016-01-13 Thread Michael Gauland
I've become fond of using Greek symbols in my R code (mu, sigma, etc). R handles these just fine, but most of them disappear in the listing when I export to LaTeX (lower-case mu comes through OK). I think the basic problem is the the listings package can't handle the characters. I've come across so

Re: [O] Org Clock Error

2016-01-13 Thread Nick Dokos
Mike McLean writes: > Hello > > In the last few days I started getting an error when moving tasks to the DONE > state. > > I have ~(setq org-clock-out-when-done t)~ in my Emacs configuration.  > > I get the following back trace when I mark a task as done: > > Debugger entered--Lisp error: (void-

[O] Footnote attributes

2016-01-13 Thread Thomas S . Dye
Aloha all, The following ECM yields a blank footnote in LaTeX export. ,-- | * Footnote test | | This is text.[fn:1] | | * Footnotes | #+attr_latex: :offset 0in | [fn:1] A footnote. `--

[O] Org Clock Error

2016-01-13 Thread Mike McLean
Hello In the last few days I started getting an error when moving tasks to the DONE state. I have ~(setq org-clock-out-when-done t)~ in my Emacs configuration. I get the following back trace when I mark a task as done: Debugger entered--Lisp error: (void-variable org-state) (member org-state

Re: [O] FSF copyright assignment

2016-01-13 Thread Rasmus
Arun Isaac writes: > How long does FSF copyright assignment typically take? I sent a request > around 2 weeks ago (on December 26), but haven't received a reply yet. > > Does it usually take this long? Should I resend my copyright > assignment request? Are you talking about a physical letter or

Re: [O] Defining content for re-use

2016-01-13 Thread Rasmus
Hi Karl, Karl Voit writes: > I wonder if it is possible to define parts of content and "bind" it > to a reference which can be inserted multiple times. Recently, there was a thread on a similar issue. http://permalink.gmane.org/gmane.emacs.orgmode/103942 If you can have external files,

[O] publishing subtrees?

2016-01-13 Thread Matt Price
Hi eveyrone, I've recently consolidated all of my course lectures into a single file, which makes it a lot easier for me to organize and re-organize my notes. I used to have an org-publish-project-alist like this: (setq org-publish-project-alist '( ("courses" :components (

Re: [O] Keep buffer visible w/ capture template

2016-01-13 Thread Kaushal Modi
I would prefer the second option (modifying the display-buffer-alist). I don't customize this variable for any of the org-mode buffer but I do for other buffers. That too, I do it indirectly using the shackle package. Here's my setup that can give your examples and a brief documentation on how to c

Re: [O] Keep buffer visible w/ capture template

2016-01-13 Thread Ken Mankoff
On 2016-01-13 at 13:17, Ken Mankoff wrote: > On 2016-01-13 at 13:08, Kaushal Modi wrote: >>> I'd like to keep the active buffer visible while capturing. > >I think the issue is that the template requests a timestamp or a >SCHEDULED field (or as you describe, you may add those manually). The >ema

Re: [O] individual alerts

2016-01-13 Thread Nick Dokos
Nick Dokos writes: > "cschr" writes: > >> Hello >> >> Im a software developer and new to emacs. I want to maintain my calendar >> appointments in >> orgmode, and define individual alerts for each appointment (which also >> includes to have no >> alert for some appointments). Using the emacs di

Re: [O] Keep buffer visible w/ capture template

2016-01-13 Thread Ken Mankoff
Hi Kaushal, On 2016-01-13 at 13:08, Kaushal Modi wrote: >> I'd like to keep the active buffer visible while capturing. > > That's how it works for me. I do not see a calendar buffer unless I do > something like C-c C-d (org-deadline) or C-c C-s (org-schedule) in an > org buffer. You're right, a

Re: [O] Keep buffer visible w/ capture template

2016-01-13 Thread Kaushal Modi
> I'd like to keep the active buffer visible while capturing. That's how it works for me. I do not see a calendar buffer unless I do something like C-c C-d (org-deadline) or C-c C-s (org-schedule) in an org buffer. If I am in a frame with one buffer ABC, calling org-capture splits the frame into

[O] Keep buffer visible w/ capture template

2016-01-13 Thread Ken Mankoff
I'd like to keep the active buffer visible while capturing. Currently, when I invoke a capture template, the text I was viewing disappears. The frame splits into two parts: The capture template, and a calendar. Is there a way to have it split into three? Or have the capture buffer open in a new

[O] Collectable results in minutes instead of HH:MM

2016-01-13 Thread Axel Kielhorn
Sorry, I have to apologize for a) Auto correct messing with the subject line, it should have been clocktable. b) Not including the ECM Axel clocktable.org Description: Binary data

[O] Collectable results in minutes instead of HH:MM

2016-01-13 Thread Axel Kielhorn
Hi, I use org mode to clock the time I spend on different tasks. Starting this year my company switched to account working time by the minute instead of using a quarter of an hour. Getting the exact time is no problem but right now I have to translate the HH:MM time into minutes since that is w

[O] Orgmode publishing resursive

2016-01-13 Thread gongzhitaao
Suppose I have the following configuration ("test" :base-directory "src" :publishing-directory "dest" :publishing-function org-latex-publish-to-pdf :recursive t) Is it possible to publish both org files to destination in the save level E.g., publish from src ├── dir1 │   └──

Re: [O] Bug: org-map-entries seems broken

2016-01-13 Thread Kyle Meyer
Hello, "T.F. Torrey" writes: > Hello, > > I have a function that uses org-map-entries to build a list of entries. > It worked until recently. Now, it fails with simple combinations. For > instance, 'LEVEL=1' matches what it should, and 'weblog' matches what it > should, but 'LEVEL=1+weblog' do

Re: [O] [Show Org source] button does not work

2016-01-13 Thread Kynn Jones
OK, now it's working. I'm not sure what the problem was before, but it seems resolved now. Sorry for the false alarm. Thanks, G On Wed, Jan 13, 2016 at 3:33 AM, Marco Wahl wrote: > Nick Dokos writes: > >> Kynn Jones writes: >> >>> The [Show Org source] button at the bottom of pages such as

Re: [O] Defining content for re-use

2016-01-13 Thread Eric Abrahamsen
Karl Voit writes: > Hi! > > I wonder if it is possible to define parts of content and "bind" it > to a reference which can be inserted multiple times. Sounds like macros in Org -- maybe check out that part of the manual?

Re: [O] org-ref-clean-bibtex-entry and UTF-8

2016-01-13 Thread John Kitchin
If you have a pretty recent org-ref, You can set a list of functions for org-ref-clean-bibtex-entry: https://github.com/jkitchin/org-ref/blob/master/org-ref.el#L302 Use this in an init file, and remove the functions you don't want to run. (setq org-ref-clean-bibtex-entry-hook '(orcb-key-comma

[O] Defining content for re-use

2016-01-13 Thread Karl Voit
Hi! I wonder if it is possible to define parts of content and "bind" it to a reference which can be inserted multiple times. In LaTeX, I am using: ,[ LaTeX example ] | \newcommand{\mycontent}{This is some content containing lists, | headings, and much more which is defined once and pops up i

Re: [O] Seeing Actual Emphasis in Orgmode Buffer

2016-01-13 Thread Marco Wahl
Hi! Kenneth Jacker writes: >> Are you sure you have a font that supports italic or boldface variants? >> > > ​Hmmm ... not sure I know how to check that ... > > Might you suggest a "variable", "function" or "menu item" that would​ > > ​indicate whether the needed "font support" was there/enable

[O] org-ref-clean-bibtex-entry and UTF-8

2016-01-13 Thread Julian Burgos
Dear list, I am using org-ref-clean-bibtex-entry to clean up my biblatex file. Among other things, this function detects if there are non-ASCII characters in each bibtex/biblatex entry. My file has many non-ASCII characters that are exported via Latex to pdf with no problems because my setup is

Re: [O] Changing org-block background with org-src-fontify-natively

2016-01-13 Thread John Kitchin
I guess that gives away I am still using 8.2.10! I have never figured out how to get a higher version of that through elpa/melpa/http://orgmode.org/elpa/. Nick Dokos writes: > John Kitchin writes: > >> That is pretty weird. It should be defined in org-faces.el. What org version >> are you using

[O] Bug: C-c ' and multiple table formulas

2016-01-13 Thread Nick Dokos
org now supports multiple TBLFM lines - see the "Using multiple #+TBLFM lines" subsection in (info "(org) Editing and debugging formulas") However, editing the formulas with C-c ' does not work, except for the first one. On subsequent ones, org says user-error: Not at a table Org-mode version

[O] Bug: org-map-entries seems broken

2016-01-13 Thread T.F. Torrey
Hello, I have a function that uses org-map-entries to build a list of entries. It worked until recently. Now, it fails with simple combinations. For instance, 'LEVEL=1' matches what it should, and 'weblog' matches what it should, but 'LEVEL=1+weblog' does not match the intersecting set, or anyth

Re: [O] Strange behavior: a comma is inserted before each star

2016-01-13 Thread Nick Dokos
zariskij writes: > Hi, > > I encounter a strange behavior of org-edit-special. > > Whenever I have a line starting with * in org-edit-special buffer, > org-mode automatically inserts a comma before * in the original > org file. > > For instance, if I type into org-edit-special buffer: > /** >

Re: [O] [Show Org source] button does not work

2016-01-13 Thread Marco Wahl
Nick Dokos writes: > Kynn Jones writes: > >> The [Show Org source] button at the bottom of pages such as >> >> http://orgmode.org/worg/ >> >> does not work. Nothing happens when one clicks on it. It's supposed >> to execute the statement `show_org_source()`, but as far as I can >> tell, the fu

[O] orgmode highlighting with highlight.js

2016-01-13 Thread Alan Schmitt
Hello, I’m looking at a tool[fn:1] that uses highlight.js to do syntax highlighting of text files. As it does not support orgmode yet, I’ve started some work on it. It’s very preliminary (I wanted to see how difficult it would be to do anything), but in case there is some interest for it, it’s her

Re: [O] FSF copyright assignment

2016-01-13 Thread Alexey Lebedeff
For me it took 6 weeks, but it was due to tremendous efforts of Russian Post ) Arun Isaac writes: > How long does FSF copyright assignment typically take? I sent a request > around 2 weeks ago (on December 26), but haven't received a reply yet. > > Does it usually take this long? Should I resend