Re: [FEATURE REQUEST] Timezone support in org-mode datestamps and org-agenda

2023-01-19 Thread Robert Horn
Ihor Radchenko writes: > Robert Horn writes: > >>> Not really. Countries may change DST at any moment in future. Or decide >>> to switch calendars (consider countries near the day transition line). >>> >>> And "past local time, according to the

[PATCH] Fix some emacs-30 byte-compile warnings

2023-01-23 Thread Robert Pluim
1,7 @@ org-table-make-reference (if lispp (if (eq lispp 'literal) elements - (if (and (eq elements "") (not keep-empty)) + (if (and (string= elements "") (not keep-empty)) "" (prin1-to-string (if numbers (string-to-number elements) elements Robert --

Re: [PATCH] Fix some emacs-30 byte-compile warnings

2023-01-23 Thread Robert Pluim
>>>>> On Mon, 23 Jan 2023 14:04:42 +, Ihor Radchenko >>>>> said: Ihor> Robert Pluim writes: >> The emacs 30 byte-compiler warns about uses of `eq' >> and similar with constant strings which might have unintended >> sem

Re: [PATCH] Fix one remaining emacs-30 byte-compile warning

2023-01-25 Thread Robert Pluim
>>>>> On Tue, 24 Jan 2023 10:29:17 +0100, Arash Esbati said: Arash> Hi all, Arash> Robert sent a patch[1] which pacifies emacs-30 compiler warning. He Arash> missed one which is fixed by the patch below. It is against org-mode Arash> master (6b15897

clock reports, group/rollup by tags, properties?

2023-02-07 Thread Robert Nikander
Hi, I see some previous discussion about this years ago [1], but it looks like it never made it into the official code base. (?) If I use `:scope agenda`, I get a column called “File” that is used as the top “group by” in the query. I don’t see a way to change that. I’d like to see my time div

[BUG] M-S- does not adjust clock timestamps as described in docs [9.5.5]

2023-02-07 Thread Robert Nikander
Hi, The docs say this about S-M + arrow keys on clock log lines. (In section: 8.4.1 - Dates and Times > Clocking Work Time > Clocking Commands) ‘S-M-’ (‘org-timestamp-up’) ‘S-M-’ (‘org-timestamp-down’) On ‘CLOCK’ log lines, increase/decrease the timestamp at point and the one of th

Re: [BUG] M-S- does not adjust clock timestamps as described in docs [9.5.5]

2023-02-08 Thread Robert Nikander
> On Feb 8, 2023, at 5:14 AM, Ihor Radchenko wrote: > > Robert Nikander writes: > >> […] >> >> If I put point on the minutes of 12:30 (second line) and hit S-M-, it >> moves the time to 12:35, but nothing else moves. Based on the docs, I >> tho

emojis in tags?

2023-02-09 Thread Robert Nikander
Hi, Does anyone else think it might be nice to allow emojis in tags? I used to use OmniFocus before I got into org-mode. I had some tags that were certain symbols that had meaning to me. Rob

Re: [FR] Allow emojis in tags (was: emojis in tags?)

2023-02-10 Thread Robert Nikander
> On Feb 10, 2023, at 6:23 AM, Ihor Radchenko wrote: > > Robert Nikander writes: > >> […] > > It is not hard to do, but I am not sure about consequences of such a > change in Org syntax. > > I see no obvious downsides though. I noticed that other poten

How is org-enforce-todo-dependencies supposed to work?

2023-02-11 Thread Robert Nikander
Hi, I’m trying to use todo dependencies. I created the following tree, and set the variable to `t` by evaluating the setq expression. But nothing changes. I can use S- to cycle the TODO state of “Test Project" (none - TODO - DONE) even though the children items are not DONE. Is that expected?

(org-icalendar-combine-agenda-files t) prints byte code

2023-02-17 Thread Robert Jäschke
problem? Best regards, Robert OpenPGP_signature Description: OpenPGP digital signature

Re: [PATCH] Fix some emacs-30 byte-compile warnings

2023-02-17 Thread Robert Pluim
>>>>> On Fri, 17 Feb 2023 14:08:04 +, Ihor Radchenko >>>>> said: Ihor> Robert Pluim writes: Ihor> 3 unexpected results: Ihor> FAILED test-org-table/copy-field Ihor> FAILED test-org-table/references/mode-string-N Ihor> FAILE

Re: (org-icalendar-combine-agenda-files t) prints byte code

2023-03-02 Thread Robert Jäschke
to figure out what's happening and why? (I'd really like to understand.) Another issue is that the above call works in a shell but not when called by cron (both result in the strange output but with cron no file is created). I am not sure if that's relevant. I

org-mode for code comments?

2023-04-10 Thread Robert Nikander
Hi, I searched the internet and this doesn’t seem to exist. I would like to have something like the opposite of code blocks. I could edit a code file, and the comments would be in org-mode. I happen to be using C++ and lsp-mode at the moment. // This C++ comment is all org mode. The font

Re: id links in non-org buffers

2023-06-26 Thread Robert Weiner
The current pre-release package of Hyperbole from the elpa-devel archive will display any Org ID (typically a UUID) or Org Roam ID referent given an ID in any buffer. Simply press M-RET on the ID with Hyperbole active and the referent/definition is displayed in another window or frame (whatever Hy

org babel output

2023-07-03 Thread Robert Synofzik
nraise\nfinally:\n print(' do you possibly have any idea on how to fix this? Sorry to bother you and thanks for the attention! Robert

[BUG] wrong side of point error in org-element-cache [9.6.15 (release_9.6.15 @ /Applications/Emacs.app/Contents/Resources/lisp/org/)]

2024-02-24 Thread Robert Place
Remember to cover the basics, that is, what you expected to happen and what in fact did happen. You don't know how to make a good report? See https://orgmode.org/manual/Feedback.html#Feedback Your bug report will be posted to the Org mailing list.

[BUG] Clock malfunction -- Cannot process task file after update [9.7.2 (release_N/A-N/A-88dd2c @ /home/rknyman/.emacs.d/elpa/org-9.7.2/)]

2024-06-09 Thread Robert Nyman
Remember to cover the basics, that is, what you expected to happen and what in fact did happen. You don't know how to make a good report? See https://orgmode.org/manual/Feedback.html#Feedback Your bug report will be posted to the Org mailing list. -

Re: [BUG] Clock malfunction -- Cannot process task file after update [9.7.2 (release_N/A-N/A-88dd2c @ /home/rknyman/.emacs.d/elpa/org-9.7.2/)]

2024-06-12 Thread Robert Nyman
pty "Line Trust Warning" buffer. Same happens on the "Dog Walk" TODO Same happens on the "Daily Writing Project" TODO. =rk= On 6/12/24 12:58, Ihor Radchenko wrote: [ Adding Org mailing list back to CC to keep the bug discussion public; I will not mentio

Re: [BUG] Clock malfunction -- Cannot process task file after update [9.7.2 (release_N/A-N/A-88dd2c @ /home/rknyman/.emacs.d/elpa/org-9.7.2/)]

2024-06-12 Thread Robert Nyman
Mr. Radchenko: I will go through the file and clean it up. If this doesn't work, then I'll start fresh. Thank you for your help. =rk= PS Weirdly, this file did work on a different machine (laptop) without issue. On 6/12/24 13:52, Ihor Radchenko wrote: Robert Nyman writes:

How to fully control parsing of Org mode links during export

2024-07-21 Thread Robert Weiner
Hi Org developers: I could really use some help from Org export experts. I have been trying to tweak export link parsing to do what I want without any success. Here is a summary of the issues and related questions I have. Usinf Org version "9.8-pre": 1. When exporting from an Org file to html,

Re: How to fully control parsing of Org mode links during export

2024-07-21 Thread Robert Weiner
an then check what you have to do to make org-html-link output > the desired string, or redefine org-html-link to do what you need and > later make a derived backend from the html backend replacing the > org-html-link function or simply load the new definition of > org-html-link using a me

Re: Capture from Firefox to Org-mode

2024-07-21 Thread Robert Weiner
On Tue, Jul 9, 2024 at 11:08 AM Chris Keschnat wrote: > Sébastien Gendre writes: > > Hi, > I'm not actively using this but I had it configured and just tested that > it works. It might not answer you're questions directly, but I hope it > helps. > > > How to capture data from a web page to Org-m

Re: How to fully control parsing of Org mode links during export

2024-07-21 Thread Robert Weiner
Sorry, I mistyped the first example in my message, it should read: 1. When exporting from an Org file to html, I want this [[Emacs#Section-One]] to be converted into this: Emacs#Section-One but instead Org export produces: Emacs#Section-One -- rsw

Re: Cannot yank media when image come from Gnome screenshot

2024-08-05 Thread Robert Pluim
>>>>> On Sun, 04 Aug 2024 19:01:24 +, Ihor Radchenko >>>>> said: Ihor> I am not sure if I like patching Emacs functions when loading Org mode. Ihor> On the other hand, I do not see any obvious downside. I was hoping youʼd have a strong opini

Re: Cannot yank media when image come from Gnome screenshot

2024-08-05 Thread Robert Pluim
>>>>> On Mon, 05 Aug 2024 17:44:43 +, Ihor Radchenko >>>>> said: Ihor> Robert Pluim writes: >>>>>>> On Sun, 04 Aug 2024 19:01:24 +, Ihor Radchenko said: >> Ihor> I am not sure if I like patching Emacs f

Re: How to fully control parsing of Org mode links during export

2024-08-15 Thread Robert Weiner
this seems to be the place if you want to change the markup in the copied buffer before Org formats it for export. Is there any other existing hook that runs before formatting in this copied buffer? Thanks. -- Robert On Mon, Jul 22, 2024 at 9:53 AM Ihor Radchenko wrote: > Robert Weiner wri

Re: Microsoft Excel spreadsheet editing directly from within emacs.

2020-12-28 Thread Robert Thorpe
, if you need charts and distribution to others. BR, Robert Thorpe

Re: Microsoft Excel spreadsheet editing directly from within emacs.

2020-12-29 Thread Robert Thorpe
someone else. In that case you have to use Libreoffice or something like it straight away. You also have to be very careful was re-saving the file with changes because Libreoffice has some subtle incompatabilities with MS Excel and MS Word. If you just want to add new sheets to existing spreadsheets that is not too bad. The problem is changing values in existing sheets. BR, Robert Thorpe

Re: Microsoft Excel spreadsheet editing directly from within emacs.

2020-12-29 Thread Robert Thorpe
Hongyi Zhao writes: > On Wed, Dec 30, 2020 at 1:55 AM Robert Thorpe > wrote: >> >> Hongyi Zhao writes: >> >> > On Tue, Dec 29, 2020 at 5:40 PM Jean Louis wrote: >> >> >> >> * Hongyi Zhao [2020-12-29 07:55]: >> >>

Re: [WDYT, mini] key h in agenda for quick help

2021-02-05 Thread Robert Pluim
! Itʼs bound to 'org-agenda-holidays' Marco> The connoisseur of course knows that describe-mode is already just a Marco> {C-h m} away from the Org agenda. Anyway I think having {h} in the Marco> agenda would be nice. This would also be consistent with Marco> e.g. help-mode. Meh. People should learn. Bah humbug ;-) Robert

Re: [Resolved]Re: OT: M-S-$ Not Working

2021-02-08 Thread Robert Pluim
gt; shift does not allow several capital letters in a row. I donʼt know about swapping Ctrl and Caps, but I have Caps -> Meta, Alt -> Ctrl, Ctrl -> Meta, Windows -> Super under Wayland, so I suspect you'll be ok. Robert

Re: encryption problems using org-mode

2021-02-15 Thread Robert Pluim
My crystal ball says youʼre tracking emacs-master, and you've been bitten by the renaming of minor-modes to local-minor-modes. A bootstrap will fix that. Robert

Re: org-capture-templates: %date is too long

2021-03-04 Thread Robert Pluim
looks like the %:date handling respects the 'org-time-stamp-formats' variable, so if you can arrange for that to be let-bound appropriately during the capture process, it might do the right thing. Robert --

Re: org-capture-templates: %date is too long

2021-03-09 Thread Robert Pluim
capture? Well, you have control over how org-capture is invoked, so you could do: (defun my-org-capture () (let ((org-time-stamp-formats '("<%Y-%m-%d %a>" . "<%Y-%m-%d %a>"))) (org-capture))) although you could do it with advice if you wanted. Untested, of course :-) Robert --

Re: org-capture-templates: %date is too long

2021-03-12 Thread Robert Pluim
Fri, 12 Mar 2021 16:14:35 +0100 | My mistake, itʼs a defconst, not a defvar, so it may well have been inserted verbatim into the org code. Robert --

Re: Bug: Org mode fails to compile using Emacs 24.5-r10 [9.4.5 (9.4.5-g3ea248 @ /home/yantar92/.emacs.d/straight/build/org/)]

2021-04-28 Thread Robert Horn
robably not cause too much breakage. -- Robert Horn rjh...@alum.mit.edu

Re: Bug: Org mode fails to compile using Emacs 24.5-r10 [9.4.5 (9.4.5-g3ea248 @ /home/yantar92/.emacs.d/straight/build/org/)]

2021-04-29 Thread Robert Horn
Colin Baxter writes: >>>>>> Robert Horn writes: > > > Timothy writes: > > >> Ihor Radchenko writes: > >> > >> Maybe this is a good time to start a discussion about moving > >> Org's minimum supported

Re: suggestion to change default org-latex-pdf-process to latexmk

2021-06-02 Thread Robert Pluim
in> I really don't understand why the changed is needed. It sounds like a better idea is to update the defcustom to offer latexmk as an option, with copious documentation as to when it could/should be used. Robert --

BUG: org-table: table option “:missing” not working (in ob-gnuplot.el)

2021-06-17 Thread Robert Klein
g graph is wrong. Also, I couldn't find this in the manual, but there's a thread “using gnuplot's "splot" and "every" comma nds on org-mode table” on the mailing list (2013/09/23 - 3013/09/25) about the :missing feature. Thanks for any help. Best regards Robert gp.org Description: Binary data dotemacs Description: Binary data

Re: org-agenda no longer clocks out then in

2021-06-25 Thread Robert Pluim
g telling you that one of the functions it called returned unexpectedly, rather than returning a result. You might get a better result by doing (setq debug-on-error t) instead of tracing. If org-agenda-clock-in then signals an error you'll get a backtrace. Robert --

Re: Specifying shells for remote ob-shell sessions?

2021-06-25 Thread Robert Pluim
ll setup") for how to override that (I donʼt remember offhand if /ssh: supports overriding, otherwise you can switch to /sshx: which definitely does) Robert --

Re: Help requested: Support for basic Org mode support in tools outside of Emacs

2021-08-03 Thread Robert Horn
They both have org-mode integrations. E.g., create an org-mode task from within the email reader, with link back to the email. -- Robert Horn rjh...@alum.mit.edu

[BUG] Backtrace from orh-element-cache failing in when editing non-org file [9.6.15 (release_9.6.15 @ /Applications/Emacs.app/Contents/Resources/lisp/org/)]

2024-10-06 Thread Robert Place
Remember to cover the basics, that is, what you expected to happen and what in fact did happen. You don't know how to make a good report? See https://orgmode.org/manual/Feedback.html#Feedback Your bug report will be posted to the Org mailing list.

[BUG] emphasis marker inside macro breaks macro [9.7.16 (release_9.7.16 @ /home/roklein/ot/org-mode/lisp/)]

2024-11-13 Thread Robert Klein
ted emacs using the command “emacs -Q -l .temacs tmp/macrotest.org” Thanks for any help. Best regards Robert Emacs : GNU Emacs 29.4 (build 1, x86_64-unknown-openbsd, GTK+ Version 2.24.33, cairo version 1.18.2) of 2024-09-28 Package: Org mode version 9.7.16 (release_9.7.16 @ /home/roklein/o

[BUG] latex run fails for ob-latex with imagemagick options

2025-01-07 Thread Robert Klein
anged, 11 insertions(+), 3 deletions(-) I also attached the interim LaTeX file, the log file of the LaTeX run and the contents of the *Org PDF LaTeX Output* buffer. Thanks for any help. Best regards Robert #+Name: my-dit #+header: :exports results :file my-dit.png #+header: :imagemagic

Re: I'm giving a FOSDEM talk on Org Mode

2025-02-09 Thread Robert Love
Has anyone successfully watched this? It has very intermittent sound, cutting out frequently then stoping for many minutes. I don’t see the referenced QR code. > On Feb 6, 2025, at 4:19 PM, Amy Grinn wrote: > > Amy Grinn mailto:grinn@gmail.com>> writes: > >> Hello all, >> >> I hope

[BUG] Invalid custom types in org-table and org-clock [9.7.11 (release_9.7.11 @ /home/rpluim/repos/emacs/lisp/org/)]

2025-02-10 Thread Robert Pluim
(release_9.7.11 @ /home/rpluim/repos/emacs/lisp/org/) Robert -- >From d02f9700debfbafaab71fc6c7401132ae11de08e Mon Sep 17 00:00:00 2001 From: Robert Pluim Date: Mon, 10 Feb 2025 13:37:25 +0100 Subject: [PATCH] Remove unneeded quoting for symbol values. To: emacs-de...@gnu.org * lisp/org/org-clock.el (

Re: [BUG] Invalid custom types in org-table and org-clock [9.7.11 (release_9.7.11 @ /home/rpluim/repos/emacs/lisp/org/)]

2025-02-11 Thread Robert Pluim
>>>>> On Mon, 10 Feb 2025 19:27:03 +, Ihor Radchenko >>>>> said: Ihor> Robert Pluim writes: >> The custom types for org-clock-rounding-minutes and >> org-table-duration-custom-format suffer from excessive quoting. Patch >

Re: Cannot yank media when image come from Gnome screenshot

2025-01-24 Thread Robert Pluim
>>>>> On Fri, 24 Jan 2025 18:27:23 +0530, Visuwesh said: Visuwesh> [வெள்ளி ஜனவரி 24, 2025] Robert Pluim wrote: >>>>>>> On Fri, 24 Jan 2025 10:37:37 +0530, Visuwesh said: >> Visuwesh> * lisp/org-compat.el: Add workaround prop

Re: Cannot yank media when image come from Gnome screenshot

2025-01-24 Thread Robert Pluim
>>>>> On Fri, 24 Jan 2025 10:37:37 +0530, Visuwesh said: Visuwesh> * lisp/org-compat.el: Add workaround proposed by Robert Pluim Visuwesh> to make yank-media work under GNOME reliably for Visuwesh> Emacs 29. Did I propose it? I donʼt remember 😀

Re: Adding a resume.cls to Org ?

2025-01-24 Thread Robert Klein
uot;))) (use-package ox-latex :after org :config (setq org-latex-default-class "scrartcl" ;; more stuff... (add-to-list 'org-latex-classes roklein/org-latex-class/scrartcl) ;; more stuff ) Best regards Robert

Re: Adding a resume.cls to Org ?

2025-01-25 Thread Robert Klein
Answers interspersed. PS, The help for the variable “org-latex-classes” (C-h v org-latex-classes) has a very detailed description (and examples without the ~\\par) Am Fri, 24 Jan 2025 14:30:36 -0800 schrieb David Masterson : > Robert Klein writes: > > > On Thu, 23 Jan 2025 18

Re: Cannot yank media when image come from Gnome screenshot

2025-02-13 Thread Robert Pluim
was from trial-and-error. Visuwesh> [ The test returns non-nil once I C-x C-e the cl-defmethod so that is at Visuwesh> least something. ] Nothing in emacs core uses `cl-find-method', so if this breaks you have a strong case for getting it fixed 🙂 The patch looks fine to me. Robert --

Re: Towards a new TeX font management

2025-04-24 Thread Robert Klein
Hi, you don't need to usepackage textcomp anymore since the spring 2020 release of LaTeX, see https://www.latex-project.org/news/latex2e-news/ltnews31.pdf page three, right column. Best regards Robert On Wed, 23 Apr 2025 16:31:12 + Ihor Radchenko wrote: > Pedro Andres Aranda G

[Orgmode] Re: Request for suggestions about best practices: tracking responses

2010-09-23 Thread Robert P. Goldman
On 9/22/10 Sep 22 -3:08 PM, Sébastien Vauban wrote: > Hi Robert, > > Robert Goldman wrote: >> Often now I have org-mode tasks that I move to WAIT status when I send >> someone an email to get some next step done. > > I do that as well. Though, I'm still testing

[Orgmode] Trivial docstring patch

2010-11-11 Thread Robert P. Goldman
Following is a patch that fixes a misspelling in the docstring for org-todo-keywords. Also adds a little punctuation. ___ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/

[Orgmode] [PATCH] Fixed typo in docstring for org-todo-keywords.

2010-11-11 Thread Robert P. Goldman
From: Robert P. Goldman --- lisp/org.el |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/lisp/org.el b/lisp/org.el index 8227ed9..18e7fc5 100644 --- a/lisp/org.el +++ b/lisp/org.el @@ -1958,7 +1958,7 @@ indicating if the keywords should be interpreted as a sequence of

[Orgmode] Re: Request for suggestions: multiple revision control systems/repositories + org

2010-12-19 Thread Robert P. Goldman
That is what I had done originally, but I thought mobile org required that all the org files be in the same directory. Was I wrong about that? Thanks, R "Bernt Hansen" wrote: >Robert Goldman writes: > >> I am looking for hints. I have a number of org files, typically

[Orgmode] Re: "clearing" the state of an org-mode subtree

2009-10-11 Thread Robert P . Goldman
Bernt Hansen norang.ca> writes: > > Paul Mead gmail.com> writes: > > > Robert Goldman sift.info> writes: > > > >> Andrew Stribblehill wrote: > >>> org-mode files are plain text. M-% to do a replacement: once you've > >>>

[Orgmode] Minor buglet in orgmode Makefile

2009-11-15 Thread Robert P . Goldman
I just pulled an update from git for the first time in a long while, and when I tried to build org-mode, it failed with an undefined function error for the function org-float-time in org-ascii. It only took me a moment to find the fix --- it seems like we just need to push org-compat up the list o

[Orgmode] Request for advice on OrgMobile

2009-11-15 Thread Robert P . Goldman
I just installed OrgMobile and I'm delighted with it. But I was wondering --- it seems to create only my custom agendas by default. Is there any way to persuade it to create the daily and weekly agendas on export? I'd really like to have those at my fingertips. Thanks! _

[Orgmode] Re: Request for advice on OrgMobile

2009-11-15 Thread Robert P . Goldman
Robert P. Goldman sift.info> writes: > > I just installed OrgMobile and I'm delighted with it. > > But I was wondering --- it seems to create only my custom agendas by default. > Is there any way to persuade it to create the daily and weekly agendas on > export? I&#

[Orgmode] Re: Minor buglet in orgmode Makefile

2009-11-16 Thread Robert P . Goldman
Noorul Islam gmail.com> writes: > > I got the same error. > > This is what I did. > > $ make clean && make > > Everything went fine. > Right you are. That fixed it. Thanks! No bug after all. ___ Emacs-orgmode mailing list Remember: use

[Orgmode] Can we make a refloc programmatically?

2009-12-28 Thread Robert P . Goldman
ke one of these data structures (not for the first time, I wish that defstruct was in elisp...). Is there some function to which one could pass a filename and a header regexp? thanks, Robert ___ Emacs-orgmode mailing list Please use `Reply All

[Orgmode] Repeating tasks in an interval

2010-02-02 Thread Robert P . Goldman
pearing after November ended. Is this possible? Do I just have the wrong syntax? Or must I do this with C-c C-x c (cloning)? thanks, Robert ___ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org h

[Orgmode] org-export-generic patch

2010-04-28 Thread Robert P. Goldman
This patch adds handling of blockquotes and flowed output formats to org-export-generic per earlier email. ___ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/em

[Orgmode] [PATCH 4/4] Add handling of blockquote and output formats that must be flowed.

2010-04-28 Thread Robert P. Goldman
From: Robert P. Goldman Added a handler for blockquotes. Also added :body-newline-paragraph to the org-set-generic-type. This is intended to help handling output formats (like tikiwiki) where newlines are treated as paragraph separators, instead of being used to fill (i.e., the destination is

[Orgmode] Re: bug with link following --- a (partial) solution

2010-08-29 Thread Robert P. Goldman
On 8/29/10 Aug 29 -10:36 AM, Robert Goldman wrote: > I used org-store-link and org-insert-link to make a link in the attached > document (I distilled it down from a real document). In my org-mode > (pulled from git this morning), using Aquamacs 2.0 on Mac OSX Snow > Leopard (10.

[O] [PATCH 1/5] bind org-export-current-backend in generic exporter.

2011-10-21 Thread Robert P. Goldman
This is needed for org-export-preprocess-string to function correctly. --- contrib/lisp/org-export-generic.el |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/contrib/lisp/org-export-generic.el b/contrib/lisp/org-export-generic.el index bb42b60..29e90b8 100644 --- a/contri

[O] Patches for org-generic-export

2011-10-21 Thread Robert P. Goldman
Attached is a set of patches to the org-generic-exporter. They fix a change in the org-preprocess process that means that all uses of the org-generic export facility will crash. They also add rudimentary support for trac wiki and tikiwiki export. Finally, I have removed the HTML exporter from th

[O] [PATCH 4/5] Fixed section-header-prefix for trac wiki.

2011-10-21 Thread Robert P. Goldman
--- contrib/lisp/org-export-generic.el |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/contrib/lisp/org-export-generic.el b/contrib/lisp/org-export-generic.el index 15afe6a..5a5af14 100644 --- a/contrib/lisp/org-export-generic.el +++ b/contrib/lisp/org-export-generic.e

[O] [PATCH 5/5] Fix header prefixes for trac wiki.

2011-10-21 Thread Robert P. Goldman
trac wiki has hard limit on number of headers. Need space before macro characters in trac wiki. Add a couple of TODO comments. --- contrib/lisp/org-export-generic.el |6 -- 1 files changed, 4 insertions(+), 2 deletions(-) diff --git a/contrib/lisp/org-export-generic.el b/contrib/lisp/o

[O] [PATCH 2/5] Added trac-wiki and tikiwiki export settings.

2011-10-21 Thread Robert P. Goldman
--- contrib/lisp/org-export-generic.el | 107 +++- 1 files changed, 93 insertions(+), 14 deletions(-) diff --git a/contrib/lisp/org-export-generic.el b/contrib/lisp/org-export-generic.el index 29e90b8..e3a8680 100644 --- a/contrib/lisp/org-export-generic.el +++ b

[O] [PATCH 3/5] Kill the HTML exporter.

2011-10-21 Thread Robert P. Goldman
This is done better in core org-mode. --- contrib/lisp/org-export-generic.el | 41 1 files changed, 0 insertions(+), 41 deletions(-) diff --git a/contrib/lisp/org-export-generic.el b/contrib/lisp/org-export-generic.el index e3a8680..15afe6a 100644 --- a/con

[O] [PATCH] Fixed shell script example in "Emacs Lisp evaluation of variables."

2011-04-21 Thread Robert P. Goldman
The variable names in the header arguments and in the sh code didn't line up. Made them agree. --- doc/org.texi |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/org.texi b/doc/org.texi index 17922d4..e68ed18 100644 --- a/doc/org.texi +++ b/doc/org.texi @@ -12072,8 +

[O] Patch for org-babel manual node

2011-04-21 Thread Robert P. Goldman
There was a bug in an example of argument passing in the org-babel part of the manual. Fixed in the following patch.

Re: [O] Org babel does not work properly with included files

2011-05-01 Thread Robert P. Goldman
into the included file and forgot to remove it from the master file.) Best, R -- Sent from my Android phone with K-9 Mail. Please excuse my brevity. Nick Dokos wrote: Robert Goldman wrote: foo.org: > * Purpose > > This document is intended to demonstrate that src buffer eval

Re: [O] Org babel does not work properly with included files

2011-05-01 Thread Robert P. Goldman
Also note that if you have an included file with MULTIPLE code blocks, this approach won't generalize Best, -- Sent from my Android phone with K-9 Mail. Please excuse my brevity. Nick Dokos wrote: Robert Goldman wrote: foo.org: > * Purpose > > This document is intended

Re: [O] Org babel does not work properly with included files

2011-05-01 Thread Robert P. Goldman
Mail. Please excuse my brevity. Nick Dokos wrote: Robert P. Goldman wrote: > Sorry, I think I have created a red herring here by leaving that code blo= > ck in both files. To see what the problem really is, consider the case wh= > ere the source code block appears ONLY in the

[O] possible org bug

2012-07-19 Thread Robert Louis McIntyre
the load-path in org-init.el file to point to your own org distribution. I can confirm that the "fails.sh" script works with my old setup, GNU Emacs 23.4.1 Org-mode version 7.7 Can anyone tell me what might be the problem with --batch that is causing my script to fail? sincerely, --Robert McIntyre

[Orgmode] feature request

2009-03-22 Thread Robert D. Crawford
listening, rdc -- Robert D. Crawford rd...@comcast.net Every journalist has a novel in him, which is an excellent place for it. ___ Emacs-orgmode mailing list Remember: use `Reply All' to send replies to

[Orgmode] Re: feature request

2009-03-23 Thread Robert D. Crawford
does work for w3m but using w3 it returns this: * [[http://www.osnews.com/story/21181/The_IBM_X41_as_a_Lightweight_Linux_Laptop]] :laptop: from this template: '((?b "* [[%a] %^g %!" "~/bookmarks.org" bottom) Later today, if I get the chance, I'll explore the s

[Orgmode] Re: feature request

2009-03-24 Thread Robert D. Crawford
use emacs and emacspeak almost exclusively for my computing needs. Sorry I wasn't clear in my needs and use. Thanks, rdc -- Robert D. Crawford rd...@comcast.net All kings is mostly rapscallions.

[Orgmode] generating titles in remember templates from w3 buffers [was:Re: feature request]

2009-03-24 Thread Robert D. Crawford
post below to reflect the change in my template and what it returns. Thanks in advance for any help, rdc "Robert D. Crawford" writes: > Matthew Lundin writes: > >>> I've been trying to make an org-remember template that will grab the >>> title of the webpag

[Orgmode] Re: generating titles in remember templates from w3 buffers [was:Re: feature request]

2009-03-25 Thread Robert D. Crawford
ted this in emacspeak and I know I did it in bmk-mgr. I assume that if Dr. Raman signed off it can't be too wrong. Thanks for your help, rdc -- Robert D. Crawford rd...@comcast.net ___ Emacs-orgmode mail

[Orgmode] Re: feature request

2009-03-25 Thread Robert D. Crawford
Hello Charles, Charles Philip Chan writes: > "Robert D. Crawford" writes: > >> I use emacs and emacspeak almost exclusively for my computing >> needs. Sorry I wasn't clear in my needs and use. > > I am curious as to why you are using w3, since, from wha

[Orgmode] Re: generating titles in remember templates from w3 buffers [was:Re: feature request]

2009-03-25 Thread Robert D. Crawford
u) of 2009-02-03 on t40 I am running about a month and a half behind upgrading emacs. If you think that might be a problem I can update. Thanks for your help, rdc -- Robert D. Crawford rd...@comcast.net ___ Emacs-o

[Orgmode] Re: feature request

2009-03-26 Thread Robert D. Crawford
Hello Carsten, Carsten Dominik writes: > if you pull a new git version, the page title will now correctly > appear in links created in w3-mode buffers. > > Thanks to all who contributed to this discussion. Thank you. I just tested it and works well. Exactly what I needed. rdc

[O] Question about reftex mode in org-mode

2013-04-04 Thread Robert P. Goldman
Quite some time ago, I incorporated reftex into my use of org mode, per a suggestion on Worg: ;;;--- ;;; Use reftex with org-mode, per Worg ;;;--- (autol

Re: [O] phone links...

2013-04-04 Thread Robert P. Goldman
On 4/4/13 Apr 4 -7:15 AM, Bastien wrote: > Hi Robert, > > Robert Goldman writes: > >> The two files are below, in hopes of getting suggestions for improvement >> so that someday this could find itself into contrib/. > > Looks like a good start -- please keep

Re: [O] phone links...

2013-04-04 Thread Robert P. Goldman
On 4/4/13 Apr 4 -3:38 PM, Simon Thum wrote: > Since you're at it: I keep the attached patch personally. I use it to > sync org-contacts entries to my phone. > > I didn't sign up to the FSF so far, and suck at maintaining emacs commit > msg conventions. If the patch is interesting I'll do what is r

Re: [O] phone links...

2013-04-16 Thread Robert P. Goldman
Well, but note that we don't use file URLs -- we have special org hyperlinks with their own syntax... The reason I am reluctant to adopt tel: is that that would suggest we should adopt the phone number syntax of RFC 3966. I confess that I haven't slogged my way through it, nor am I likely to ha

[O] Alfred workflow for org-capture

2013-09-12 Thread Robert P. Goldman
Does anyone have a workflow for the Alfred Mac app launcher that will interact with org-capture? I know there have been versions before that worked with Quicksilver, which is quite similar. Thought I would ask before trying to roll my own. Thanks!

Re: [O] is orgmode.org's git repo down?

2016-01-22 Thread Robert H. Klein
please use git clone http://orgmode.org/org-mode.git Best regards Robert

Re: [O] is orgmode.org's git repo down?

2016-01-22 Thread Robert H. Klein
> > > > No - I get: > > $ git remote update > Fetching origin > fatal: read error: Connection reset by peer > error: Could not fetch origin > I restarted the git daemon. Does it work now? Best regards Robert

Re: [O] is orgmode.org's git repo down?

2016-01-22 Thread Robert H. Klein
Hi, On Fri, 22 Jan 2016 22:19:12 +0100 "Robert H. Klein" wrote: > On Fri, 22 Jan 2016 13:56:20 -0500 > Gary Oberbrunner wrote: > > > I can't clone the repo, I get this error: > > % git clone git://orgmode.org/org-mode.git > > fatal: read error: Conne

Re: [O] is orgmode.org's git repo down?

2016-01-23 Thread Robert H. Klein
ain. Best regards Robert

Re: [O] Conditionally formatting org-html-postamble-format

2016-01-27 Thread Robert H. Klein
; <http://orgmode.org/> mode 8.3.3) > by . — > Jan 26 2016, Tue how about using a postamble function instead of html-postamble-format, something like (let ((author (car (plist-get info :author (when (not (equal author "")) "by " author ". ")) " - " instead of "by %a. - " and similar for the rest of the %-thingies. Note, you'll probably have to inspect the plist, the (car ...) I'm using in some project for getting the title. Best regards Robert

Re: [O] Conditionally formatting org-html-postamble-format

2016-01-27 Thread Robert H. Klein
:html-head-include-scripts nil :html-preamble linux-e-preamble :html-postamble linux-e-postamble )) Best regards Robert

<    4   5   6   7   8   9   10   >