[O] HTML/images zipped projects

2015-07-07 Thread Robert Klein
porter.. Best regards Robert ** Archiving Projects When archiving project you face some issues not present when archiving a single export. A export project you want to archive often may be a project composed of two or more subprojects, e.g. one to publish to HTML, one to PDF and one to copy t

Re: [O] Bug: latex table export fails in master [8.3beta (release_8.3beta-1253-gaa9c4b @ /home/theorie/kleinrob/.emacs.d/org-mode/lisp/)]

2015-07-07 Thread Robert Klein
ie for the relevant regexp in be019c4339. It > solves the problem for me. > > Rasmus > Thanks a lot. Works for me, too. Best regards Robert

Re: [O] ox-latex: default packages cleaning

2015-07-10 Thread Robert Klein
t break texing with older texlive versions. Please try to keep export compatible to older versions. I have a couple of computers where I can use new versions of org-mode (and an appropriate version of emacs), where it is not feasible to install a newer version of texlive. Best regards Robert

Re: [O] ox-latex: default packages cleaning

2015-07-11 Thread Robert Klein
Hi Rasmus, On Sat, 11 Jul 2015 12:48:06 +0200 Rasmus wrote: > Hi Robert, > > Robert Klein writes: > > >> * Fixltx2e > >> > >> This packages is depreciated with TL2015 cf. LaTeX News 22. We can > >> use \RequirePackage[current]{latexrele

Re: [O] Org-mode exporters licensing

2015-07-28 Thread Robert Klein
e I might write and publish: I'm tempted to use the > Unlicense (which is basically more or less putting it into the PD), > even though it might (technically) be void. > > > Cheers, > > Daniele FWIW, what Richard Lawrence posted in the other threat sounds good. Please feel free to use my material I posted to the list (see http://lists.gnu.org/archive/html/emacs-orgmode/2015-06/msg00160.html) I mostly copied the export function in the example from org-mode, but the rest you may use as you like. Best regards Robert

Re: [O] [DEV] Bump Emacs requirement to 24.4?

2015-08-05 Thread Robert Klein
and 24.5 that we care about? > > wrt the distros I care about: > > - Arch and Fedora are on both on 24.5. > - CentOS7 is still 24.3. So is Slackware. SUSE Linux Enterprise 12 and openSUSE 13.2 also have 24.3. The package for future openSUSE:42 is 24.3, too. Best regards Robert

Re: [O] [DEV] Bump Emacs requirement to 24.4?

2015-08-06 Thread Robert Klein
On Thu, 06 Aug 2015 10:03:17 +0200 Nicolas Goaziou wrote: > Robert Klein writes: > > > On Wed, 05 Aug 2015 23:51:32 +0200 > > Rasmus wrote: > > > >> Nicolas Goaziou writes: > >> > >> > Just to be sure, can we require Emacs 24.4 for

[O] current head croaks on export since commit "Backport commit 3a5f751 from Emacs master branch"

2015-08-10 Thread Robert Klein
b6682783bfaabb2c4 75f021c6d8d6e92c803e0a2723cd22de5aa2c130 M lisp If the changes in the commit are Ok, there should perhaps be a check in org-check-agenda-file: (defun org-check-agenda-file (file) "Make sure FILE exists. If not, ask user what to do." (when (not (string-p file)) do something else... Any help is very much apprecieated. Thank you very much! Best regards Robert

Re: [O] current head croaks on export since commit "Backport commit 3a5f751 from Emacs master branch"

2015-08-10 Thread Robert Klein
ist of files in the first place. > > Fixed in 44c8cd7. > Confirmed. It works again. Thank you very much! Best regards Robert

Re: [O] [DEV] Bump Emacs requirement to 24.4?

2015-08-15 Thread Robert Horn
Bastien Guerry writes: > My simple point is: let's get more information and let's take a > proper decision. Let's not force the change. I took a look at what is presently supported by Red Hat, Ubuntu, and OpenSuSE in their long term support releases. The results: emacs 23.1 (RHEL 6.0, Ubuntu

Re: [O] Worg isn't publishing

2015-08-28 Thread Robert Klein
pdate. I > recorded the message below but hadn't got around to emailing the list. I saw two updates on worg from yesterday, so probably everything is Ok again. Please give me a note, when you still see invalid function 41 or so, then I'll clean up the org used for publishing worg manually. Best regards Robert

Re: [O] Worg isn't publishing

2015-08-29 Thread Robert Klein
Hi, Thomas S. Dye wrote: > > Robert Klein writes: > > > Hi, > > > > Kyle Meyer wrote: > > > >> Thomas S. Dye writes: > >> > >> > Aloha all, > >> > > >> > Worg hasn't published for several days. &g

Re: [O] Worg isn't publishing

2015-08-31 Thread Robert Klein
Hi, Sebastien Vauban wrote: > Robert Klein writes: > > Thomas S. Dye wrote: > >> Robert Klein writes: > >>> Kyle Meyer wrote: > >>>> Thomas S. Dye writes: > >>>> > > >>>> > Worg hasn't published for seve

Re: [O] Worg isn't publishing

2015-08-31 Thread Robert Klein
Hello, Nicolas Goaziou wrote: > Hello, > > Robert Klein writes: > > > FYI <http://permalink.gmane.org/gmane.emacs.orgmode/100625> may be > related. > Yes, something like that. What actually happens is, the org-mode repository clone for worg publications is

Re: [O] gnuplot: plotting students' progress of grades

2015-08-31 Thread Robert Klein
src Please see the worg page http://orgmode.org/worg/org-contrib/babel/languages/ob-doc-gnuplot.html for more information. Best regards Robert > Best regards, > Tobias Frischholz > > PGP PUBLIC KEY: > http://pgp.mit.edu/pks/lookup?search=0xCD463AC1&op=index >

Re: [O] Exporting multilingual documents (with Japanese) to PDF

2015-09-07 Thread Robert Klein
X_HEADER: \usepackage{newunicodechar} #+LaTeX_HEADER: \newunicodechar{ǎ}{\v{a}} #+LaTeX_HEADER: \newunicodechar{ǐ}{\v{\i}} #+Macro: zh [[zh:][$1]] #+end_src org Then use CJK in your org file like this: #+begin_src org Now you can user CJK characters like {{{zh(你好!)}}} (Nǐ hǎo) or [[zh:][你好!]]. #+end_src Best regards Robert

Re: [O] Merge branch 'maint'

2015-09-10 Thread Robert Klein
ster onto maint, or the > other way around? That would result in no merge commits. > > I think it should be possible to rebase two branches without having to > rewrite the public history. As far as I understood, maint is a subset > of master, i.e. all commits that are in maint are in master as well. > Is that correct? No. I agree, the many merge commits in August/September look ugly right after the 8.3/8.3.1 release. Maint and master will surely diverge more, now... Best regards Robert

Re: [O] babel stopping export after updating to org 8.3

2015-09-14 Thread Robert Klein
following to my .emacs file: (add-to-list 'org-latex-listings-langs '(conf " ")) That is, I set the `listings' packages language to a blank (empty string doesn't work) and only generic settings (i.e. no specific language settings) are used when I tex the file. HTH Best regards Robert

Re: [O] babel stopping export after updating to org 8.3

2015-09-15 Thread Robert Klein
Hi Aviv wrote: > Robert Klein roklein.de> writes: > >> >> Hi >> >> Aviv wrote: >> >>> Hi! >>> >>> I just upgraded to org 8.3 and am stuck with an export issue. >>> >>> When I try to export a file with just &qu

Re: [O] Agenda Tag filtering - has the behaviour changed?

2015-09-16 Thread Robert Klein
9f6d81a3b8 Sorry, I don't use the agenda, so I can't help you more at the moment. Best regards Robert

Re: [O] org export outcomes differ from one attempt to the next

2015-09-21 Thread Robert Klein
u take only the beginning of your file up to the first paragraph of the first heading (not marked as :noexport:)? This is not a /minimal/ minimal example, but if you can post this plus the relevant parts of your setup, there is a chance to reproduce and solve the issue. Best regards Robert

[O] Authorship and copyright of derived exporters

2014-01-03 Thread Robert Klein
eplaced inside those functions. Should I copy the authors of the backends I derived from into my file(s)? I'd rather not leave them out, but, on the other hand, maybe they don't want to be associated with my sometimes paltry attempts at coding. Thank you very much for your advice. Best regards Robert

[O] org-element, spurious command??

2014-01-06 Thread Robert Klein
tree, line 4276. Thanks and best regards Robert

[O] Note/hint on latex export of listings w/ lstlistings

2014-01-09 Thread Robert Klein
quot;language= " and results in a latex-compilable: \lstset{language= ,numbers=none} This is nice to know, when you're documenting configurations or configuration files. Best regards Robert

[O] Problems publishing

2014-01-10 Thread Robert Wise
file as [f] Current file without a problem, so it seems nothing is wrong with the files per se, or the publishing function per se. Below is the project part from my .emacs file. Any hint would be appreciated. ;;list projects, personal website, family, work (setq org-publish-project-a

[O] subtree export title w/ tags

2014-01-14 Thread Robert Klein
:mytag: ... #+end_src Is there something I can do, so the tag doesn't end up in the title? Thanks and best regards Robert

Re: [O] subtree export title w/ tags

2014-01-15 Thread Robert Klein
Bastien, Sebastien, thank you both for your help. I'll check out `org-export-with-tags'. I do need the tags, but only in the -export-as- function of a derived exporter. Probably I still can get them. Thanks a lot Best regards Robert On 01/15/2014 12:53 PM, Bas

Re: [O] subtree export title w/ tags

2014-01-19 Thread Robert Klein
enhance it). For posting a subtree it would be `natural' to use the heading (without tags) as title and tags (if any) as blog tags. Best regards Robert On 01/15/2014 01:31 PM, Robert Klein wrote: > Bastien, Sebastien, > > thank you both for your help. > > I'll chec

Re: [O] [ANN] google-contacts.el can now export to org-contacts.

2014-01-29 Thread Robert Eckl
le-contacts* and type string i get google-oauth-auth-and-store: Symbol's function definition is void: oauth2-auth-and-store Cu, Robert

[O] another blog exporter

2014-02-07 Thread Robert Klein
some polishing to make it ready for a greater public. Would there a place for it in contrib/ or is it better suited for a github repository? Thanks and best regards Robert ;;; ox-blog.el --- Blog Back-End for Org Export Engine ;; Copyright (C) 2013, 2014 Robert Klein ;; Author: Robert Klein ;; Key

Re: [O] another blog exporter

2014-02-07 Thread Robert Klein
- ((and publish-datetime + ((and (not (string= "" publish-datetime)) (or (equal "author" user-role) (equal "administrator" user-role))) "future") Best regards and thank you very much for the feedback, Robert

Re: [O] another blog exporter

2014-02-08 Thread Robert Klein
Hi Ken On 02/08/2014 01:27 AM, Ken Mankoff wrote: > Hi Robert, > > On Fri, 7 Feb 2014, Robert Klein wrote: >> around the org-mode 8.0 release I began to write a new blog exporter >> using the new export framework. >> >> I wanted one feature org2blog didn't

Re: [O] another blog exporter

2014-02-08 Thread Robert Klein
Hi, I put ox-blog on github: https://github.com/roklein/ox-blog I removed the unnecessary org-blog-example-block and added some attributes to be used with source blocks (line numbers, highlighting of lines, title). Best regards Robert On 02/07/2014 06:10 PM, Robert Klein wrote: >

Re: [O] another blog exporter

2014-02-09 Thread Robert Klein
Hi Bastien, On 02/09/2014 08:55 AM, Bastien wrote: > Hi Robert, > > Robert Klein writes: > >> I put ox-blog on github: >> >> https://github.com/roklein/ox-blog > > Thanks for your work on this, looks neat. > > Do you have an example website produced

Re: [O] link interfering with brackets when abbreviated

2014-03-03 Thread Robert Horn
I'm a user who doesn't much care about link following command behavior, but Bastien's point about context is important. The behavior of a command needs to depend upon much more than just syntax. Two really dramatic examples are region narrowing and outline folding. When operating on a narrowed r

Re: [O] another blog exporter

2014-03-04 Thread Robert Klein
I felt a need to document those attributes that get extra treatment: wordpress uses class="alignleft" instead of HTML align="right" and I changed the style handling to support surrounding double quotes ( :style "margin: 9pt; background: red;" ) Best regards Robert

Re: [O] org-cook

2014-03-15 Thread Robert Horn
I also use tables, and have one big recipe.org file. I considered ingredient properties, etc., but ended up just text and find recipes by using simple searches. They look like this: * Texas Skillet Corn Bread | Ingredient | Quantity | Instructions| |+

[O] Property EXPORT_OPTIONS ignored?

2014-03-19 Thread Robert Eckl
sing? TIA, Robert Emacs 24.3.1 (Org mode 8.2.5e)

[O] small folding issue

2014-04-10 Thread Robert Klein
in a new org file, and I'm not sure I had a org file without a newline at the end before. So I can't say if this is a new issue or not. Best regards Robert

[O] PATCH for Re: Bug: src block asterisk escaping doesn't work anymore

2016-07-16 Thread Robert Klein
Hi, On Wed, 13 Jul 2016 18:47:58 -0700 "Charles C. Berry" wrote: > On Wed, 13 Jul 2016, Robert Klein wrote: > > > Hi, > > > > When exporting a source block, e.g. > > > > --- snip (example org file) --- > > #+begin_src conf > > Test &g

Re: [O] Struggling with setting up ox-koma-letter.el

2016-07-18 Thread Robert Klein
rgmode.org/cgit.cgi/worg.git/plain/exporters/koma-letter-new-example.pdf. > > Any suggestions? afaik the elpa version is the maintenance version of 8.3.4. The example looks fine when using the develpoment version of org (i.e. master branch of the git repository). Best regards Robert

[O] bug#23917: Please consider making Bug #23917 a blocker for 25.1 (was Re: org-capture: Capture template ‘g’: Match data clobbered by buffer modification hooks)

2016-07-18 Thread Robert Pluim
emacs -Q ;evaluate the following (custom-set-variables '(package-selected-packages (quote (org-20160704 (package-initialize) ; Now do: C-x C-f ~/.notes M-x org-mode M-x org-capture t ; This should result in: Capture template ‘t’: Match data clobbered by buffer modification hooks I've tried to follow who clobbers it via GDB, but I keep getting lost. For me it's always search_regs.end[sub] that has the unexpected value. Regards Robert

Re: [O] Tuning the layout of published html

2016-07-19 Thread Robert Klein
e: html/preamble.html): --- snip --- Home Imprint --- snip --- Example postamble file: Contents main page Heading imprint --> © 2012–2015 Robert

Re: [O] Tuning the layout of published html

2016-07-19 Thread Robert Klein
Hi, Jarmo Hurri wrote: > > Robert Klein writes: > > > You can use the preamble and postamble features for this. > > > > You'd have to edit the navigation bar manually, though. > > > > Example preamble (file: html/preamble.html): > > ... >

[O] bug#23917: 25.0.95; commit 3a9d6296b35e5317c497674d5725eb52699bd3b8 causing org-capture to error out

2016-07-21 Thread Robert Pluim
GNU Elpa and latest Emacs 25 > branch from the git (Repository revision: > 4157159a37b43712440da91a45a6d5f71eb96e8a). > > With these versions of Org and Emacs and your patch applied, with a > recipe similar to that posted by Robert Pluim on 2016-07-18, > specifically > >

[O] bug#23917: 25.0.95; commit 3a9d6296b35e5317c497674d5725eb52699bd3b8 causing org-capture to error out

2016-07-21 Thread Robert Pluim
e my entire > config loaded, but with a minimal recipe from emacs -Q the org-capture > match-data-clobbered error still occurs. > > The minimal recipe I'm testing with is similar to that posted by Robert > Pluim on 2016-07-18, specifically > > src/emacs -Q >

[O] bug#23917: Please consider making Bug #23917 a blocker for 25.1 (was Re: org-capture: Capture template ‘g’: Match data clobbered by buffer modification hooks)

2016-07-22 Thread Robert Pluim
reverse/1]). > > OK, let's wait for a few days to give time to the people who were > affected by the issue to test the patch, and if no new issues come up, > please push the version with the error code to emacs-25. > Patch v2 fixes 'emacs -Q' and my normal capture templates, and I'm using the patched emacs for this email. I'll keep running with it for the next few days. Regards Robert

Re: [O] #+BEGIN_html/#+END_html tags not exporting literally to html anymore?

2016-07-22 Thread Robert Klein
anual run `gmake html' in the top directory of the source; for a printable PDF run `gmake pdf'. The final manual will also be in the doc/ directory. Best regards Robert

Re: [O] pagebreak

2016-07-25 Thread Robert Klein
Hi, On Mon, 25 Jul 2016 18:59:46 + Uwe Brauer wrote: > Hi > > I would like to write an org document export it to odt, and break > pages manually. How can I achieve that? > #+ODT: See http://orgmode.org/manual/Creating-one_002doff-styles.html in the manual. Best regards Robert

[O] ANNOUNCE: GNU Hyperbole 6.0.1 for Emacs 24.4 - 25 is released

2016-07-28 Thread Robert Weiner
GNU Hyperbole (pronounced Ga-new Hi-per-bo-lee), or just Hyperbole, is an amazing programmable hypertextual information management system implemented as a GNU Emacs package. This is the first public release in 2016. Hyperbole has been greatly expanded and modernized for use with the latest Emacs

Re: [O] ANNOUNCE: GNU Hyperbole 6.0.1 for Emacs 24.4 - 25 is released

2016-07-30 Thread Robert Love
I just looked on YouTube and didn’t find anything. > On Jul 29, 2016, at 10:54 AM, Kaushal Modi wrote: > > Actually it will be even more awesome if you can record a short video/GIF > screencast demonstrating what hyperbole does compared to org mode. Or in > general how you would use hyperbole.

[O] Bug: org-agenda-list fails with "wrong-type-argument stringp nil" from org-agenda-skip [8.3.5 (8.3.5-elpaplus @ $HOME/.emacs.d/elpa/org-plus-contrib-20160801/)]

2016-08-05 Thread Robert Irelan
Ever since updating to 20160801, I've encountered the following error whenever trying to run org-agenda-list: Debugger entered--Lisp error: (wrong-type-argument stringp nil) looking-at(nil) org-agenda-skip() org-agenda-get-deadlines() org-agenda-get-day-entries("/path/t

Re: [O] Bug: org-agenda-list fails with "wrong-type-argument stringp nil" from org-agenda-skip [8.3.5 (8.3.5-elpaplus @ $HOME/.emacs.d/elpa/org-plus-contrib-20160801/)]

2016-08-05 Thread Robert Irelan
Trying again since it wasn't received the first time. On Tue, Aug 2, 2016 at 12:02 PM Robert Irelan wrote: > Ever since updating to 20160801, I've encountered the following error > whenever trying to run org-agenda-list: > > Debugger entered--Lisp error: (wrong-typ

Re: [O] [PATCH] Re: links-9.0 v3

2016-08-07 Thread Robert Klein
with `browse-url'). The last patch also updates the replacement for org-add-link-type in org-compat.el. Best regards Robert On Sun, 07 Aug 2016 20:12:21 -0400 John Kitchin wrote: > That looks like the correct fix for org-eww.el. > > What is the protocol for fixing the contrib pac

Re: [O] Something happened in git server

2016-09-04 Thread Robert Klein
Hi, http access seemed to be Ok, but there was something fishy about git. I restarted all services, so everything should be Ok, now. Best regards Robert On Mon, 5 Sep 2016 00:51:22 +0900 Ishikawa Takaaki wrote: > Many thanks to your reports. Unfortunately, it’s not working even >

Re: [O] Best diagram, image software?

2016-10-06 Thread Robert Klein
Hi, I'm using the following header, which lets me export to PDF and HTML, both (basically from here: http://orgmode.org/worg/org-contrib/babel/languages/ob-doc-LaTeX.html). #+header: :exports results :file fsa.png #+header: :imagemagick yes :iminoptions -density 600 :imoutoptions -geometry 1200

[O] ELPA vs 9.0.1 release (still issues)

2016-11-20 Thread Robert Horn
I'm not enough of an ELPA guru to figure this out. I tried org-mode 9.0.1 using ELPA, found some issues I'll describe, and find that using the direct git version does not have those issues. All of this is with Emacs 24.5.2, GTK+ version 2.24.31. This is a fresh setup, no other packages install

Re: [O] Tangling include files

2016-11-24 Thread Robert Klein
to include the top level org file you > want to tangle from. Then export that. > > HTH, > > Chuck > A line #+Property: tangle yes in your org document is sufficient to get it tangled (in org 8.3.6). I'm currently using the attached script for tangling configur

Re: [O] How do you store web pages for reference?

2017-01-16 Thread Robert Horn
There is also a Firefox plugin "ScrapBook X", which is a successor to Scrapbook. It can capture the web page alone (with links to outside world) and allows you to select by depth or link additional pages that are also to be captured. (If you have infinite time and storage with the right links yo

[O] publishing files with images to latex

2017-02-28 Thread Robert Klein
t the publishing directory, perhaps 2e35a59763efc5324874ec1a894691fe2123495c ?). Any help is very much appreciated. Thanks and best regards Robert

Re: [O] publishing files with images to latex

2017-03-09 Thread Robert Klein
Hi, Nicolas Goaziou wrote: > Hello, > > Robert Klein writes: > > > when I publish a project to PDF org-mode does not include the > > images in the exported PDF (i.e. LaTeX doesn't find them), when I > > start the publishing process from a buffer which

[O] [PATCH] Fix custom timestamps during export (ox-groff)

2017-03-12 Thread Robert Klein
Hi, this patch updates ox-groff.el in contrig to use the org-timestamp-translate function instead of the non-existing org-translate-time. Best regards Robert From 632764856ecbc0f6a733d3d919f4904c6465605c Mon Sep 17 00:00:00 2001 From: Robert Klein Date: Mon, 13 Mar 2017 07:29:27 +0100 Subject

Re: [O] [RFC] The "c" Org macro

2017-05-08 Thread Robert Horn
Eric S Fraga writes: > On Monday, 8 May 2017 at 11:26, Nicolas Goaziou wrote: >> Hello, >> >> I would like to scratch a long-standing itch and introduce the "c" >> macro, which is basically a way to handle multiple counters in an Org >> document. So, the following document > > This sounds like a

[O] Documentation fix

2017-05-14 Thread Robert Klein
Hi, there are two typos which causes compile to fail. Patch below. PS: Probably there should be a comma after the “example”. Sorry, my English not so good is... Best regards Robert From 355901f48b9b81e9d5509f2df66e4f25eb23adae Mon Sep 17 00:00:00 2001 From: Robert Klein Date: Mon, 15

Re: [O] Documentation fix

2017-05-15 Thread Robert Klein
Hallo, On Mon, 15 May 2017 08:42:42 +0200 Nicolas Goaziou wrote: > Hello, > > Robert Klein writes: > > > there are two typos which causes compile to fail. Patch below. > > Thank you. > > > Options for MathJax (@code{org-html-mathjax-options}). MathJ

[O] BUG: ox-latex export pdf options issue

2017-06-30 Thread Robert Klein
Hi, The Latex \hypersetup options like to be on their own line and hate when the closing } intrudes on them. Patch which puts the closing brace in its place below. Best regards Robert diff --git a/lisp/ox-latex.el b/lisp/ox-latex.el index ec4b49585f8..474f9b6e9c4 100644 --- a/lisp/ox

Re: [O] BUG: ox-latex export pdf options issue

2017-06-30 Thread Robert Klein
Please disregard this. \hypersetup works as it is. I had a +text+ title which put a \sout{} in the pdftitle. That caused a error message about too many }'s from the pdflatex. This I mistook to mean the closing brace of \hypersetup. Sorry about the fuss. Best regards, Robert On Thu, 2

Re: [O] org mode moves to GNU emacs core

2017-07-03 Thread Robert Horn
Bastien Guerry writes: > Hi Philip, > > phillip.l...@russet.org.uk (Phillip Lord) writes: > >> I presume you do see this as an advantage? The issue is, surely, >> that it's too much of a PITA for the advantage that you gain? > > Well, it's not really about PITA-or-not-PITA, it's just that I want

Re: [O] Bug: http://orgmode.org/cgit.cgi/org-mode.git/ - 502 Bad Gateway

2017-07-31 Thread Robert Klein
Hi, it works again now. Best regards Robert On Mon, 31 Jul 2017 18:50:44 +0800 Chunyang Xu wrote: > I visited the URL by clicking "cgit" on http://orgmode.org/. > > >

Re: [O] Bug: Removing and adding deadline bug in org agenda [9.1.9 (release_9.1.9-65-g5e4542 @ /usr/share/emacs/26.1/lisp/org/)]

2018-09-18 Thread Robert Pluim
y to Task 2. > I believe the C-u C-c C-d is being done from the agenda buffer, not the org buffer, so the agenda should be able to keep track of the task location. Having said that, Iʼve not been able to reproduce this with Org 9.1.14 Robert

Re: [O] Bug: Removing and adding deadline bug in org agenda [9.1.9 (release_9.1.9-65-g5e4542 @ /usr/share/emacs/26.1/lisp/org/)]

2018-09-18 Thread Robert Pluim
Kevin Foley writes: > My mistake, I misread, thanks for the correction Robert. FWIW I also am > unable to reproduce on 9.1.14 > > I would still suggest using C-c C-d with . as it seems like a simpler > workflow. Yes, that is a lot simpler than remove/add. Robert

[O] bug#32722: bug#32722: bug#32722: 26.1; Org-publish depend on non-free platform ?

2018-09-18 Thread Robert Klein
ht assignment documents it will be easier to put htmlize.el into Emacs. Best regards Robert

[O] bug#32722: bug#32722: bug#32722: 26.1; Org-publish depend on non-free platform ?

2018-09-18 Thread Robert Horn
roprietary platform. Git was created due to problems with a dependency on a proprietary platform, although in that case it was more related to a divergence in business strategic directions than ethical issues. -- Robert Horn rjhorn...@gmail.com

[O] bug#32722: bug#32722: bug#32722: bug#32722: 26.1; Org-publish depend on non-free platform ?

2018-09-18 Thread Robert Klein
On Tue, 18 Sep 2018 19:53:14 +0300 Eli Zaretskii wrote: > > From: Robert Horn > > Cc: Nicolas Goaziou , Eli Zaretskii > > , kaushal.m...@gmail.com, 32...@debbugs.gnu.org, > > r...@gnu.org Date: Tue, 18 Sep 2018 12:37:45 -0400 > > > > /* from RMS email later

[O] bug#32722: bug#32722: bug#32722: bug#32722: 26.1; Org-publish depend on non-free platform ?

2018-09-20 Thread Robert Klein
Hi, On Thu, 20 Sep 2018 08:43:19 +0300 Eli Zaretskii wrote: > > From: Kaushal Modi > > Date: Wed, 19 Sep 2018 17:16:28 -0400 > > Cc: Nicolas Goaziou , Glenn Morris > > , n...@flqt.fr, Richard Stallman , > > 32...@debbugs.gnu.org, Robert Horn , Eli > > Zar

Re: [O] Expandin Org Babel snippets

2018-09-20 Thread Robert Klein
macs version is: > > (version) > "GNU Emacs 26.1 (build 1, x86_64-unknown-linux-gnu, GTK+ Version > 2.24.32) of 2018-07-25" > Please see *** Change in the structure template expansion in the etc/ORG-NEWS file. Best regards Robert

Re: [O] How to upgrade to make beamer export work

2018-09-24 Thread Robert Klein
Is this normal? > your example does seem to have Beamer frames. Do you have a complete minimal setup which doesn't work with the new version (.org-file, .emacs, both only having enough content to show the issue)? I your “latest” version the zip files downloaded from the home page, or maint or master from git? Best regards Robert

[O] org-end-of-line and in table interaction

2018-09-28 Thread Robert Pluim
Hi, I have (add-hook 'org-tab-first-hook 'org-end-of-line) This causes inside a table to always create another row, rather than moving to the next field. The patch below fixes this for me, although Iʼm not sure itʼs the right solution. diff --git a/org.el b/org.el index 45be987..f22e9a1 100644

Re: [O] org-end-of-line and in table interaction

2018-09-28 Thread Robert Pluim
Nicolas Goaziou writes: > Hello, > > Robert Pluim writes: > >> I have >> >> (add-hook 'org-tab-first-hook 'org-end-of-line) >> >> This causes inside a table to always create another row, rather >> than moving to the next field. The pa

Re: [O] org-end-of-line and in table interaction

2018-09-28 Thread Robert Pluim
Nicolas Goaziou writes: > Robert Pluim writes: > >> I was under the impression that 'org-end-of-line' is intended to do >> something only when in a heading, since it does: >> >> (looking-at org-complex-heading-regexp))) >> >>

Re: [O] org-end-of-line and in table interaction

2018-09-29 Thread Robert Pluim
Nicolas Goaziou writes: > Robert Pluim writes: > >> It does call 'end-of-line'. If thatʼs the intended semantics, itʼs not >> entirely clear from the docstring (and I will adjust my code). > > The first sentence is: > > Go to the end of line, but b

[O] bug#32906: org-in-src-block-p always returns nil

2018-10-02 Thread Robert Pluim
> follows: > > (defun test-org-in-src-block-p () > (interactive) > (print (org-in-src-block-p))) > > Navigate to a src block in org mode and call 'M-x > test-org-in-src-block-p'. Now nil is printed to the message buffer. Works for me in emacs-26. Would it be possible to try that version? Regards Robert

[O] bug#32906: org-in-src-block-p always returns nil

2018-10-03 Thread Robert Pluim
Eivind Otto Hjelle writes: > I thought I had updated emacs to the latest version, but apparently not. > After upgrading to emacs-26 the command org-in-src-block-p works as > expected. Thanks! Thanks for checking. Closing. Regards Robert

Re: [O] PATH question for gnus

2018-10-08 Thread Robert Klein
ATH INFOPATH=/usr/local/texlive/2018/texmf/doc/info:$INFOPATH export PATH MANPATH INFOPATH in your .profile/.bashrc, (and .xsessionrc if your're using lightdm for login) Best regards Robert > > Your help is welcome. > > Best wishes, > > Jo.

Re: [O] exporting to latex and docx not honouring carriage returns to tabbing

2018-10-08 Thread Robert Klein
t indented by “4 spaces”, put a line #+LaTeX: \setlength{\leftskip}{2em} at the top of your document. If you want only parts indented, put the line before the beginning of the part to be indented and put this line after it: #+LaTeX: \setlength{\leftskip}{0em} Does this help? Best regards Robert

Re: [O] OT: gmane seems to be back

2018-10-31 Thread Robert Pluim
hought gmane.org was could no longer be searched with nnir. If you do that then you connect to port 119 using cleartext and the connection is (potentially) upgraded using STARTTLS. Thatʼs not the same as making a TLS connection to port 563. Whether this matters for reading news is entirely a personal decision. The gmane search interface is sadly indeed defunct. Robert

Re: [O] Bug: ODT export fails if NAME: and ref: equation [9.1.14 (9.1.14-1-g4931fc-elpa @ /home/kdm/.emacs.d/elpa/org-20180910/)]

2018-11-08 Thread Robert Pluim
gt; unsupported in this back-end, AFAICT. FWIW, the original example works for me if I set 'org-latex-to-mathml-convert-command' to "latexmlmath \"%i\" --presentationmathml=%o" as described at <https://www.gnu.org/software/emacs/manual/html_node/org/Working-with-LaTeX-math-snippets.html#Working-with-LaTeX-math-snippets> (interestingly I didnʼt have to set #+OPTIONS: LaTeX:t) Robert

[O] TODO cycle in agenda column view clears the line.

2019-01-04 Thread Robert Mosher
When in agenda view with column view enabled hitting 't' clears the current line so it displays as a blank line. There is no text there, so it is not a font color issue. Though it does actually cycle the TODO value of the line. In fact, you can hit 't' again on the blank line and it will continue

[O] funny remote time/duration values

2019-01-07 Thread Robert Klein
second table. same in all cases with a 0 in front (04:50, 07:50, 01:00). Org-version is 9.2 Any ideas? Thanks and best regards Robert

[O] funny remote time/duration values

2019-01-07 Thread Robert Klein
second table. same in all cases with a 0 in front (04:50, 07:50, 01:00). Org-version is 9.2 Any ideas? Thanks and best regards Robert -- Robert Klein UNIX Operations Max Planck-Institut für Polymerforschung Anschrift: Ackermannweg 10, 55128 Mainz

[O] Bug: org-map-drill-entries fails in org-tags-expand on empty string

2019-01-23 Thread Robert Irelan
Patch to fix attached. From a3af9004fbc5a8a86ba8f990d393403ec671f9bf Mon Sep 17 00:00:00 2001 From: Robert Irelan Date: Wed, 23 Jan 2019 11:11:14 -0800 Subject: [PATCH] org-drill: Fix tag match in org-map-drill-entries * contrib/lisp/org-drill.el: Change MATCH argument to ORG-MAP-ENTRIES from

Re: [O] please read: bug when marking tasks done

2019-01-29 Thread Robert Horn
ese, but I can easily write an elisp hook to capture the rules. -- Robert Horn rjh...@alum.mit.edu

Re: [O] Bug: org-map-drill-entries fails in org-tags-expand on empty string

2019-02-01 Thread Robert Irelan
Hi, could someone take a look at this? Other people have noticed this issue: https://lists.gnu.org/archive/html/emacs-orgmode/2019-01/msg00096.html On Wed, Jan 23, 2019 at 11:18 AM Robert Irelan wrote: > > Patch to fix attached. -- Robert Irelan rire...@gmail.com

Re: [O] (9.2) Noweb blocks not expanded in Python blocks : it should be a bug...

2019-02-04 Thread Robert Pluim
like it wants to allow <> Is that something that should be accepted? Robert

Re: [O] Arithmetic range error

2019-02-07 Thread Robert Pluim
converting that float to an integer. It seems much too small for that, though. Which version of emacs is this, on what platform? Robert

[O] bug#34684: 26.1; Strange characters when inserting date

2019-02-28 Thread Robert Pluim
ng-system or similar. If I do LANG=zh_HK src/emacs -Q (require 'org) (org-time-stamp) => <2019-02-28 四> where that character after the date is CJK IDEOGRAPH-56DB (and now Iʼve exhausted what I know about Asian characters) Robert

[O] Multiple Indices

2019-02-28 Thread Robert Love
I’m using Org mode to document some software. When I see Texinfo used for this, I see that you can have a subject index and a variable index. How do I achieve the same thing in Org mode? Can someone point to examples of this?

[O] bug#34684: 26.1; Strange characters when inserting date

2019-03-01 Thread Robert Pluim
>" (current-time))) so itʼs hard to see how this could be an issue in Org. Does this happen when running 'emacs -Q'? Robert

[O] bug#34684: 26.1; Strange characters when inserting date

2019-03-01 Thread Robert Pluim
Robert Pluim writes: > Eli Zaretskii writes: > >>> From: Robert Pluim >>> Cc: Eli Zaretskii , 34...@debbugs.gnu.org >>> Date: Fri, 01 Mar 2019 11:00:01 +0100 >>> >>> > It could be some snafu in Org, though, e.,g. if it doesn't

[O] bug#34684: 26.1; Strange characters when inserting date

2019-03-01 Thread Robert Pluim
Eli Zaretskii writes: >> From: Robert Pluim >> Cc: Eli Zaretskii , 34...@debbugs.gnu.org >> Date: Fri, 01 Mar 2019 11:00:01 +0100 >> >> > It could be some snafu in Org, though, e.,g. if it doesn't know how to >> > support that value of

<    1   2   3   4   5   6   7   8   9   10   >