Re: [O] about htmlize.el

2015-03-12 Thread Nick Dokos
I wonder if you might find Sebastian Rose's javascript stuff useful for your purposes: (info (org) JavaScript support) Nick

Re: [O] lots of CLOCK lines displayed when opening a TODO

2015-03-12 Thread Nick Dokos
Loris Bennett loris.benn...@fu-berlin.de writes: If I jump from the agenda entry 'Fun', I get something like the following: * Stuff ** Fun... ** Boring... If I press 'tab', I get * Stuff ** Fun :LOGBOOK:... :OLDLOGS:... ** Boring If I press 'tab' again, nothing happens. If

Re: [O] Bleeding edge in elpa

2015-03-11 Thread Nick Dokos
tftor...@tftorrey.com (T.F. Torrey) writes: Aaron Ecay aarone...@gmail.com writes: ... Exposing new users to the vagaries of the master branch may rather lead to atheism. This sounds like the foot-shooting argument again. Could one not just as easily harm one's foot with the master

Re: [O] How to get LATEX_HEADER items to appear *after* default packages?

2015-03-10 Thread Nick Dokos
Richard Stanton stan...@haas.berkeley.edu writes: When I export an org file to LaTeX using the class rhs-article, defined as follows: ‘(rhs-article \\documentclass{article} \\usepackage[top=1in, bottom=1.in, left=1in, right=1in]{geometry}

Re: [O] Plotting in Python block won't over-write existing file

2015-03-06 Thread Nick Dokos
Richard Stanton stan...@haas.berkeley.edu writes: Here’s a sample Python code block: #+begin_src python :results file :exports both import matplotlib matplotlib.use('Agg') import matplotlib.pyplot as plt import pandas as pd df = pd.DataFrame({'date': [1900, 1901, 1902], 'x1' : [3, 4, 5],

Re: [O] Error with Org Export

2015-03-06 Thread Nick Dokos
Chris Drane csdr...@gmail.com writes: I'm trying to export to HTML a file with this snippet of text: call_function 0; store 1 (a) Doing so gives me the error: Variable store must be assigned a default value This goes away if I remove the underscore. I've tried using #+OPTIONS: ^:{} to

Re: [O] Bug: org-preview-latex-fragment fails to render in remote files (TRAMP) [8.2.10 (release_8.2.10 @ /usr/local/Cellar/emacs/24.4/share/emacs/24.4/lisp/org/)]

2015-03-05 Thread Nick Dokos
Dustin Paluch dustinpal...@gmail.com writes: Here's what DOES WORK: Open a local org file, type in a latex fragment like \[1 + 2 = 3\], then hit C-c C-x C-l. The fragment is replaced with a png as expected. Here's what DOESN'T WORK: Open a remote org file via C-x C-f

Re: [O] Capturing output from C/C++

2015-03-05 Thread Nick Dokos
Roger Mason rma...@mun.ca writes: Hello, I have a short C++ program: #+BEGIN_SRC cpp :flags -lm :results output #include iostream #include fstream #include cmath // for ceil #include cstdlib// for atof double f (double fv, double o, int i) { return fv /

Re: [O] Emacs unresponsive while executing Sh code block

2015-03-05 Thread Nick Dokos
Giacomo M jackja...@gmail.com writes: Dear all, when I C-c C-c in: #+BEGIN_SRC sh gnome-terminal #+END_SRC a gnome-terminal window appears, but  Emacs hangs until I close it. In the *Messages* I get: executing Sh code block... Wrote /tmp/babel-2307H-J/ob-input-2307i3c (here Emacs

Re: [O] Emacs unresponsive while executing Sh code block

2015-03-05 Thread Nick Dokos
Giacomo M jackja...@gmail.com writes: Dear all, when I C-c C-c in: #+BEGIN_SRC sh gnome-terminal #+END_SRC One additional note - you can start the gnome-terminal process in the background: #+BEGIN_SRC sh gnome-terminal #+END_SRC The shell will not wait for the process to finish and

Re: [O] Escape individual underscore?

2015-03-03 Thread Nick Dokos
Jacob Gerlach jacobgerl...@gmail.com writes: Hi List, I want to include a literal underscore in LaTeX export, like FOO_BAR. Right now I get: FOO$_{\text{BAR}}$ Contrary to this stackexchange question, if I try to escape the underscore with a backslash, I get:

Re: [O] Notifications-notify for org-mode scheduled items?

2015-03-02 Thread Nick Dokos
Nick Dokos ndo...@gmail.com writes: torys.ander...@gmail.com (Tory S. Anderson) writes: I was actually just playing with this. If you don't mind adding your whole daily schedule to the notify list, you can use (org-agenda-to-appt) Unrelated to agenda, there is (appt-add) As far

Re: [O] Notifications-notify for org-mode scheduled items?

2015-03-02 Thread Nick Dokos
torys.ander...@gmail.com (Tory S. Anderson) writes: I was actually just playing with this. If you don't mind adding your whole daily schedule to the notify list, you can use (org-agenda-to-appt) Unrelated to agenda, there is (appt-add) As far submitting just a single item from the agenda

Re: [O] org-calendar-holiday and local holidays

2015-03-01 Thread Nick Dokos
Melleus mell...@openmailbox.org writes: Hi to all. I'm afraid to ask. But... Anyway. Does %% about holiday-local-holidays? I'm not programmer, sorry. I've set up those local holidays but cannot see them in my agenda. Can you see them in the calendar? If so, I think you should be able to

Re: [O] Here is a patch I want to add to org.el……

2015-02-28 Thread Nick Dokos
kuangd...@163.com writes: Hi, buddies: a little change has been made…… Trying to apply your patch on top of current master, I get: , | $ git apply ~/Desktop/0001-again.patch | /home/nick/Desktop/0001-again.patch:18: trailing whitespace. | - If the cursor is on the overlay(latex

Re: [O] Here is a patch I want to add to org.el……

2015-02-27 Thread Nick Dokos
kuangd...@163.com writes: what if search for ‘org-remove-latex-fragment-image-overlays’ in org.el ? I see it in the function ‘org-ctrl-c-ctrl-c’ (org 8.2.10) You wouldn't see it if you were using the development version (aka the master branch). What Nicolas said is that that no longer

Re: [O] Firefox 36 and Links

2015-02-26 Thread Nick Dokos
Scott Randby sran...@gmail.com writes: ... I found a patch here: http://comments.gmane.org/gmane.emacs.bugs/99694 I can't get the patch to work with Emacs 24.3 or 24.2. This could be due to my very poor knowledge of elisp or that the patch isn't compatible with those versions of Emacs.

Re: [O] Firefox 36 and Links

2015-02-26 Thread Nick Dokos
Nick Dokos ndo...@gmail.com writes: Scott Randby sran...@gmail.com writes: http://comments.gmane.org/gmane.emacs.bugs/99694 I can't get the patch to work with Emacs 24.3 or 24.2. This could be due to my very poor knowledge of elisp or that the patch isn't compatible with those versions

Re: [O] minimal config for bug testing/reporting

2015-02-25 Thread Nick Dokos
Subhan Michael Tindall subh...@familycareinc.org writes: I’ve run across what I believe to be a couple of bugs in the use of sticky agendas. I’d like to report them, but I really don’t have the time to rebuild a functional org-mode .emacs file with minimal configuration. Is there one

Re: [O] orgmode-contacts wrong type arguments

2015-02-17 Thread Nick Dokos
torys.ander...@gmail.com (Tory S. Anderson) writes: Presumably this is related to my having upgraded to: Org-mode version 8.2.10 (8.2.10-33-g880a2b-elpa) GNU Emacs 25.0.50.6 (x86_64-unknown-linux-gnu, GTK+ Version 3.10.9) of 2015-02-10 on localhost.localdomain I use org-contacts[1] to

Re: [O] closing column mode for beamer export

2015-02-13 Thread Nick Dokos
Eric S Fraga e.fr...@ucl.ac.uk writes: Beamer export has the :B_columns: tag for exactly this purpose. Indeed and thanks for highlight this as I had forgotten about this property. I find it less æsthetically pleasing. YMMV, of course. The beauty of org is that there are so many ways of

Re: [O] Colon in block name?

2015-02-13 Thread Nick Dokos
Loris Bennett loris.benn...@fu-berlin.de writes: Hi, I want to export to LaTeX and refer to tables and code blocks as in the example below. However a name with a colon, such as 'tab:my_data' used as a variable for a source block fails: org-babel-ref-resolve: Reference 'my_data' not found

Re: [O] New ELPA addition bogs down Emacs

2015-02-11 Thread Nick Dokos
Lawrence Bottorff borg...@gmail.com writes: Once again, I've added some package that makes a 20k-line/1 mg .org file kill Emacs' performance and max out my CPU. Here's my ELPA installed: ...   org    20150202  installed Outline-based notes management and

Re: [O] Limiting number of items shown in custom agenda

2015-02-03 Thread Nick Dokos
Subhan Michael Tindall subh...@familycareinc.org writes: I have the following custom agenda command (Z Last Worked skip ((alltodo ((org-agenda-skip-function (lambda nil (org-agenda-skip-entry-if (quote notregexp) \\:LastWorked\\:))) (org-agenda-sticky nil)

Re: [O] org export to org

2015-01-28 Thread Nick Dokos
John Kitchin johnrkitc...@gmail.com writes: All the discussion about citations has gotten me thinking. It is easy enough to export cite links to the pandoc format, including pre and post text. I have done a proof of concept of this in a markdown export. I would like to do an org export to

Re: [O] latex environment inside math mode problem

2015-01-19 Thread Nick Dokos
Marko Schütz Schmuck markoschu...@web.de writes: Dear All, the new exporter does not seem to handle \begin/\end inside \( ... \). If the org file contains \(f = \begin{cases} t 1\\ f 2\\ \end{cases} \) the resulting tex file contains

Re: [O] [PATCH] Protect active characters such as `~' when exporting to LaTeX

2015-01-16 Thread Nick Dokos
Sebastien Vauban sva-n...@mygooglest.com writes: Hello, When ~code~ is converted to LaTeX, it becomes \verb~code~; i.e., it uses a potentially dangerous character, in this case `~' which is active. In most cases, it is unnoticeable, but in some environments, it breaks. The solution is to

Re: [O] Org mode installation problems

2015-01-07 Thread Nick Dokos
Felix Fernandes felixf...@gmail.com writes: Not sure if this helps but in my load path, I find usr/share/emacs24/site-lisp/org-mode and at this location, grep shows that the obsolete function is defined: [vadmin@ubu1004:/usr/share/emacs24/site-lisp/org-mode] $ grep

Re: [O] Redacting text in HTML export

2015-01-07 Thread Nick Dokos
Peter Davis p...@pfdstudio.com writes: Is there any way to completely redact text in HTML export, so it just looks like black boxes? Does http://davidwalsh.name/redacted-font help? -- Nick

Re: [O] Org mode installation problems

2015-01-07 Thread Nick Dokos
Felix Fernandes felixf...@gmail.com writes: It does not bother me as much as the following keyboard macro (fset 'jk [?\M-x ?o ?r ?g ?- ?c ?a ?p ?t ?u ?r ?e return ?t return ?\C-e ? ?j ?k ?\C-c ?\C-c]) that should invoke the following template: (setq org-capture-templates '((t Todo

Re: [O] Vertically aligning table row contents

2015-01-06 Thread Nick Dokos
Peter Davis p...@pfdstudio.com writes: Maybe that's the right track, but the obvious solution doesn't seem to work: --8---cut here---start-8--- #+MACRO:  p   \raisebox{-.5\height}{\includegraphics[scale=.35]{$1}} Try #+MACRO: p

Re: [O] Org mode installation problems

2015-01-06 Thread Nick Dokos
Felix Fernandes felixf...@gmail.com writes: Any suggestions on how to fix the installation problems? I have placed package-initialize at the beginning of my .emacs but that doesn't help. I re-installed org-mode from elpa after deleting all org-related entries from my .emacs (I don't have

Re: [O] Bug: org-export-icalendar-this-file doesn't work [8.2.10 (8.2.10-29-g89a0ac-elpaat /home/vadmin/.emacs.d/elpa/org-20141222/)]

2015-01-05 Thread Nick Dokos
Felix Fernandes felixf...@gmail.com writes: Thanks for your help, Nick. I found that C-c C-e c f replaces org-export-icalendar-this-file. It would be nice if M-x org-export-icalendar-this-file is undefined or pops up an error message stating that it has been replaced by C-c C-e c f.

Re: [O] Bug: org-export-icalendar-this-file doesn't work [8.2.10 (8.2.10-29-g89a0ac-elpa at /home/vadmin/.emacs.d/elpa/org-20141222/)]

2015-01-01 Thread Nick Dokos
Felix Fernandes felixf...@gmail.com writes: You probably need to make sure that you install org correctly, so that the previous bits are shadowed completely. Read the Using Emacs packaging system subsection of the Installation section of the Org manual for important information: (info

Re: [O] Bug: org-export-icalendar-this-file doesn't work [8.2.10 (8.2.10-29-g89a0ac-elpa @ /home/vadmin/.emacs.d/elpa/org-20141222/)]

2014-12-30 Thread Nick Dokos
Felix Fernandes felixf...@gmail.com writes: I recently updated to the latest org-mode version (using M-x list-packages). Now M-x org-export-icalendar-this file doesn't work. I get the following error message: org-export-icalendar: Symbol's function definition is void:

Re: [O] Typo in manual

2014-12-29 Thread Nick Dokos
Daniel E. Doherty ded-...@ddoherty.net writes: Carsten et al., I just noticed in footnote 2 of section 2.2 of the org manual, the following typo: , | (2) Clocking only works with headings indented less then 30 stars. ` The 'less then' should be 'less than'. Thank you. Fixed in

Re: [O] Org-mode to feed a database

2014-12-29 Thread Nick Dokos
Vikas Rawal vikasli...@agrarianresearch.org writes: This is, in all likelihood, a crazy idea. Please excuse me for that. I often need to get a number of people enter complex survey data into a database using some kind of forms. The forms I need are fairly complex (with several nested grids,

Re: [O] export all tables upon save

2014-12-29 Thread Nick Dokos
stev...@uw.edu stev...@uw.edu writes: Greetings, I have a .org file with 3 tables that I want to update once or twice per day. For example, in the following example, I would like to have tab1.csv, tab2.csv, and tab3.csv automatically created whenever I save the file. Is this possible?

Re: [O] Efficiency of Org v. LaTeX v. Word

2014-12-26 Thread Nick Dokos
Ken Mankoff mank...@gmail.com writes: People here might be interested in a publication from [2014-12-19 Fri] available at http://dx.doi.org/10.1371/journal.pone.0115069 Title: An Efficiency Comparison of Document Preparation Systems Used in Academic Research and Development Summary: Word

Re: [O] PlantUML

2014-12-15 Thread Nick Dokos
Ciaran Mulloy crmul...@gmail.com writes: Hi, I just tried evaluating plantUML source code in babel and get the following error message: Error: Invalid or corrupt jarfile /home/cmulloy/.emacs.d/elpa/contrib/scripts/ I'm currently in the latest stable release of org-mode 8.2.10 and have

Re: [O] Open all #+INCLUDED:d files?

2014-12-12 Thread Nick Dokos
Rainer M Krug rai...@krugs.de writes: Rasmus ras...@gmx.us writes: Rainer M Krug rai...@krugs.de writes: Is there an easy way of opening all INCLUDEd files in an org document, i.e. a single command or an easy way of doing it via some elisp code? Oh, sorry, I didn't see the all. No

Re: [O] Repository for released versions

2014-12-11 Thread Nick Dokos
Peter Hoeg pe...@hoeg.com writes: the release in orgmode.org/elpa seem to be nightly dumps. Any chance to have a separate repository for the released version? They are weekly snapshots of the stable version (the maint branch of the git repo) AFAIK, so they include the latest bug fixes, but

[O] :colnames behavior

2014-12-05 Thread Nick Dokos
In this example, setting :colnames to no produces column names in the evaluated result - setting it to yes (or defaulting to nil) takes out the column names. That seems to be the opposite of what is intended - it also contradicts the manual[fn:1] afaict. --8---cut

Re: [O] Not LaTeX now, trying to use org-mode

2014-12-03 Thread Nick Dokos
Sharon Kimble boudic...@skimble.plus.com writes: I'm now starting to write a org-mode document in place of doing it in LaTeX, but its left me puzzled by some things, like - a) How do you make a paragraph, or even a sentence, italic? I've tried following the org-mode manual but that just

Re: [O] Hidden files from beamer export, not cleaned up by org

2014-12-01 Thread Nick Dokos
James Harkins jamshar...@qq.com writes: I've just noticed -- after exporting an org file using the beamer backend, two hidden files are left in the directory. They both contain LaTeX code, so I'm quite sure they're coming from the export. .fuse_hidden01c1: ~~ \relax

Re: [O] Hidden files from beamer export, not cleaned up by org

2014-12-01 Thread Nick Dokos
Nick Dokos ndo...@gmail.com writes: James Harkins jamshar...@qq.com writes: I've just noticed -- after exporting an org file using the beamer backend, two hidden files are left in the directory. They both contain LaTeX code, so I'm quite sure they're coming from the export

Re: [O] html export does seem to no more recognise EXPORT_ .. PROPERTIES

2014-11-27 Thread Nick Dokos
Rainer Stengele rainer.steng...@online.de writes: Hi, with latest Org version I find the html export does no more recognise these settings at the begin of the file: :PROPERTIES: :EXPORT_FILE_NAME: x:/0PROJEKT/Kunden/customer/customer-Dokumentation-mmdd.html :EXPORT_TITLE: Stoll -

Re: [O] Customizing org-todo-repeat-to-state to return to the current TODO state

2014-11-21 Thread Nick Dokos
Sebastien Vauban sva-n...@mygooglest.com writes: Grant Schissler wrote: I am trying to change the behavior of marking a repeated task as DONE. I would like the task to return to the current TODO state rather than the first in the TODO sequence or a fixed state. For example, ** APPT Lunch

Re: [O] Customizing org-todo-repeat-to-state to return to the current TODO state

2014-11-21 Thread Nick Dokos
Grant Schissler grant.schiss...@gmail.com writes: That is a nice workaround, but does anyone have any ideas that I could continue to use my main org file?  Also, what is meant by the previous state in TYPO_TYP set?  Thank you very much for the suggestion. The property thingie is a very fine

Re: [O] Support for parts

2014-11-20 Thread Nick Dokos
Marcin Borkowski mb...@wmi.amu.edu.pl writes: Hi there, just wondering: in LaTeX, there is a concept of a part, which is above chapter in the hierarchy. Is there any way to do something similar in Org? To be more precise: I'd want something like this: \chapter{Introduction} \part{For

Re: [O] SQL support in Babel

2014-11-20 Thread Nick Dokos
Seb splu...@gmail.com writes: Hi, The last code block in ob-doc-sql¹ suggests I should be able to place a number of #+HEADER lines above my SQL source code to specify the connection string. I am trying to connect to a remote PostgreSQL server, and after lots of experimentation, the only

Re: [O] orgmode batch publishing failure

2014-11-19 Thread Nick Dokos
henry atting s...@online.de writes: org-mode version 8.3beta (release_8.3beta-581-g0e52f0) After updating orgmode from git batch publishing does not work anymore, the error message says: Autoloading failed to define function time-add The according part of Makefile sheet:

Re: [O] How to get remember working properly?

2014-11-19 Thread Nick Dokos
Sharon Kimble boudic...@skimble.plus.com writes: ... However, org-capture is working well, prefacing my timelog.org with CAPTURE- in front, like CAPTURE-timelog.org. Maybe then it is time to retire remember as org-capture seems to have taken over? But that's for another post. As I said

Re: [O] [bug] Link to filename beginning by a date opens... the agenda

2014-11-14 Thread Nick Dokos
Nicolas Goaziou m...@nicolasgoaziou.fr writes: Hello, Sebastien Vauban sva-n...@mygooglest.com writes: Hello, Clicking on such a link: [[file:~/Projects/Type/Client/Folder/2014-11-12-PV.txt][2014-11-12-PV.txt]] ... opens the Org agenda for that day -- while it should open my file,

Re: [O] [bug] Link to filename beginning by a date opens... the agenda

2014-11-14 Thread Nick Dokos
Nick Dokos ndo...@gmail.com writes: Nicolas Goaziou m...@nicolasgoaziou.fr writes: Hello, Sebastien Vauban sva-n...@mygooglest.com writes: Hello, Clicking on such a link: [[file:~/Projects/Type/Client/Folder/2014-11-12-PV.txt][2014-11-12-PV.txt]] ... opens the Org agenda

Re: [O] converting to init.org

2014-11-12 Thread Nick Dokos
Alexander Baier alexander.ba...@mailbox.org writes: [ Accidentally hit send, ... ] On 2014-11-12 20:27 Sharon Kimble wrote: *** Agenda config #+BEGIN_SRC emacs-lisp '(org-agenda-include-all-todo t) '(org-agenda-span 21)

Re: [O] 'remembering' not quite working right.

2014-11-09 Thread Nick Dokos
Sharon Kimble boudic...@skimble.plus.com writes: I am able to 'remember' text with highlighting the text required, and copying it to the clipboard, and then C-c r remembers it, and shows in its popup buffer that I need to C-c C-c to copy/move it to my remember storage file. Except, the last

Re: [O] Table columns verbatim export

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

Re: [O] How to extract TODOs from date-tree

2014-10-29 Thread Nick Dokos
Detlef Steuer detlef.ste...@gmx.de writes: Hi Nick! If there are use cases out there, it might be worth collecting them and then thinking about how to support them better. If there aren't, maybe it should be thrown out. Oh, NO, don´t do that! Datetrees were a major enhancement for my

Re: [O] math in parentheses

2014-10-29 Thread Nick Dokos
Rasmus ras...@gmx.us writes: Just out of curiosity, do you actually type \(·\) or have you somehow remapped $·$ to insert \(·\)? I type \(...\) - I don't do it often enough to worry about it. -- Nick

Re: [O] Braced inline math no longer supported: ($ ... $)

2014-10-29 Thread Nick Dokos
co...@online.de (Jonas Hörsch) writes: I just updated my org-mode to latest master and found, that the behaviour of inline math seems to have changed; with the unwelcome side-effect, that inline math in braces is not exported correctly to latex anymore: ($\varepsilon = 0$) used to be

Re: [O] Bug: [8.2.10 (8.2.10-1-g8b63dc-elpa @ /home/boudiccas/.emacs.d/elpa/org-20141027/)]

2014-10-28 Thread Nick Dokos
Sharon Kimble boudic...@skimble.plus.com writes: Thinking that the problem was in corruption in my git download, I downloaded a fresh git setup, but the problem still remains. So I've installed org-mode from ELPA, but the problem still remains. I am still unable to send emails through gnus,

Re: [O] math in parentheses

2014-10-28 Thread Nick Dokos
Andreas Leha andreas.l...@med.uni-goettingen.de writes: Hi Richard, Richard Lawrence richard.lawre...@berkeley.edu writes: Hi Andreas, Andreas Leha andreas.l...@med.uni-goettingen.de writes: I encounter a problem using $..$ expressions when they are enclosed in parentheses. This $T$

Re: [O] Bug: [8.2.10 (8.2.10-1-g8b63dc-elpa @ /home/boudiccas/.emacs.d/elpa/org-20141027/)]

2014-10-28 Thread Nick Dokos
Sharon Kimble boudic...@skimble.plus.com writes: It is not a gnus-problem alone as I also get the error report when opening some org-mode pages. For the last couple of days I have been unable to send any emails through gnus, or any followups to a newsgroup, because the buffer which should

Re: [O] How to extract TODOs from date-tree

2014-10-28 Thread Nick Dokos
Thorsten Jolitz tjol...@gmail.com writes: Jay Iyer jayiye...@gmail.com writes: Hi Thorsten, The file entries are as follows and the task/note/project sub-heads generally don't have active/inactive timestamps except when a scheduling/deadline is specified. Thanks. ** 2014-10 October ***

Re: [O] Several datetrees in one file

2014-10-28 Thread Nick Dokos
Alexander Baier alexander.ba...@mailbox.org writes: Hello, I would like to have several datetrees in one org file. I want to have different datetrees under different headlines. The setup I have in mind is an address book with chronologically ordered notes for each person. ... Is this

Re: [O] Omitting title in odt-export

2014-10-21 Thread Nick Dokos
hack writer g...@bookhacker.org writes: I have problems omitting the OrgTitle from an exported odt-document. Through the following preamble in my .org-file I am able to omit most of the default title/author/etc. information at the beginning of the .odt-document: #+ODT_STYLES_FILE:

Re: [O] Paper Size for Exported LaTeX

2014-10-21 Thread Nick Dokos
Kenneth Jacker k...@be.cs.appstate.edu writes: [ Org-mode version 8.3beta (release_8.3beta-175-g59cd25 ] First time I've used the LaTeX exporting ... I have a hunch the default paper size is A4. Margins are *way* too wide ... How do I change it to letter? I tried a few things, but they

Re: [O] Exzessive newlines in org-element item interpreter?

2014-10-20 Thread Nick Dokos
Thorsten Jolitz tjol...@gmail.com writes: Your interpretation of 'obvious' seems (obviously?) be a bit overly optimistic sometimes. Probably apocryphal but ... http://mystatpage.wordpress.com/tag/g-h-hardy/ -- Nick

Re: [O] # of parameters of `org-latex-format-headline-function'

2014-10-17 Thread Nick Dokos
Sebastien Vauban sva-n...@mygooglest.com writes: Hello, During the summer, the number of parameters of the `org-latex-format-headline-function' changed from 5 to 6: addition of `info'. The new version of my private formatting function is: ;; function for formatting the headline's text

Re: [O] How to change a link?

2014-10-17 Thread Nick Dokos
Marcin Borkowski mb...@wmi.amu.edu.pl writes: On 2014-10-17, at 00:19, Thorsten Jolitz wrote: OK, so what is the canonical way of doing this? I don't want to use org-dp, since it is another dependency. It is a problem to add dependencies to libraries the user must install himself, and at

Re: [O] Math formatting in HTML export - The Org Manual

2014-10-14 Thread Nick Dokos
Joseph Vidal-Rosset joseph.vidal.ros...@gmail.com writes: Thanks Eric. I have tested this solution that works with imagemagick and html export. I have added these lines in my init.el : ; Include the latex-exporter (require 'ox-latex) ;; Add minted to the defaults packages to include when

Re: [O] Bug: customizing HTML export postamble [8.2.7c (8.2.7c-61-g4b9146-elpa @ /home/christos/.emacs.d/elpa/org-20140908/)]

2014-10-08 Thread Nick Dokos
Gitsis Christos cgit...@gmail.com writes: I was trying to translate the postamble in HTML export in order to translate it in greek and I faced an issue. 1) Setting org-html-postamble to auto generates a postamble different than setting it to t and leaving org-html-postamble-format to

[O] OT - syncthing

2014-10-02 Thread Nick Dokos
[I know a lot of people on this ML are interested in syncing, so I thought I'd post this even though it has nothing to do with org.] I just saw this on LWN's weekly edition (which requires subscription for access - it will be freely available a week from today):

Re: [O] Error Embedding SQL Source from code block into R Source of Another (noweb)

2014-10-01 Thread Nick Dokos
Grant Rettke g...@wisdomandwonder.com writes: On Tue, Sep 30, 2014 at 9:23 PM, Nick Dokos ndo...@gmail.com wrote: Grant Rettke g...@wisdomandwonder.com writes: Yikes what a week sorry about that here is what you would need I shall be defining a function to provide all such details

Re: [O] Adding new table rows/cols in a formula update

2014-10-01 Thread Nick Dokos
Nicolas Goaziou m...@nicolasgoaziou.fr writes: Hello, Dima Kogan d...@secretsauce.net writes: OK. Patch attached. Thanks for your patch. Some comments follow. From 3b6581c647cb87f0d3e8cee94ce2fb1fb122d3fd Mon Sep 17 00:00:00 2001 From: Dima Kogan d...@secretsauce.net Date: Tue, 30 Sep

Re: [O] Error Embedding SQL Source from code block into R Source of Another (noweb)

2014-09-30 Thread Nick Dokos
Eric Brown br...@fastmail.fm writes: 2) Grant, I tried your code, but there seem to be some missing headers. Do you have a complete minimal example that exhibits the behavior that you have demonstrated? Add :noweb yes. Also Grant seems to have gone non-standard and replaced the noweb markup

Re: [O] Error Embedding SQL Source from code block into R Source of Another (noweb)

2014-09-30 Thread Nick Dokos
Grant Rettke g...@wisdomandwonder.com writes: On Tue, Sep 30, 2014 at 2:15 PM, Nick Dokos ndo...@gmail.com wrote: Eric Brown br...@fastmail.fm writes: 2) Grant, I tried your code, but there seem to be some missing headers. Do you have a complete minimal example that exhibits the behavior

Re: [O] wrapping text around figure

2014-09-24 Thread Nick Dokos
marvin doyley marvin...@gmail.com writes: Dear All, I am writing a grant proposal using Org-mode and I am trying to figure out how to wrap text around a figure. I have done this in the past (latex) using the wrapfig function, but it would be nice to do this using #Attr: I haven't tried it

Re: [O] CV in orgmode for export to pdf (and html?

2014-09-22 Thread Nick Dokos
Rainer M Krug rai...@krugs.de writes: I like Dan's approach as it looks relatively simple, although I still have to look into it in detail (and as Joseph notes, there must be a problem in the code). ... Dan Griswold kc5...@gmail.com writes: ... First, a cv class added to

Re: [O] list of agenda files in a file

2014-09-19 Thread Nick Dokos
hy...@lactose.homelinux.net writes: Eric S Fraga writes: (setq org-agenda-files (quote (~/org/agenda.file.list))) which sets the variable to a list of one string, which is *not* what you want. Try (setq org-agenda-files ~/org/agenda.file.list) Oh. Thank you very much. I have

Re: [O] How to tangle contents of a noweb-ref block that as source block indicators in it?

2014-09-19 Thread Nick Dokos
Grant Rettke g...@wisdomandwonder.com writes: Good afternoon, I work in: ╭ │ (print emacs-version) │ (print org-version) ╰ ╭ │ 24.3.1 │ │ 8.2.7c ╰ My `org' configuration specifies source blocks like this: ╭ │ (setq org-babel-noweb-wrap-start «) │ (setq

Re: [O] org-babel-load-file misleading function name, wrong behavior

2014-09-18 Thread Nick Dokos
Marcin Antczak marcin.antc...@neutrico-themes.pl writes: Hi, I would like to suggest changing the name to 'org-babel-load-lisp' as current name of this function doesn't emphasise that it can tangle and load emacs-lisp code blocks only. Another problem is that currently 'compile' option is

Re: [O] TODO items in lists (not headings)

2014-09-17 Thread Nick Dokos
Gary Oberbrunner ga...@oberbrunner.com writes: On Tue, Sep 16, 2014 at 11:48 PM, Thomas S. Dye t...@tsdye.com wrote: Aloha Gary, Gary Oberbrunner ga...@oberbrunner.com writes: Gary:    My reason for not using TODO is just that it'd be ugly and confusing to

Re: [O] org-mode-hook not called when entering org files

2014-09-16 Thread Nick Dokos
hob...@poukram.net (Rémi Letot) writes: That's the org-mode bundled with my emacs: Org-mode version 8.2.6 (release_8.2.6-1 @ /usr/share/emacs/24.4.50/lisp/org/) GNU Emacs 24.4.50.1 (x86_64-pc-linux-gnu, GTK+ Version 3.12.2) of 2014-08-23 on gkar, modified by Debian ... See above, that's

Re: [O] Babel support for Processing-language

2014-09-15 Thread Nick Dokos
Jarmo Hurri jarmo.hu...@syk.fi writes: ... I just installed Processing 2 and the Emacs mode in Fedora 20 and they work together like a charm. However, I have _no idea_ what kind of work supporting output capture of both static mode (image) and active mode (animation) would require.

Re: [O] org-mode-hook not called when entering org files

2014-09-15 Thread Nick Dokos
hob...@poukram.net (Rémi Letot) writes: Nick Dokos ndo...@gmail.com writes: hob...@poukram.net (Rémi Letot) writes: all org seems to work fine, but for some reason org-mode-hook is not called when I open an org file... That's very unlikely: the hook is run using a general emacs mechanism

Re: [O] org-mode-hook not called when entering org files

2014-09-15 Thread Nick Dokos
hob...@poukram.net (Rémi Letot) writes: ... File mode specification error: (error `recenter'ing a window that does not display current-buffer.) I didn't notice it before since it has happened for quite some times and didn't appear to cause any problem, but could it be the cause of this

Re: [O] org-mode-hook not called when entering org files

2014-09-12 Thread Nick Dokos
hob...@poukram.net (Rémi Letot) writes: org-crypt-use-before-save-magic just populates org-mode-hook with a before-save-hook, which is correctly done in my case. The trick is that org-mode-hook doesn't seem to fire when I open an org file... confirmed: I had a look at the other variables

Re: [O] Using color in latex export

2014-09-12 Thread Nick Dokos
Chaitanya Krishna icym...@gmail.com writes: Hello all, I would like to have some text in color when I export my org document to latex. I tried this: ... #+latex_header: \usepackage{color} \textcolor{red}{Text I want in red} ... But, this is producing ... \usepackage{color}

Re: [O] Lisp error: wrong-number-of-arguments when publishing current project file

2014-09-10 Thread Nick Dokos
Sebastien Vauban sva-n...@mygooglest.com writes: Hello, When publishing a site project, or some file from it, I get the following error: Debugger entered--Lisp error: (wrong-number-of-arguments #[(optional force) \303 ^X\304\216 ?\205^K^@ ^Z\305\306 !+\207 [wconfig force

Re: [O] help debugging latex-overlays boxes

2014-09-09 Thread Nick Dokos
John Kitchin jkitc...@andrew.cmu.edu writes: Nick Dokos ndo...@gmail.com writes: I have traced my problem. The issue is in the function org-preview-latex-fragment. At the end of the function, where it calls org-format-latex, the default-directory variable that is used in the function call

Re: [O] help debugging latex-overlays boxes

2014-09-05 Thread Nick Dokos
John Kitchin jkitc...@andrew.cmu.edu writes: Hi All, I am using org-mode in a course this fall with 60 students. All of them are using org-mode from elpa. For about 10 of them, they are unable to toggle the latex-overlays; instead of getting the equations, they get empty gray boxes with an

Re: [O] Babel more verbose?

2014-09-02 Thread Nick Dokos
John Kitchin jkitc...@andrew.cmu.edu 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

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

2014-09-02 Thread Nick Dokos
Jeff Kowalczyk jeff.kowalc...@gmail.com writes: Nicolas Goaziou mail at 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

Re: [O] Babel more verbose?

2014-09-02 Thread Nick Dokos
John Kitchin jkitc...@andrew.cmu.edu 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

Re: [O] progress indicator for code blocks?

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

Re: [O] Help with org-lookup-all

2014-09-02 Thread Nick Dokos
Alan L Tyree alanty...@gmail.com writes: I feel so dumb! I have this expession attached to a table: (org-lookup-all $1 '(remote(payments,@2$4..@$4)) '(remote(payments,@2$2..@$2))) It is returning the right list of numbers since I can examine them with (nth n How do I add the list

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

2014-08-29 Thread Nick Dokos
Claudius Mueller claudius.muel...@gmail.com 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 =

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

2014-08-29 Thread Nick Dokos
Claudius Mueller claudius.muel...@gmail.com 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

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