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

2014-07-20 Thread Nick Dokos
t...@tsdye.com (Thomas S. Dye) writes: > Aloha Jo, > > Joseph Vidal-Rosset writes: > >> 2014-07-20 10:05 GMT+02:00 Thorsten Jolitz : >> >>> I have not seen an ob-prolog.el yet, but maybe it does exist? If so, >>> exporting both code and result of its execution would be: >> >> Thanks for this rep

Re: [O] Request to patch the =org-html-fontify-code= function in =ox-html.el=

2014-07-20 Thread Nick Dokos
Kaushal writes: > Full details are in my reddit post here: > http://www.reddit.com/r/emacs/comments/2b5x5g/funny_characters_appended_at_new_line_to_source/ > > To fix this problem by adding the following code after the > line (funcall lang-mode) in the org-html-fontify-code defun > in ox-html.e

Re: [O] Bug: syntax highlighting of elisp:blahblah and shell:blablah [8.2.6 (8.2.6-67-g9e09b2-elpa @ c:/Users/andrea/AppData/Roaming/.emacs.d/elpa/org-20140602/)]

2014-07-20 Thread Nick Dokos
Andrea Rossetti writes: > when I insert some text like "elisp:sometext" or "shell:sometext" > in an Org buffer, it becomes highlighted and clickable. On click, > a prompt asks for confirm to execute "sometext". > > I get the same behaviour if I add tags to a headline, and one > of the tags is

Re: [O] export to latex without labels

2014-07-19 Thread Nick Dokos
Eric Abrahamsen writes: > "Salome "Södergran\"" writes: > >> Hello experts, >> >> I've been fiddling around for a while now with the following problem: >> >> When I export something from org to latex I get plenty of \labels >> that I never refer to. I'd like to get rid of all those labels. >> ..

Re: [O] Emacs with Org 8?

2014-07-19 Thread Nick Dokos
SabreWolfy writes: > Nicolas Richard yahoo.fr> writes: > > >> Alternatively you can update to Org 8 via elpa. (M-x list-packages). > > > Thanks :) I really wanted to move to Org 8, but I'd been putting off > upgrading for months, as I thought it was a complicated procedure, which > would take

Re: [O] orgtbl export to latex :fmt() fails

2014-07-18 Thread Nick Dokos
Nick Dokos writes: > Nick Dokos writes: > >> Nothing - there is a bug in org-table.el:org-table-clean-before-export >> where the regexp that matches special chars in the first column (see >> >> (info "(org)Advanced features") >> >> for th

Re: [O] orgtbl export to latex :fmt() fails

2014-07-18 Thread Nick Dokos
Thorsten Grothe writes: > Nick, > > thanks for your patience :-) > >> It depends on how exactly you installed: from git, from elpa, from a >> tarball, using the org mode that came with your emacs, some other way? >> (...) > > I installed orgmode now from elpa (org-plus-contrib) in my local > hom

Re: [O] orgtbl export to latex :fmt() fails

2014-07-17 Thread Nick Dokos
Nick Dokos writes: > Nothing - there is a bug in org-table.el:org-table-clean-before-export > where the regexp that matches special chars in the first column (see > > (info "(org)Advanced features") > > for the details) inadvertently matches "| | | | 3900|&quo

Re: [O] orgtbl export to latex :fmt() fails

2014-07-17 Thread Nick Dokos
Thorsten Grothe writes: > thank you very much for your response, well I'm not an emacs guru, so > my simple question is, how to apply this patch? I'm working with > archlinux here and I installed orgmode systemwide not locally, I guess > I should first install it in my local homedir and than patc

Re: [O] turn off monospace in src result

2014-07-17 Thread Nick Dokos
Andreas Leha writes: > Hi regcl, > > regcl writes: > >> With this line in my .org file ... >> >> This is src_R{foo<-"FOO"; paste(foo)}. >> >> ... when I publish to html or pdf, I get ... >> >> This is FOO. >> >> ... which is wonderful, except that "FOO" is monospace. >> >> Can I turn off monos

Re: [O] orgtbl export to latex :fmt() fails

2014-07-17 Thread Nick Dokos
Thorsten Grothe writes: > Hi List, > > I have a problem with a orgtbl which I would like to export with certain > options to latex. > > The table looks like this: > > #+TBLNAME: test > #+ORGTBL: SEND test orgtbl-to-latex :skip 2 :splice t :fmt (4"\\num{%s}") > > | Soll | | | Haben | > |--+

Re: [O] a quick way to switch orgmode notes between read-only/editing?

2014-07-17 Thread Nick Dokos
Xebar Saram writes: > PS. Also can anyone think of a way to get a visual cue when the file > is in "view mode"? > > thx! > > Z > > On Thu, Jul 17, 2014 at 4:22 PM, Xebar Saram wrote: > > > can you recommend a way to open all orgmode notes in view mode by > default, i guess i would th

Re: [O] Problem with org-mode after upgradiing to org 8

2014-07-17 Thread Nick Dokos
Roland Everaert writes: > With the minimal-config, the org version is "Org-mode version 8.3beta > (release_8.3beta-40-g9cf3c4 @ > /home/reveatwork/.emacs.d/site-lisp/org-mode/lisp/)". So I have created a file > that load only org-mode and my configuration. > > It begins like this: > > (let ((de

Re: [O] proposal to make C-c C-c not remove latex overlays

2014-07-16 Thread Nick Dokos
Andreas Leha writes: > Hi all, > > John Kitchin writes: > >> I am using org-mode files with equations and code blocks in lectures, >> and it is problematic that C-c C-c removes the equation overlays when >> running a code block. First, you have to press C-c C-c twice to run the >> block, since t

Re: [O] proposal to make C-c C-c not remove latex overlays

2014-07-15 Thread Nick Dokos
John Kitchin writes: > Aaron Ecay writes: > > Thanks for the advice idea, that is a nice one. It doesn't work for me > like this though: > > #+BEGIN_SRC emacs-lisp > (defadvice org-ctrl-c-ctrl-c (around latex-overlays) > "ignore latex overlays in C-cC-c" > (let ((org-latex-fragment-image-ove

Re: [O] :RESULTS: drawer exported in LaTeX

2014-07-15 Thread Nick Dokos
Roland DONAT writes: > Dear Orgmode community, > > I have this piece of python code that generate Orgmode text : > > #+NAME: test > #+HEADER: :session test1 > #+HEADER: :results value drawer > #+BEGIN_SRC python > a = "** H1\nblabla\n** H2\nbloblo" > a > #+END_SRC > > #+RESULTS: test > :RESULT

Re: [O] Macros in included file not expanded in batch export

2014-07-15 Thread Nick Dokos
Suvayu Ali writes: > Hi Nick, > > On Mon, Jul 14, 2014 at 10:50:53PM -0400, Nick Dokos wrote: >> Suvayu Ali writes: >> >> > Hi, >> > >> > I am trying to export to LaTeX in batch mode, but it seems the exporter >> > ignores macr

[O] Test failures

2014-07-14 Thread Nick Dokos
I just updated to Org-mode version 8.3beta (release_8.3beta-40-g9cf3c4) and got three test failures: , | 3 unexpected results: |FAILED test-org/open-at-point-in-comment |FAILED test-org/open-at-point-in-property |FAILED test-org/open-at-point/info ` Apparently these tests a

Re: [O] Macros in included file not expanded in batch export

2014-07-14 Thread Nick Dokos
Suvayu Ali writes: > Hi, > > I am trying to export to LaTeX in batch mode, but it seems the exporter > ignores macros defined in included files when exporting in batch mode. > > I tried to export like this: > > $ emacs --eval "(require 'ox-latex)" include-test.org \ > --eval '(org-LaTeX

Re: [O] Org mode 8.2.5h and emacs-24.3.1: exporting org-beamer presentation doesn't break presentation in slides

2014-07-14 Thread Nick Dokos
Josiah Schwab writes: > Hi Suhas, > >> Yes, I downloaded the same file and tried again and got the following debug >> trace: >> >> Debugger entered--Lisp error: (error "PDF file ./presentation-1.pdf wasn't >> produced: Runaway argument") > > That message is indicating an error during the LaTeX

Re: [O] How to show the complete syntax tree

2014-07-14 Thread Nick Dokos
Shiyuan writes: > Hi, > The command I can find in the manual to show the syntax tree is > (org-element-parse-buffer). However, when the structure is output to > the buffer, by using the commands C-u M-: (org-element-parse-buffer), > it seems that only the part up to a certain depth is printed. >

Re: [O] remove directory structure in latex export

2014-07-12 Thread Nick Dokos
Julien Cubizolles writes: > I've tried playing with :headline-levels so that all headings get > translated as section, subsection, subsubsection and redefining the > \section,\subsection,\subsubsection commands in the LaTeX class to > \relax but for some reason, the third level still gets transl

Re: [O] Mathjax vs. problems with imagemagick

2014-07-11 Thread Nick Dokos
Joseph Vidal-Rosset writes: > > I guess that I have to put in  my .bashrc a command to say that I always > > want to use latex with -shell-escape option  , but I am not sure that it > > is the best solution. > > > > -shell-escape is a security risk, allowing arbitrary prog

Re: [O] lists with a , b, c, or i, ii, iii ...

2014-07-11 Thread Nick Dokos
Joseph Vidal-Rosset writes: > Do not apologize, I have noticed that the variable was obsolete and I have > tried to customize the new variable. I have even > written the code > (when (featurep 'org-element) (load "org-element" t t))  in my init.el  > (which is too big and really a mess), and it

Re: [O] Mathjax vs. problems with imagemagick

2014-07-11 Thread Nick Dokos
Joseph Vidal-Rosset writes: > Le ven. 11 juil. 2014 à 02:59:23 , Nick Dokos a > envoyé ce message: > >> >> Can you please post an example org file and the tex file that's produced >> that gives you such bad images? > > Dear Nick, > > I sent a

Re: [O] lists with a , b, c, or i, ii, iii ...

2014-07-11 Thread Nick Dokos
Nick Dokos writes: > Joseph Vidal-Rosset writes: > > >> I'm trying to get  orderd lists in org-mode with other values than >> 1. 2. ... >> >> I do not succeed to get lists like: >> >> i.  blablabla ... >> ii. blablabla >> iii. blabla

Re: [O] lists with a , b, c, or i, ii, iii ...

2014-07-11 Thread Nick Dokos
Joseph Vidal-Rosset writes: > I'm trying to get  orderd lists in org-mode with other values than > 1. 2. ... > > I do not succeed to get lists like: > > i.  blablabla ... > ii. blablabla > iii. blabla.. > Not possible in org AFAIK. It might be possible to get them in the exported PDF file by pl

Re: [O] Mathjax vs. problems with imagemagick

2014-07-10 Thread Nick Dokos
Joseph Vidal-Rosset writes: > Hello Nick, hello everybody > > Before using your suggestion of debugging, I have made another test to > convert formulas made with different latex packages into png images for > a html file. > > At the beginning of my org file: > > All formulas used with the equatio

Re: [O] SOLVED: source code block language 'makefile' and listings package

2014-07-10 Thread Nick Dokos
Rainer M Krug writes: > Much simpler then that: I simply changed the variable > org-latex-listings-langs to include makefile: > > , > | (setq org-latex-listings-langs > | '((emacs-lisp "Lisp") > | (lisp "Lisp") ... > | (sql "SQL") > | (sqlite "sql

Re: [O] ML problems?

2014-07-09 Thread Nick Dokos
Nick Dokos writes: > I think there is a problem with the ML or maybe gmane. I have received > several replies through private Cc: but even though those replies are > also cc:ed to the list, they haven't appeared either when I read gmane > through gnus or through the web. I

Re: [O] creating lists - auto create next item

2014-07-09 Thread Nick Dokos
sergio_101 writes: > Anyway, when writing a list with org mode, in the past, i would do something > like: > > - item 1 > - > > when i entered item 1, i would immediately be taken down to the next line, > with the preceeding <- > inserted. > > for some reason, this is not working.. > Try M-RET

Re: [O] emails written in Org Mode

2014-07-09 Thread Nick Dokos
John Kitchin writes: > Can't you just change your buffer mode to org-mode, compose, change back > to message-mode and send? Did you want to do more than that? > ... or, depending on what one wants to do, adding one of the minor modes (orgstruct-mode, orgstruct++-mode, orgtbl-mode) to message-mod

[O] ML problems?

2014-07-09 Thread Nick Dokos
I think there is a problem with the ML or maybe gmane. I have received several replies through private Cc: but even though those replies are also cc:ed to the list, they haven't appeared either when I read gmane through gnus or through the web. I also went looking for them on the list archives

Re: [O] SOLVED: source code block language 'makefile' and listings package

2014-07-08 Thread Nick Dokos
Rainer M Krug writes: > Much simpler then that: I simply changed the variable > org-latex-listings-langs to include makefile: > > , > | (setq org-latex-listings-langs > | '((emacs-lisp "Lisp") ... > | (makefile "make"))) > ` > > Works perfectly. > > Now if I j

Re: [O] [BUG] src_blocks - :results raw and replace don't work together

2014-07-07 Thread Nick Dokos
Thorsten Jolitz writes: > Grant Rettke writes: > >> It sounds like you wanted the same thing that I did. >> >> What I wanted is something like running 'script' before starting a >> REPL and just capturing the output and that is it. That output is not >> being used to be inserted back into the do

Re: [O] Directly search for Headlines?

2014-07-07 Thread Nick Dokos
Ken Mankoff writes: > On 2014-07-07 at 15:11, Nick Dokos wrote: >> Ken Mankoff writes: >> >>> On 2014-07-07 at 11:19, Nick Dokos wrote: >>>> John Durden writes: >>>> >>>>> Can you search directly for headlines in all agenda-files

Re: [O] org-mode date stamp with just month?

2014-07-07 Thread Nick Dokos
Thorsten Jolitz writes: > Alexander Baier writes: > >> On 2014-07-07 16:40 Grant Rettke wrote: >>> That property then is something that we may set as a buffer local >>> variable set in the file itself for cases where want only months in >>> the entire file? >> >> File local variables? > > ,[

Re: [O] Directly search for Headlines?

2014-07-07 Thread Nick Dokos
Ken Mankoff writes: > On 2014-07-07 at 11:19, Nick Dokos wrote: >> John Durden writes: >> >>> Can you search directly for headlines in all agenda-files, with the >>> name of the headline, not tags? If so, how? If not, wouldn't this be >>> useful? &

Re: [O] Directly search for Headlines?

2014-07-07 Thread Nick Dokos
John Durden writes: > Hello, > > Can you search directly for headlines in all agenda-files, with the > name of the headline, not tags? If so, how? If not, wouldn't this be > useful? > Try `s' in the agenda perhaps? --- Nick

Re: [O] [BUG] src_blocks - :results raw and replace don't work together

2014-07-07 Thread Nick Dokos
Thorsten Jolitz writes: > Hi List, > > evaluating this 3 times does not work as expected: > > , > | * A > | > | #+header: :results raw replace > | #+begin_src emacs-lisp > | (+ 2 2) > | #+end_src > | > | #+results: > | 4 > | 4 > | 4 > ` > > Independent from argument order, 'replace'

Re: [O] Mathjax vs. problems with imagemagick

2014-07-06 Thread Nick Dokos
Joseph Vidal-Rosset writes: > To convert equations from *.org  into *.html, Mathjax is certainly the > best solution but unfortunately, this solution does not work as soons > as one need to use some texlive package convenient to produce easily > proofs in specific format (for example if one uses

Re: [O] How do I review a day

2014-07-05 Thread Nick Dokos
Sharon Kimble writes: > Ramon Diaz-Uriarte writes: > >> Dear Robert, >> >> If you go to the *Org Agenda* buffer and type "v" and then "c" (without the >> quotes), does that give you what you want? >> >> Best, >> >> R. > > I tried this, just to see what happened, and not a lot, but then I'm > not

Re: [O] Generating indexes

2014-07-04 Thread Nick Dokos
John Tait writes: > Is is possible to produce an index using lines beginning with #+INDEX > in usual HTML or PDF export without setting up a publishing project? > It should be possible to use the machinery that publishing uses in the HTML case, but I haven't tried. For PDF, it is fairly easy: y

Re: [O] MobileOrg

2014-07-04 Thread Nick Dokos
Aric Gregson writes: > That's what I was looking for. Didn't realize I could do that... > So, after I sent my "please include context" reply, I went back and did retrieve the thread and to my surprise, I found out you were replying to a previous suggestion of mine :-) So, yes, please: include c

Re: [O] MobileOrg

2014-07-04 Thread Nick Dokos
Aric Gregson writes: > That's what I was looking for. Didn't realize I could do that... > Can you please include some context in your replies? It should be possible to figure out what you are talking about without having to retrieve the whole thread. Thanks! -- Nick

Re: [O] unwelcome tmp and ltxpng directories in my home

2014-07-03 Thread Nick Dokos
Joseph Vidal-Rosset writes: > Hello, > > My O.S. is Debian GNU/Linux  testing version.  My desktop is mainly xfce (or > openbox). > > In Gnus when I create png image via M-x org-preview-latex-fragment and after > having M-x org-mime-htmlize  the png image is > created in  /home/joseph/ltxpng di

Re: [O] little elisp help?

2014-07-03 Thread Nick Dokos
tom writes: > this > > (setq org-link-abbrev-alist > '(("foo" . "file:/path/to/%s.txt"))) > > allow me to do this > > [[foo:file to open]] > > but it creates a file with spaces in the name.  so I'd like to replace "%s" > with "%(myfun)". > > with your example, how can I get "foo bar  loo" from >

Re: [O] Force new page on exporting

2014-07-01 Thread Nick Dokos
York Zhao writes: >> My understanding is that you need extra machinery to implement >> "ignoreheading" > > I had implemented machinery the "ignoreheading" and posted the code in the > post > "Wrong numbering after removal of headline". But anyways here's my code: > > (defun yz/org-export-proces

Re: [O] numbered equations in html export

2014-07-01 Thread Nick Dokos
Nicolas Goaziou writes: > Nick Dokos writes: > >> Nicolas Goaziou writes: >> >>> Admittedly, this point is moot as long as captions are not visible on >>> latex environments. I think this should be fixed instead. >>> >> >> Not sure

Re: [O] Force new page on exporting

2014-07-01 Thread Nick Dokos
York Zhao writes: >> * Latex New Page :ignoreheading: >> #+latex: \newpage > > This should work, but didn't, I will figure out why when I have some time. > My understanding is that you need extra machinery to implement "ignoreheading": some sort of a filter[fn:1] is necessary, is this correct? M

Re: [O] numbered equations in html export

2014-07-01 Thread Nick Dokos
Nicolas Goaziou writes: >> Additionally I don't see why captions should be related to, or required >> for, the numbering of equations. > > It is odd to reference a number used nowhere. For example, it is > confusing to follow an "equation 2" link and see a page full of > equations with no attache

Re: [O] Tables of contents for individual sections wanted -- will donate

2014-07-01 Thread Nick Dokos
"D. C. Toedt" writes: > Hi all --  > > BACKGROUND:  I've been using org-mode to develop the Common Draft annotated > collection of business contract clauses, in part for the law school course in > contract drafting that I > teach to third-year law students.  I've been posting the collection as

Re: [O] Bug: recurring mesages - Invalid face reference: nil [nnn times] [8.2.7b (8.2.7b-1-ga5beff-elpa @ c:/home/george/.emacs.d/elpa

2014-06-30 Thread Nick Dokos
"George Pearson" writes: > The message: > > Invalid face reference: nil [nnn times] > > where, nnn is replaced by a number, appears frequently in the > *Messages* buffer. > > How I reproduce it: 1. start emacs 2. open any file 3. open a 2nd > window or frame for the *Messages* buffer 4. type ctr

Re: [O] html-encode in mathjax latex fragments

2014-06-29 Thread Nick Dokos
Nicolas Goaziou writes: > Hello, > > Eric Schulte writes: > >> I noticed equations with "<"'s weren't displaying correctly in HTML >> export using mathjax. The attached patch fixes this by html-encoding >> latex fragments for mathjax HTML export. I imagine this change would be >> generally use

Re: [O] How to evaluate all source blocks like at export time, anytime?

2014-06-29 Thread Nick Dokos
Grant Rettke writes: > Hi, > > In the manual it explains how to disable all source block evaluation > during export with org-export-babel-evaluate. > > I did that, and it is desirable. > > However, what is the "right way" to request org to evaluate all of the > source blocks, in exactly the same

Re: [O] R src block not highlighted in pdf

2014-06-27 Thread Nick Dokos
Shiyuan writes: > I use the following setting. The keywords are correctly recognized and are in > bold face, but not in color. Are there any other > steps for colors.  > > (require 'ox-latex) >   (add-to-list 'org-latex-packages-alist '("" "listings")) >   (add-to-list 'org-latex-packages-alist

Re: [O] MathJax SVG

2014-06-27 Thread Nick Dokos
John Tait writes: > Hi > > I'd like to use org-mode and MathJax to produce maths in SVG format.  > > MathJax's CSS maths is wonderful but I need SVG for a specific purpose > (printing). > > If I have a simple file like below, can I configure MathJax to render SVG? > Haven't tried but does http

Re: [O] Using #+NAME for single value, not table?

2014-06-27 Thread Nick Dokos
Rainer M Krug writes: > t...@tsdye.com (Thomas S. Dye) writes: > >> Perhaps you could wrap it in a source code block? > > Thanks - yes, I could do that, but then it is not equivalent to a table, > as I have to use VARIABLEVALUE() and for a table VARIABLETABLE. I > actually wanted to get rid of th

Re: [O] Printing org file in color

2014-06-27 Thread Nick Dokos
Chris Henderson writes: > On Wed, Jun 25, 2014 at 6:25 PM, Bastien wrote: > > Hi Chris, > > Chris Henderson writes: > > > I'd like to print out my org file in expanded mode in color. How > > do I do that? > > I suggest M-x htmlize-buffer RET then printing from yo

Re: [O] minor problem on major version number

2014-06-26 Thread Nick Dokos
Achim Gratz writes: > Nick Dokos writes: >> After last night's git pull, org-version returns "beta_8.3" which >> broke the major-version calculation above. I hardwired the org version >> major number above, but I was wondering if we could agree on some >

[O] minor problem on major version number

2014-06-26 Thread Nick Dokos
I have some backward-compat code that does this: --8<---cut here---start->8--- ;;(setq major-version (string-to-number (nth 0 (split-string (org-version) "[.]" (setq major-version 8) (if (< major-version 8) (progn (require 'org-latex) ...

Re: [O] MobileOrg

2014-06-25 Thread Nick Dokos
Aric Gregson writes: > Sean Escriva writes: > >> org-mobile.el which is responsible for the sync has a custom var defined >> called 'org-mobile-files-exclude-regexp' which should exlude files that >> match. > > OK. I've tried to play with this, but clearly my understanding of emacs > and regex i

Re: [O] [beamer] Bug with some characters in titles

2014-06-20 Thread Nick Dokos
Sebastien Vauban writes: > This 2-slides presentation won't compile in LaTeX. > > * RefTeX (~C-c =~) > > Display a TOC. > > * RefTeX again > > - ~C-c &~ :: > Visualize the current cross reference. > > will produce a "Misplaced alignment tab character &" ERROR. > > This is not especially beca

Re: [O] :exclude sub folder in org-publish

2014-06-20 Thread Nick Dokos
regcl writes: > It looks like this question has been asked before, but not answered ... > > Is there a way to stop the decent of org-publish at a given directory? > > Or, is there a syntax for including the path name of files I want to exclude? > > Or, maybe there something obvious I am missing?

Re: [O] [bug?] Tramp tries to open remote file links

2014-06-18 Thread Nick Dokos
Sebastien Vauban writes: > Michael Albinus wrote: >> Sebastien Vauban writes: >> That's what I'm speaking about. And if you have a local DocView installation, it works for either remote or local files (Tramp provides a local copy of the remote file). >>> >>> But DocView won't displ

Re: [O] Create a longtable in LaTeX from orgtbl

2014-06-18 Thread Nick Dokos
Oliver Kappel writes: > Hello, > > I'm just using: > > #+CAPTION: Table headline shown in \listoftables > #+NAME: tab:name_for_ref_to > #+ATTR_LATEX: :environment longtable :align |l|l|l| > |---+---+---| > | Col 1 | Col 2 | Col 3 | > |---+---+---| > > Works fine on org-v

Re: [O] Discussion request: 15m tangle time, details follow

2014-06-17 Thread Nick Dokos
Grant Rettke writes: > > This build is documented in the github project; it only loads the > absolute minimum required to do the build. > > Ideas: Separate the documents. Hack on org directly. > > Non-ideas: Faster hardware. More ram. Newer software. > > Details: > > Emacs 24.3.1. > Org 8.2.6 > O

Re: [O] Section of Org manual on images in latex export

2014-06-17 Thread Nick Dokos
Christopher Witte writes: > ps. I tried to find out if I could make those changes myself, but > after much clicking and searching, I could only find: > http://orgmode.org/worg/org-contribute.html but that doesn't say > anything about contributing to the documentation. Even so, it does apply to t

Re: [O] Columns widths of block agenda?

2014-06-17 Thread Nick Dokos
"Loris Bennett" writes: > Can someone tell me where I can modify the widths of the columns in a > block agenda? Specifically I would like to increase the width of the > first column, which currently contains the category or file name of the > task. > C-h v org-agenda-prefix-format RET -- Nick

Re: [O] babel C, C++, D enhancement

2014-06-16 Thread Nick Dokos
t...@tsdye.com (Thomas S. Dye) writes: > Aloha Thierry, > > How about a user-customizable variable with a default value of > 2147483647? > > All the best, > Tom > > Thierry Banel writes: > >> Hi Achim. >> >> You are right, INT_MAX is the C++ constant to compare to. >> It is defined in limits.h >>

Re: [O] org-weather for openweathermap.org

2014-06-16 Thread Nick Dokos
mdoy...@ur.rochester.edu (Doyley, Marvin) writes: > I love this app, but there is only one snag. Changing the temperature units > from Celsius to Fahrenheit doesn't work. I get the same results regards > of the units in specified in the org-weather-unit variable [I don't have an org-weather-unit

Re: [O] Insert #+BEAMER_HEADER_EXTRA before \begin{document}?

2014-06-16 Thread Nick Dokos
Sebastien Vauban writes: >> About the keyword, my only concern is that #+LATEX_HEADER_EXTRA has >> already a specific meaning, which is different from the one we're going >> to implement. > > Can you restate once what the difference is between #+LATEX_HEADER > and #+LATEX_HEADER_EXTRA? It never

Re: [O] babel python example not reproducible

2014-06-16 Thread Nick Dokos
Shiyuan writes: > The two setting doesn't seem to have effect.   > (setq python-shell-interpreter "ipython") > (setq python-shell-interpreter-args "--pylab") > > When I did `C-c C-c` on the SRC block to execute the code, emacs > created a buffer with the interior python process. When I switched t

Re: [O] How to escape an asterisk on org-mode

2014-06-11 Thread Nick Dokos
James Ryland Miller writes: > Hi Org Mode: > > I'm trying to escape an asterisk character, i.e. "*" to use in regular > text. I.e., "The person wanted to say *BSD". And I don't want to use a > verbatim or code block because monospace is not what I need. > > I've tried \* to escape the character a

Re: [O] Repeat work / week days

2014-06-09 Thread Nick Dokos
Nick Dokos writes: > SabreWolfy writes: > >> I searched here and elsewhere, and then played with various diary sexp >> settings, but I could not find a way to repeat an entry on work/week days >> (Monday to Friday) every week. I would like a task to appear on all Mo

Re: [O] Repeat work / week days

2014-06-09 Thread Nick Dokos
SabreWolfy writes: > I searched here and elsewhere, and then played with various diary sexp > settings, but I could not find a way to repeat an entry on work/week days > (Monday to Friday) every week. I would like a task to appear on all Mondays > to Fridays. The repeat should preferably be from

Re: [O] Stopping "done/cancelled" from showing in agenda view?

2014-06-09 Thread Nick Dokos
Nick Dokos writes: > Sharon Kimble writes: > >> This is probably an easy one to answer, but I can't even think of >> how to query google with it. And I can't see how to do it in the org >> manual either! >> >> But, how do you stop a "done&qu

Re: [O] Stopping "done/cancelled" from showing in agenda view?

2014-06-09 Thread Nick Dokos
Sharon Kimble writes: > This is probably an easy one to answer, but I can't even think of > how to query google with it. And I can't see how to do it in the org > manual either! > > But, how do you stop a "done", or "cancelled" item from appearing in > the agenda view please? Is there some code t

Re: [O] Is

2014-06-08 Thread Nick Dokos
Grant Rettke writes: > Hi, > > When I type > > > it is expanded into > > #+BEGIN_SRC > > #+END_SRC > > Is supposed to expand into upper case letters? > > For some reason, my system won't tangle blocks that are all upper > case, instead only all lower case is tangled. > All the discussion has be

Re: [O] Can this table formula be done more efficient

2014-06-08 Thread Nick Dokos
Cecil Westerhof writes: > At the moment I am using the following formula: >     #+TBLFM: @<<$4..@>>$4 = $2 - $3 :: @>$2=vsum(@<<$2..@>>$2) :: > @>$3=vsum(@<<$3..@>>$3) :: @>$4=vsum(@<<$4..@>>$4) > > This does what I want, but there are two things that could be improved. > > - The second, third a

Re: [O] Remove the build-in orgmode

2014-06-06 Thread Nick Dokos
Bastien writes: > Hi Thorsten, > > Thorsten Jolitz writes: > >> (On Archlinux) I simply trash the Org dir shipped with Emacs and put a >> symlink to my git-version of Org-mode there. I was told I shouldn't do >> that, but since I had many problems with mixed installs before, and no >> problems a

Re: [O] org-table: Reference *one* cell below a hline?

2014-06-05 Thread Nick Dokos
James Harkins writes: > On Friday, May 30, 2014 7:50:39 PM HKT, Bastien wrote: >> James Harkins writes: >>> I have this: >>> >>> | Section | Seconds | >>> |--+-| >>> | Theme| 54 | >>> | 12/8 | 80 | >>> | 6/8 | 66 | >>> | Clarinet | 116 | >>> | Obo

Re: [O] src blocks not fontified

2014-06-03 Thread Nick Dokos
Shiyuan writes: > I can only find htmlfontify in ELPA, but not htmlize. Which ELPA > repository will have htmlize?  Or I need to install the .el file > manually. I can find the htmlize.el in the following link, but not > sure it's up to date.   > http://www.emacswiki.org/emacs-ja/htmlize.el.  >

Re: [O] #+INCLUDE: myfile.html html does not include /literally/; Org processes

2014-05-31 Thread Nick Dokos
Omid writes: > Hello Nick, > > Thanks for your reply. But no, src html results in the included HTML > being processed by Org and wrapped in , just > like if the contents of myfile.html were put in > #+BEGIN_SRC html > > #+END_SRC > Yes, I misunderstood the doc. -- Nick

Re: [O] #+INCLUDE: myfile.html html does not include /literally/; Org processes

2014-05-31 Thread Nick Dokos
Omid writes: > Hello, > > I am trying to include an HTML file (say myfile.html, which has only > the ) in an Org file so that upon export the contents of > myfile.html are /literally/ inserted in the appropriate section of the > exported HTML file. Following > http://orgmode.org/manual/Include-fi

[O] Searching on gmane fails

2014-05-30 Thread Nick Dokos
I get a "Forbidden" error message, either from gnus or from the web. Anybody else seeing that? Nick

Re: [O] Escaping again!

2014-05-30 Thread Nick Dokos
Rustom Mody writes: > David Loyall wrote: > >> >[...] if one doesn't have systematic general escaping, there >> > will always be legitimate uses that will not be addressable. > >> +1 >> >> As a lowly user, I have often wished for a hypothetical function called >> org-escapify-region. (And of >>

Re: [O] Printable calendar?

2014-05-30 Thread Nick Dokos
Peter Davis writes: > Ok, I was able to get the column rules I want. (See below) > > I'm still puzzled by the right/left alignment. In the org buffer the > columns appear correctly aligned, but in HTML output, the left (Sun) > and right (Sat) columns are right-aligned, > while all the others are

Re: [O] LaTex export questions

2014-05-28 Thread Nick Dokos
Steven Arntson writes: > Hi Nick, > > Sorry to call you Rick earlier; I just noticed I did that. > No, you were right: Rick Frankel provided the googling and the reference to sffms. I didn't know anything about it before he mentioned it. > So, this has been incredibly helpful. I've just process

Re: [O] LaTex export questions

2014-05-28 Thread Nick Dokos
Steven Arntson writes: > Nick Dokos writes: > >> Steven Arntson writes: >> >>> Rick, >>> >>> Your google search to find the "sffms" style package seems like it could >>> be the perfect answer to my quandary. I'm trying n

Re: [O] LaTex export questions

2014-05-28 Thread Nick Dokos
Steven Arntson writes: > Rick, > > Your google search to find the "sffms" style package seems like it could > be the perfect answer to my quandary. I'm trying now to get my head > around acquiring it. I don't have a great track record with installing > things, and try to use package management sy

Re: [O] Superscript and subscript in HTML?

2014-05-28 Thread Nick Dokos
Peter Davis writes: > Is there any markup which will let me get superscripts and subscripts > in HTML export? > > It would be great if the HTML exporter recognized ^{...} and _{...} so > the same markup would work for both LaTeX/PDF and for HTML. > It does - this works fine for me: --8<

Re: [O] LaTex export questions

2014-05-27 Thread Nick Dokos
Igor Sosa Mayor writes: > Steven Arntson writes: > >> Hi, I'm trying to export an org-mode doc to LaTex and subsequently to >> PDF. This is a literary novel, written in prose. Right now when I run >> the export command, the resulting file is incorrectly formatted for the >> literary world, and I

Re: [O] possible bug in ox-odt.el?

2014-05-25 Thread Nick Dokos
Matt Price writes: > Hello, > > for some time I've noticed that the export to odt options were not > being offered in the export menu options (C-c E-c), even though I have > (require ox-odt) in my startup file. Attempts to evaluate ox-odt > manually failed with this error: > Not sure what that

Re: [O] Beamer Export: US date format despite \usepackage[ngerman]{babel}

2014-05-23 Thread Nick Dokos
"Loris Bennett" writes: > "Loris Bennett" writes: > >> Hi, >> >> If I have the following: >> >> , >> | #+TITLE: Test >> | #+AUTHOR: Loris Bennett >> | >> | #+OPTIONS: H:1 toc:nil >> | >> | #+LATEX_HEADER: \usepackage[ngerman]{babel} >> | >> | #+DAT

Re: [O] Beamer Export: US date format despite \usepackage[ngerman]{babel}

2014-05-23 Thread Nick Dokos
"Loris Bennett" writes: > "Loris Bennett" writes: > >> Hi, >> >> If I have the following: >> >> , >> | #+TITLE: Test >> | #+AUTHOR: Loris Bennett >> | >> | #+OPTIONS: H:1 toc:nil >> | >> | #+LATEX_HEADER: \usepackage[ngerman]{babel} >> | >> | #+DAT

Re: [O] Fwd: slow capture templates

2014-05-22 Thread Nick Dokos
Bastien writes: > Hi Nick, > > Nick Dokos writes: > >> ...and which OS and which X are you using? > > The OS is: x86_64-unknown-openbsd5.4 Ah, right - thanks! I googled a bit and found this: http://lists.gnu.org/archive/html/help-gnu-emacs/2013-10/msg00124.html Maybe it helps? -- Nick

Re: [O] Fwd: slow capture templates

2014-05-22 Thread Nick Dokos
jamil egdemir writes: > Using M-x org-version RET I get: > Org-mode version 8.2.6 (release_8.2.6-1 @ > /home/jegdemir/share/emacs/24.4.50/lisp/org/) > ...and which OS and which X are you using? > In an attempt to follow you suggestion, I fired up a few calls to > x-get-selection in my *scratch

Re: [O] latex export beginner

2014-05-21 Thread Nick Dokos
Steven Arntson writes: > Nick Dokos writes: > >> Steven Arntson writes: >> >>> I'm taking my first baby steps at exporting an org file to LaTex. I know >>> a little about org-mode, and almost nothing about LaTex. >>> >>> I type C-c

Re: [O] new to drawers

2014-05-21 Thread Nick Dokos
Bastien writes: > Hi Nick, > > Nick Dokos writes: > >> I thought so too, but when I tried it, I got the same result as Steven. >> I'll try to dig down a bit more. > > Did you find something? > I cannot reproduce the OT problems here on master. Sorry, I didn't - I ran out of time. Nick

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