Re: The ob-R :results graphics file :dir "images" :file "plot.png" specified directory not working

2025-01-14 Thread William Denton
't use the package you do, though, just built-in projects.el. Still, maybe it's the same thing? Bill -- William Denton https://www.miskatonic.org/ Librarian, artist and licensed private investigator. Toronto, Canada

Re: I would like invisible table in Org mode

2024-12-23 Thread William Denton
r customization that would do that. I have no idea if it's possible somehow, but it's a great idea. Bill -- William Denton https://www.miskatonic.org/ Librarian, artist and licensed private investigator. Toronto, Canada

Re: I would like invisible table in Org mode

2024-12-21 Thread William Denton
On Saturday, December 21st, 2024 at 11:29, Jean Louis wrote: > I would like native Org mode within Emacs to show me invisible table. > > Is that possible? Can you explain more? What do you mean by an invisible table? Cheers, Bill -- William Denton https://www.miskatonic.org/

Re: Table width cookies become part of data table in R

2024-12-16 Thread William Denton
case. Thanks, Bill -- William Denton https://www.miskatonic.org/ Librarian, artist and licensed private investigator. Toronto, Canada On Friday, November 15th, 2024 at 09:23, William Denton wrote: > On Friday, November 15th, 2024 at 06:59, Rens Oliemans ha...@rensoliemans.nl > wrote: &g

Re: Execute R code block in existing *R* session

2024-12-05 Thread William Denton
Is this what you're after? If the R process is in a buffer named *R:1* then you can use it like this: #+begin_src R :session *R:1* 1 #+end_src Bill -- William Denton https://www.miskatonic.org/ Librarian, artist and licensed private investigator. Toronto, Canada

Re: Table width cookies become part of data table in R

2024-11-15 Thread William Denton
t #+end_src #+RESULTS: | Date | Weather | |+--| | <10> | <50> | | 2024-11-01 | Warm | | 2024-11-02 | Warm | | 2024-11-03 | Still strangely warm | If I (setq org-org-with-special-rows nil) then this stops, but sho

Table width cookies become part of data table in R

2024-11-14 Thread William Denton
RG-NEWS or git commits about why it might have started. (I'm running from the development tree, updated just now.) Is this a bug or am I missing something? Bill -- William Denton https://www.miskatonic.org/ Librarian, artist and licensed private investigator. Toronto, Canada

Sorting WAITING tasks from old to new

2024-09-04 Thread William Denton
longest? I looked in the manual and the mailing list archives, and did some searching elsewhere, but didn't turn up any examples of this, which surprised me, so perhaps I overlooked something obvious, but if not, perhaps someone has some code? Thanks, Bill -- William Denton

Re: #9 [[bbb:OrgMeetup]] on Wed, July 10, 19:00 UTC+3

2024-07-10 Thread William Denton
If my time zone figuring is correct, the meeting should be on now, but the Big Blue Button session hasn't started so I'm checking in. Bill -- William Denton https://www.miskatonic.org/ Librarian, artist and licensed private investigator. Toronto, Canada

Re: does org mode require a separate LaTeX installation to export?

2024-06-19 Thread William Denton
t to convert to PDF, which might be more approachable, if that helps.) Cheers, Bill -- William Denton https://www.miskatonic.org/ Librarian, artist and licensed private investigator. Toronto, Canada

Re: Citations: strip braces {} in titles in bibliographies in basic style?

2024-05-06 Thread William Denton
x > > entry parser according to the spec. > > Fixed, on main. > There is no formal Bibtex format reference, so approximate parsing has to do. > https://git.savannah.gnu.org/cgit/emacs/org-mode.git/commit/?id=d2df9624c Thanks for coming back to this months later and making it be

Re: [POLL] Should we enable or disable automatic tag alignment by default everywhere

2024-04-17 Thread William Denton
ragged. So I suspect people using variable pitches will already have this turned on, and making it the default won't bother them. Bill -- William Denton https://www.miskatonic.org/ Librarian, artist and licensed private investigator. Toronto, Canada

Re: Seeing all the steps when I run an R code block

2024-04-09 Thread William Denton
> setwd('/home/wtd/books') > > > I just tested with the latest version of ESS and I am no longer able to > reproduce the problem. > > Do you still see it on your side? Thanks for following up. No, I don't see it any more ... an ESS upgrade or something fixed the problem. Bill -- William Denton https://www.miskatonic.org/ Librarian, artist and licensed private investigator. Toronto, Canada

Re: Question about citation formatting

2024-03-27 Thread William Denton
graphy: :keyword use_this" to print the references. This means if you edit a source's metadata you might need to do it in two places, but it would let you think, "Do I want to cite by translator or author here?" Bill -- William Denton https://www.miskatonic.org/ Librarian, artist and licensed private investigator. Toronto, Canada

check.sh setup.sh, nohup.out

2024-03-19 Thread William Denton
Some unusual files sneaked in with commit 37cd00bb120. Bill -- William Denton https://www.miskatonic.org/ Librarian, artist and licensed private investigator. Toronto, Canada

Bug (?): org-fontify-quote-and-verse-blocks

2024-03-18 Thread William Denton
like this: #+begin_quote This is a quote. #+end_quote Put pointer inside the quote block and run `M-x describe-text-properties`. It says that the face is org-block, not org-quote as expected: There are text properties here: face (org-block) Bill -- William De

Re: Things got very slow: profiler output

2024-03-17 Thread William Denton
now have it set to '(script entities). Both 'latex and 'native gave me the problems, but this works.) Thanks again, Bill -- William Denton https://www.miskatonic.org/ Librarian, artist and licensed private investigator. Toronto, Canada

Re: Things got very slow: profiler output

2024-03-16 Thread William Denton
;; :pin manual ;; :load-path "/usr/local/src/org-mode/lisp" Ihor and Bruno, might it help if we did a video call and shared screens to see problems live? My Lisp is limited but I'll help how I can. Thanks, Bill -- William Denton https://www.miskatonic.org/ Librarian, artist a

Best way to make the Org source tree?

2024-03-13 Thread William Denton
valent: $ make update $ git pull && make Is that right? Is `make autoloads` needed? What should I be running? I ask because I suddenly wondered if I'd been doing this wrong and it was triggering a problem. Bill -- William Denton https://www.miskatonic.org/ Librarian, artist and l

Re: Things got very slow: profiler output

2024-03-13 Thread William Denton
if you want to compare: https://github.com/wdenton/.emacs.d/blob/master/init.org#org Thanks for looking at this problem, Ihor. If there's anything else to try, I'll try it. Bill -- William Denton https://www.miskatonic.org/ Librarian, artist and licensed private investigator. Toronto, Canada

Re: Things got very slow: profiler output

2024-03-09 Thread William Denton
On Thursday, March 7th, 2024 at 11:12, William Denton wrote: > I recompiled Emacs and Org last night and closed all my buffers except for > two medium-sized ones, neither with any LaTeX in them. I restarted and spent > a minute or two with one buffer, closing and expanding headings,

Re: Emacs slow-down

2024-03-07 Thread William Denton
mon about our configurations. Might it be a package that's getting in the way, and a change there is causing this? Or does the profiling show it's in base Org? Bill -- William Denton https://www.miskatonic.org/ Librarian, artist and licensed private investigator. Toronto, Canada

Re: Things got very slow: profiler output

2024-03-07 Thread William Denton
tivate-folds 156 0%re-search-forward ... I'm happy to try anything else ... Bill -- William Denton https://www.miskatonic.org/ Librarian, artist and licensed private investigator. Toronto, Canada

Re: R session error (org-babel)

2024-03-06 Thread William Denton
you install it and use it? Just for the sake of documentation: then I made an r.org file with the snippet and ran it, and it worked: # #+begin_src R :session test A <- 1 #+end_src # Cheers, Bill -- William Denton https://www.miskatonic.org/ Librarian, artist and licensed private investigator. Toronto, Canada

Re: R session error (org-babel)

2024-03-05 Thread William Denton
ver getting R working, but we can help with that. I can look for a snippet of code if you need one. Cheers, Bill -- William Denton https://www.miskatonic.org/ Librarian, artist and licensed private investigator. Toronto, Canada

Things got very slow: profiler output

2024-02-28 Thread William Denton
4 0% org-fontify-drawers 4 0% org-raise-scripts 28 0%+ font-lock-unfontify-region 4 0%+ font-lock-extend-region-wholelines 4 0% text-property-any 30951 29% + command-execute ... -- Will

Re: [DISCUSSION] What should we do with undocumented x^(superscript inside /round/ braces) syntax? (was: Subscript with parenthesis)

2024-02-17 Thread William Denton
f anyone was using it (perhaps by accident) it will be easy to change when necessary. Bill -- William Denton https://www.miskatonic.org/ Librarian, artist and licensed private investigator. Toronto, Canada

Re: (jit-lock-function 1) signaled (error "Stack overflow in regexp matcher")

2024-02-15 Thread William Denton
On Thursday, February 15th, 2024 at 15:40, William Denton wrote: > I am having a problem I've never seen before: Org can't handle anything more > in a large file I have! > > This file is where I keep my notes day to day for work, with headings for > months and da

(jit-lock-function 1) signaled (error "Stack overflow in regexp matcher")

2024-02-15 Thread William Denton
okes again and the formatting is all lost. I turned on debugging and restarted, and got a big stack trace, which I will paste in below. If "marker at 770" means line 770 then I don't know what's going on, because it's just regular stuff there and around it. What can I do to

Re: Help: How to change faces of words between parenthesis

2024-02-13 Thread William Denton
org-cite-csl-activate That might involve changing your whole citation process, which is a big step, but citations are on my mind so I thought I'd mention it. Bill -- William Denton https://www.miskatonic.org/ Librarian, artist and licensed private investigator. Toronto, Canada > > > > Best regards

Re: An academic journal made entirely in Org-Mode

2024-01-29 Thread William Denton
project. (And what citation style is used by that journal?) Bill -- William Denton https://www.miskatonic.org/ Librarian, artist and licensed private investigator. Toronto, Canada

Basic citations: problems with quotes in LaTeX export

2024-01-20 Thread William Denton
but for complex ones with some commentary I could certainly imagine them, for example where you want to refer to a certain word or mention how an author translates it. In any case there's something unexpected going on here. Bill -- William Denton https://www.miskatonic.org/ Librarian, artist and licensed private investigator. Toronto, Canada

Basic citations: bugs with citation objects with multiple keys, prefixes, suffixes

2024-01-15 Thread William Denton
.R.C.}, date = {2012}, location = {Berlin}, publisher = {Springer}, doi = {10.1007/978-3-642-23816-1}, isbn = {9783642238161} } -- William Denton https://www.miskatonic.org/ Librarian, artist and licensed private investigator. Toronto, Canada

Re: Basic citations: should default citation style have a name and style code?

2024-01-14 Thread William Denton
, C-s to search would make Org lose the formatting on links and they would show [[in their raw naked form]]. I know someone else had this problem too, so I'm noting this for anyone searching the archives for Swiper. Thanks to you both for your help, Bill -- William Denton https://www.mi

Re: Basic citations: should default citation style have a name and style code?

2024-01-13 Thread William Denton
On Sunday, January 14th, 2024 at 00:08, William Denton wrote: > While we're talking about citations, I'm stuck on something else. If I run > "C-c C-x @" to insert a citation into a file, I'm shown a list of > bibliography entries and I can go up and down a

Re: Basic citations: should default citation style have a name and style code?

2024-01-13 Thread William Denton
ork. If anyone knows, I can try making a patch to make it clearer. Thanks, Bill -- William Denton https://www.miskatonic.org/ Librarian, artist and licensed private investigator. Toronto, Canada > > -- > Ihor Radchenko // yantar92, > Org mode contributor, > Learn

Re: Basic citations: should default citation style have a name and style code?

2024-01-11 Thread William Denton
ic stuff nonsense Bill -- William Denton https://www.miskatonic.org/ Librarian, artist and licensed private investigator. Toronto, Canada > > -- > Ihor Radchenko // yantar92, > Org mode contributor, > Learn more about Org mode at https://orgmode.org/. > > Support Org develop

Re: Basic citations: should default citation style have a name and style code?

2024-01-11 Thread William Denton
ng says, "Export CITATION object. STYLE is the expected citation style, as a pair of strings or nil." And then there's a section below starting: ;; Default ("nil") style. Now that I know what that does, I can sort of see what's going on. The same thing is in t

Basic citations: should default citation style have a name and style code?

2024-01-10 Thread William Denton
style had, for example, the name "default" and one-letter code "d" then I think the problem would go away. With thanks to everyone who did all the great citation work originally, Bill -- William Denton https://www.miskatonic.org/ Librarian, artist and licensed private investigator. Toronto, Canada

Re: #5 [[bbb:OrgMeetup]] on Wed, Jan 17, 19:00 UTC+3

2024-01-09 Thread William Denton
/Istanbul> Thanks for organizing another one, Ihor. So I make sure I have the time right, it's at 1600 UTC, so this will give anyone the correct local time? (With apologies for stepping outside Org.) $ date -d '17 January 2024 16:00 UTC' Bill -- William Denton https://www.miskat

Re: [PATCH] Set Python shell in Org edit buffer

2024-01-07 Thread William Denton
ly did until reading this.) I fixed it by simplifying my R setup and removing some hooks and such, and now things work reasonably and I'm familiar with what happens when. Having an option to control this would be a helpful addition. Bill -- William Denton https://www.miskatonic.org/ Librarian, artist and licensed private investigator. Toronto, Canada

Re: strange error exporting to ascii

2023-12-21 Thread William Denton
porting to various formats lately, testing out basic and CSL citations, and ran into a few bugs but not what you're showing. And nothing about ODT was touched, IIRC. Could you try narrowing down to citations only, and commenting out one by one until it works? Bill -- William Denton https:

Re: Citations bug with basic processor, plain bibliographies, LaTeX

2023-12-18 Thread William Denton
On 18 December 2023, Ihor Radchenko wrote: Sigh... Fixed, on main. (I hope) https://git.savannah.gnu.org/cgit/emacs/org-mode.git/commit/?id=41726d408 Fixed! Thanks. Bill -- William Denton https://www.miskatonic.org/ Librarian, artist and licensed private investigator. Toronto, Canada CO

Re: Citations bug with basic processor, plain bibliographies, LaTeX

2023-12-18 Thread William Denton
d! Thanks, Bill On 15 December 2023, William Denton wrote: I've found a bug on main that I think is related to the recent patches about raw string objects. Try this as Basic.bib: @book{friends, title = {{{LaTeX}} and Friends}, author = {van Dongen, M.R.C.}, date = {2012}, location = {Berl

Citations bug with basic processor, plain bibliographies, LaTeX

2023-12-15 Thread William Denton
type argument: stringp, (raw nil #("van Dongen, M.R.C." 0 18 (:parent #0))) Thanks, Bill -- William Denton https://www.miskatonic.org/ Librarian, artist and licensed private investigator. Toronto, Canada CO₂: 421.80 ppm (Mauna Loa Observatory, 2023-12-14)

Re: Citations: strip braces {} in titles in bibliographies in basic style?

2023-12-13 Thread William Denton
ys is with LaTeX. Thanks for the history. "If this doesn't fit your needs for org mode, I suggest you develop a LaTeX parser that can process LaTeX code according to your needs." Ah well. Bill -- William Denton https://www.miskatonic.org/ Librarian, artist and licensed private i

Re: Strange behaviour detected today

2023-12-13 Thread William Denton
s bug¹). Bill ¹ https://github.com/bbatsov/solarized-emacs/issues/447 -- William Denton https://www.miskatonic.org/ Librarian, artist and licensed private investigator. Toronto, Canada CO₂: 421.99 ppm (Mauna Loa Observatory, 2023-12-12)

Citations: strip braces {} in titles in bibliographies in basic style?

2023-12-12 Thread William Denton
e braces through means people will have to edit them out in every basic export. Bill ¹ https://retorque.re/zotero-better-bibtex/support/faq/#why-the-double-braces -- William Denton https://www.miskatonic.org/ Librarian, artist and licensed private investigator. Toronto, Canada CO₂: 421.66 ppm (Mauna Loa Observatory, 2023-12-11)

Re: [PATCH] Add new option 'org-imenu-flatten'

2023-12-08 Thread William Denton
5 (!) years ago. Bill -- William Denton https://www.miskatonic.org/ Librarian, artist and licensed private investigator. Toronto, Canada CO₂: 420.74 ppm (Mauna Loa Observatory, 2023-12-07)

Re: Citations and basic processor: examples of some things that don't work

2023-12-07 Thread William Denton
-basic and other oc-* backends. I'll have a look in there and see if I can add some. Bill -- William Denton https://www.miskatonic.org/ Librarian, artist and licensed private investigator. Toronto, Canada CO₂: 420.04 ppm (Mauna Loa Observatory, 2023-12-01)

Re: Citations and basic processor: examples of some things that don't work

2023-12-06 Thread William Denton
lize the first letter. I hope you don't mind opening up that file one last time for this fix ... Thanks, Bill -- William Denton https://www.miskatonic.org/ Librarian, artist and licensed private investigator. Toronto, Canada CO₂: 420.04 ppm (Mauna Loa Observatory, 2023-12-01)

Re: Citations and basic processor: examples of some things that don't work

2023-11-29 Thread William Denton
On 29 November 2023, Ihor Radchenko wrote: William Denton writes: Attached (I think attachments work on this list) is a small Org file that has a table that sets out all the various options possible with the basic processor for citations. Most work, but not the author style, and the caps

Citations and basic processor: examples of some things that don't work

2023-11-28 Thread William Denton
square brackets, for example (cite/t/c:@friends) to [cite/t/c:@friends], and exporting. From what I see in oc-basic.el, everything in the table should work. Changing the processor to use CSL, they all do. Thanks, Bill -- William Denton https://www.miskatonic.org/ Librarian, artist and

Re: Citation bug with basic and nb style: no matching number on bibliographic entry

2023-11-27 Thread William Denton
Ignore this. To make the numbering appear in the bibliography, use this: #+cite_export: basic numeric I'm working my way through all the combinations and will submit some patches for the documentation when I have it figured out more. Bill On 27 November 2023, William Denton wrote:

Citation bug with basic and nb style: no matching number on bibliographic entry

2023-11-27 Thread William Denton
not connected. You can't connect (1) to Chassell, Robert. (Using two sources doesn't make numbers suddenly appear.) Using the CSL processor and the IEEE style (the sort of style on which I assume the basic nb style is based) the citation is [1] and the book is listed as [1] in th

Citation bug with print_bibliography :filter "keyword phrase" with spaces

2023-11-23 Thread William Denton
orted to LaTeX, the complete bibliography and the Emacs bibliography are there, but the "keyword phrase" one isn't. The manual says, "Values including spaces must be surrounded with double quotes." I did that, but based on this it doesn't seem to be wor

Citation bug: cite/a does not work with basic

2023-11-22 Thread William Denton
and we get this error: Wrong type argument: characterp, raw However, change it to cite/n: or cite/t: or just plain cite: and it will work. I think it should work with cite/a, but I'm not sure what's going on. Thanks, Bill -- William Denton https://www.miskatonic.org/ Librarian, ar

Re: org-agenda t giving "Wrong type argument: stringp, nil"

2023-10-16 Thread William Denton
all was fine. Whew! Bill -- William Denton https://www.miskatonic.org/ Librarian, artist and licensed private investigator. Toronto, Canada CO₂: 419.81 ppm (Mauna Loa Observatory, 2023-10-15)

org-agenda t giving "Wrong type argument: stringp, nil"

2023-10-10 Thread William Denton
-secondary-string: Prevent altering current buffer cache I can't tell what's going on, but I hope this helps identify something. Bill -- William Denton https://www.miskatonic.org/ Librarian, artist and licensed private investigator. Toronto, Canada CO₂: 418.33 ppm (Mauna Loa Observatory, 2023-10-09)

How to hide square brackets around [[url][links]]?

2023-09-21 Thread William Denton
x C-v and reload the file. Should these commands be reformatting all the links in the buffer, and the fact they don't work is a sign of the bug? Bill -- William Denton https://www.miskatonic.org/ Librarian, artist and licensed private investigator. Toronto, Canada CO₂: 418.58 ppm (Mauna Loa Observatory, 2023-09-20)

Wider margins on text, but no margins on tables?

2023-08-18 Thread William Denton
e it's beyond what I can hack. Any related tips or configurations would be welcome too. Thanks, Bill -- William Denton https://www.miskatonic.org/ Librarian, artist and licensed private investigator. Toronto, Canada CO₂: 419.19 ppm (Mauna Loa Observatory, 2023-08-17)

Re: [SUMMARY] [[bbb:OrgMeetup]] on Wed, Aug 9, 19:00 UTC+3 (was: Interest in an Org video meetup?)

2023-08-11 Thread William Denton
interesting seeing how others make great use of some parts of Org I use very little. And of course just seeing what someone else's Emacs looks like is always fun. (For those who weren't there: No one had their camera on, it was screen-sharing and people talking.) Bill -- Will

Re: BUG: org-cycle does not unfold some subtrees

2023-08-04 Thread William Denton
per, where the search would fail or throw an error or require me to collapse headings before it would work, but that hasn't happened in a while and I didn't try to debug it. Bill -- William Denton https://www.miskatonic.org/ Librarian, artist and licensed private investigator. Toronto

Re: Preserving leading zeros

2023-05-28 Thread William Denton
if Emacs removes the zeros they get put back before it's added to the catalogue. Bill -- William Denton https://www.miskatonic.org/ Librarian, artist and licensed private investigator. Toronto, Canada CO₂: 424.57 ppm (Mauna Loa Observatory, 2023-05-27)

Preserving leading zeros

2023-05-28 Thread William Denton
and then removing it later, but that's a bit ugly. Has anyone had this problem and worked around it some other way? Bill -- William Denton https://www.miskatonic.org/ Librarian, artist and licensed private investigator. Toronto, Canada CO₂: 424.57 ppm (Mauna Loa Observatory, 2023-05-27)

Re: BUG: org-cycle does not unfold some subtrees

2023-05-12 Thread William Denton
Bill ¹ https://github.com/abo-abo/swiper -- William Denton https://www.miskatonic.org/ Librarian, artist and licensed private investigator. Toronto, Canada CO₂: 423.90 ppm (Mauna Loa Observatory, 2023-05-11)

Re: BUG: org-cycle does not unfold some subtrees

2023-05-11 Thread William Denton
On 11 May 2023, Ihor Radchenko wrote: William Denton writes: Do you use evil-mode? Definitely not. Curious. This function is supposed to be run upon finishing or aborting isearch. What is the value of `isearch-mode-end-hook' in your Org buffers? (anzu--reset-mode-line org-fold

Re: BUG: org-cycle does not unfold some subtrees

2023-05-11 Thread William Denton
On 11 May 2023, Ihor Radchenko wrote: William Denton writes: Does it also help if you run M-: (org-fold-core--clear-isearch-overlays)? That worked! I just had the problem. I ran that, and the tree popped open! Do you use evil-mode? Definitely not. Bill -- William Denton https

Re: BUG: org-cycle does not unfold some subtrees

2023-05-10 Thread William Denton
produce it at will. Does it also help if you run M-: (org-fold-core--clear-isearch-overlays)? That worked! I just had the problem. I ran that, and the tree popped open! Bill -- William Denton https://www.miskatonic.org/ Librarian, artist and licensed private investigator. Toronto, Canada C

Re: BUG: org-cycle does not unfold some subtrees

2023-05-09 Thread William Denton
think it's in there. Bill -- William Denton https://www.miskatonic.org/ Librarian, artist and licensed private investigator. Toronto, Canada CO₂: 424.26 ppm (Mauna Loa Observatory, 2023-05-08)

Re: Why am I being told to use "straight.el"?

2023-04-21 Thread William Denton
ng made it go away. (I find I need to do that a couple of times a year, for one reason or another.) Bill -- William Denton https://www.miskatonic.org/ Librarian, artist and licensed private investigator. Toronto, Canada CO₂: 423.25 ppm (Mauna Loa Observatory, 2023-04-20)

Clocktable :formatter to record time in hours or work-days

2023-04-11 Thread William Denton
t work-days? I only want this formatting for this table, I have other clocktables in the same file I don't want to change. I've read about clocktables and the :formatter option, which I assume is what will do it, but I can't find any helpful examples so I'm stuck. T

Re: [BUG] Incorrect display of folded headings after cycling with subheading with VISIBILITY content/children

2023-02-14 Thread William Denton
x27;s been described) Ihor did some work but the problem is still going on now and then, in the sort of way that seems unreproducible to me. Bill -- William Denton https://www.miskatonic.org/ Librarian, artist and licensed private investigator. Toronto, Canada CO₂: 421.18 ppm (Mauna Loa O

Re: LaTeX tutorial (focused on what Org exports) ??

2023-01-06 Thread William Denton
epackage[]{titlesec} #+LATEX_HEADER: \titleformat{\section} {\centering\Large}{\thesection}{}{} #+LATEX_HEADER: \titleformat{\subsubsection}[drop]{\itshape}{\thesection}{}{}{} #+LATEX_HEADER: \titlespacing{\subsubsection}{0.75in}{\baselineskip}{0.5in} Bill -- William Denton https://www.miskatonic.

How to make change the appearance of org-date inside a drawer?

2023-01-05 Thread William Denton
his won't come across in plain text email, of course.) describe-char there tells me the timestamp has the face org-date. Is there a way to make org-date smaller when it's in a drawer? I don't want to make a global setting for it, because I often use dates in headings. Thanks, B

Re: LaTeX tutorial (focused on what Org exports) ??

2023-01-02 Thread William Denton
de/2021-06/msg00348.html Along with all the other recommendations, it's worth looking at the user guide for the memoir class, which is great for books: https://www.ctan.org/pkg/memoir It'll be somewhere on your system as memman.pdf. I learned a lot about page design and LaTeX

Re: org-persist files in /tmp

2022-12-21 Thread William Denton
e made on Monday ago, and I may have rebuilt Emacs and Org then, and maybe restarted Emacs, but not nineteen times. Bill -- William Denton https://www.miskatonic.org/ Librarian, artist and licensed private investigator. Toronto, Canada

Re: Org functions in source blocks

2022-12-11 Thread William Denton
es I've overlooked so far will keep me busy. Bill -- William Denton https://www.miskatonic.org/ Librarian, artist and licensed private investigator. Toronto, Canada

Re: Images generated by R code blocks do not display

2022-12-11 Thread William Denton
f Org files where I'm updating data and images a few times a week, and when this broke it was a real pain---particularly because everything had worked so well for so long. Now my life is easy again. I appreciate your work on this and everything else, Ihor. Bill -- William De

Org functions in source blocks

2022-12-09 Thread William Denton
#x27;(length(org-lookup-all "x" '(remote(test_table, @I$A..@II$A)) nil)) But running org-lookup-all on its own like this gives result nil, not something with some xs in it. Why not? #+begin_src emacs-lisp :results raw (org-lookup-all "x" '(remote(test_table,

Re: Images generated by R code blocks do not display

2022-12-08 Thread William Denton
nothing needs to be generated on the fly. As a reminder for anyone else having this problem, where updated images don't appear, this will refresh them: M-: (clear-image-cache) Bill -- William Denton https://www.miskatonic.org/ Librarian, artist and licensed private investigator. Toronto, Canada

Re: [BUG] ob-R.el: extra empty data.frame columns generated from plain lists after recent change [9.6 (release_9.6-3-ga4d38e @ /usr/share/emacs/30.0.50/lisp/org/)]

2022-12-06 Thread William Denton
used this, but if it used to become rows of a table, let's keep it that way. In R we might think of the list as a vector, I guess, but there's no way to represent that nicely in Org, though it is easy to step through the rows of a column or table. Bill -- William Denton https://www.mis

Re: Displaying macros differently

2022-12-04 Thread William Denton
ome discussion about evaluating the macros and showing the result, but I don't think that's possible. Bill -- William Denton https://www.miskatonic.org/ Librarian, artist and licensed private investigator. Toronto, Canada

Re: [BUG] ob-R: session evaluation returns empty ouputs with Org 9.6 [9.6 ( @ /home/fsantos/.emacs.d/elpa/org-9.6/)]

2022-11-30 Thread William Denton
but it didn't fix it. :( With a minimal setup, running the R block with a :session makes it ask where the working directory should be (the default in the prompt is the directory the test Org file is in). Setting ess-startup-directory to 'default-directory doesn't change that, or the

Re: Images generated by R code blocks do not display

2022-11-28 Thread William Denton
): Support region. (org-display-inline-images): Fix refresh argument logic. (org-remove-inline-images): Support region. ... Bill -- William Denton https://www.miskatonic.org/ Librarian, artist and licensed private investigator. Toronto, Canada

Re: Images generated by R code blocks do not display

2022-11-28 Thread William Denton
;t know if this is useful, but: 16. Edit source code back to 300x300 17. C-c C-c yes 18. Image disappears 19. C-c C-x C-v 20. 300x300 image appears (a new one? or the first one?) 21. Move the cursor to the image 22. The now incorrect 500x300 appears while the cursor is on it, same as 15

Re: Images generated by R code blocks do not display

2022-11-23 Thread William Denton
On 24 November 2022, Ihor Radchenko wrote: William Denton writes: What if you run M-: (clear-image-cache) before C-c C-x C-v? That does it! Strange. I am unable to reproduce the issue on my side (using the earlier bash code block you provided). What is your Emacs version? I refreshed

Re: Images generated by R code blocks do not display

2022-11-23 Thread William Denton
On 24 November 2022, Ihor Radchenko wrote: William Denton writes: + C-c C-c (execute R block again) + answer yes to "Evaluate this?" question + image disappears + C-c C-x C-v (to see image) + image is still 300 pixels square! What if you run M-: (clear-image-cache) before C

Re: Images generated by R code blocks do not display

2022-11-23 Thread William Denton
+ C-x C-f (load r.org) + C-c C-x C-v (to see image) + image is 500 x 500! So R is generating a new, larger image, and it's there on disk, but Emacs won't show it. Thanks again, Bill -- William Denton https://www.miskatonic.org/ Librarian, artist and licensed private investigator. Toronto, Canada

Re: Images generated by R code blocks do not display

2022-11-23 Thread William Denton
, shouldn't it? Thanks, Bill On 24 November 2022, Ihor Radchenko wrote: William Denton writes: In Emacs: + C-x C-f (load r.org wherever it is) + C-c C-c (to execute the R code) + Say yes to "Evaluate this R code block on your system?" + #RESULTS block appears (good) but imag

Images generated by R code blocks do not display

2022-11-22 Thread William Denton
aviour: Images should appear when this code block is run or rerun, and C-c C-X C-v (org-toggle-inline-images) should toggle the setting, not keep it off. Thanks, Bill -- William Denton https://www.miskatonic.org/ Librarian, artist and licensed private investigator. Toronto, Canada

Re: Seeing all the steps when I run an R code block

2022-11-22 Thread William Denton
R. For the record, this will stop that: (setq ess-startup-directory 'default-directory) ;; "Always start the process in the directory of the current file" But I have another R problem that does seem to be with Org, coming next ... Bill -- William Denton https://www.miskatonic.

Seeing all the steps when I run an R code block

2022-11-14 Thread William Denton
/r/test/, not /tmp/r/. Something strange is going on, but I can't see why. Is there some way I can see all the steps that are happening when I hit C-c C-c on that code block? Or maybe there's some other way to figure it out? Any suggestions welcome. Thanks, Bill -- William Denton htt

[BUG] Cache warning [9.6-pre (release_9.5.5-1086-g7f7280 @ /usr/local/src/org-mode/lisp/)]

2022-11-08 Thread William Denton
quot;)) (url arg) (browse-url (concat scheme ":" url) arg) ) ) ("http" :follow (closure ((scheme . "http")) (url arg) (browse-url (concat scheme ":" url) arg) ) ) ("ftp" :follow (closure ((scheme . "ftp")) (url arg) (browse-url (concat scheme ":" url) arg) ) ) ("help" :follow org-link--open-help :store org-link--store-help) ("file" :complete org-link-complete-file) ("elisp" :follow org-link--open-elisp) ) org-metaup-hook '(org-babel-load-in-session-maybe) org-startup-with-inline-images t org-return-follows-link t org-special-ctrl-a/e t org-tags-column 120 org-hide-macro-markers t org-footnote-section nil org-list-allow-alphabetical t ) -- -- William Denton https://www.miskatonic.org/ Librarian, artist and licensed private investigator. Toronto, Canada

Re: R code blocks in org version 9.5

2022-10-19 Thread William Denton
, though I've never put "output" in such a block: I always use ":results graphics file". Bill -- William Denton https://www.miskatonic.org/ Librarian, artist and licensed private investigator. Toronto, Canada

Re: R code blocks in org version 9.5

2022-10-18 Thread William Denton
use R session code blocks pretty much every day. Can you narrow it down any? Does even the most basic block, just adding 1 + 1, not work? What about with emacs -Q? Bill -- William Denton https://www.miskatonic.org/ Librarian, artist and licensed private investigator. Toronto, Canada

Re: Reinstalling compat fixed everything breaking

2022-09-14 Thread William Denton
at's why my configuration works now but yours still doesn't. I hope someone who knows more about all this can pitch in. Bill ¹ Configured so: (use-package org :pin manual :load-path "/usr/local/src/org-mode/lisp" :init ;; Lots of stuff here ) -- William Denton

Reinstalling compat fixed everything breaking

2022-09-13 Thread William Denton
age-reinstall compat" did the trick and now everything works. In case someone else has the same problem I thought I'd mention this. Cheers, Bill -- William Denton https://www.miskatonic.org/ Librarian, artist and licensed private investigator. Toronto, Canada

Re: Simple but repetitive http links

2022-09-07 Thread William Denton
C-c C-c on the line and it probably will. Welcome to Org! Bill ¹ https://orgmode.org/org.html#The-Very-Busy-C_002dc-C_002dc-Key -- William Denton https://www.miskatonic.org/ Librarian, artist and licensed private investigator. Toronto, Canada

Re: Recent folding issues

2022-07-11 Thread William Denton
dlines did nothing, and Shift-TAB would expand /some/ headlines but not the one where the pointer was! So I'm in the same boat as you, and trying various things to figure out what's going on. Cheers, Bill -- William Denton https://www.miskatonic.org/ Librarian, artist and licensed

  1   2   3   >