Re: Storing database credentials outside an org file

2021-10-31 Thread Rob Sargent
Most servers have a plain text file (permissions 004) that let you add name and pass and db > On Oct 31, 2021, at 9:51 PM, Tim Cross wrote: > >  > Mike Gauland writes: > >> I often use an org file to record database queries, using sql source blocks. >> I've been putting the database

Re: Storing database credentials outside an org file

2021-10-31 Thread Tim Cross
Mike Gauland writes: > I often use an org file to record database queries, using sql source blocks. > I've been putting the database credentials in the file using header-args:sql > properties, but I'd prefer to have the credentials saved in a separate file > for > security reasons. > > Any

Storing database credentials outside an org file

2021-10-31 Thread Mike Gauland
I often use an org file to record database queries, using sql source blocks. I've been putting the database credentials in the file using header-args:sql properties, but I'd prefer to have the credentials saved in a separate file for security reasons. Any ideas on how I could make this work?

Re: [BUG] Unregistered buffer modifications detected [9.5 (9.5-g49e2f6 @ /Users/myuser/.emacs.d/straight/29/straight/build/org/)]

2021-10-31 Thread Aaron Jensen
On Sat, Oct 30, 2021 at 11:16 PM Aaron Jensen wrote: > > Done, I'll report back. Another one, no trace: Warning (emacs): Emacs reader failed to read data for #:org-element--cache. The error was: "Invalid read syntax: \"#\", 1, 4670" Disable showing Disable logging

Project name change: bibtex-actions -> citar

2021-10-31 Thread Bruce D'Arcus
For those of you who have been using oc-bibtex-actions with org-cite, two relevant name changes: First, packages are now "citar" and "citar-org", and the melpa recipe simply "citar". Naturally all related variable and functions names also change accordingly. Second, the org-cite processor name

Re: SHIFT-TAB not working in Windows-SSH-shell or Debian-tty (sometimes "M-[ ~ is undefined")

2021-10-31 Thread Tim Cross
writes: > X-Post: https://github.com/daviwil/emacs-from-scratch/issues/67 > > Hello together. > > # Introduction > > I am quite new to emacs and building my init.el based the "Emacs from > Scratch" (by System Crafter) videos. In org-mode I experience some wired > behavior of the SHIFT-TAB key

Re: [BUG] after update to 9.5, starting org mode results in cache error messages [9.5 (9.5-gd4e192 @ c:/Users/scott/.emacs.d/straight/build/org/)]

2021-10-31 Thread Greg Coladonato
I get a similar error to Scott's every time I save an org-mode file. I turned on backtrace and got this output: Warning (emacs): org-element--cache: Warning(210824_M3L16_translation_faceb.org): (save-buffer) Cached element is incorrect in 210824_M3L16_translation_faceb.org. (Cache tic up to date:

Re: Could a .bib file be edited and organized in an "org-mode" way and still work as a .bib file?

2021-10-31 Thread Ypo
Not much time these days to thank you for your help, specially Ihor, András, Eric. After thinking about it, I think I will maintain 2 files by now: 1.bib and 1.org. with my highlights and other notes. Best regards :-) Ypo El 19/10/2021 a las 16:45, Ihor Radchenko escribió: András Simonyi

Installation on offline machines

2021-10-31 Thread Edmund Christian Herenz
Hi, I just got a bit confused about the announcement: "Also, Org 9.5 is available as tar.gz and zip archives, but this installation method is also deprecated." >From the methods that were available this was the easiest method for obtaining and distributing the latest versions org-mode on

SHIFT-TAB not working in Windows-SSH-shell or Debian-tty (sometimes "M-[ ~ is undefined")

2021-10-31 Thread c.buhtz
X-Post: https://github.com/daviwil/emacs-from-scratch/issues/67 Hello together. # Introduction I am quite new to emacs and building my init.el based the "Emacs from Scratch" (by System Crafter) videos. In org-mode I experience some wired behavior of the SHIFT-TAB key when (un)folding headings

Re: send agenda-weekly-view via email html formated

2021-10-31 Thread Ihor Radchenko
Uwe Brauer writes: > Thanks, works very nicely, I only will send it inline, because then it is > nicely displayed in HTML enabled MTA. ---(mml-attach-file (file-name-concat (temporary-file-directory)"agenda.html") +++(mml-attach-file (file-name-concat

Re: send agenda-weekly-view via email html formated

2021-10-31 Thread Uwe Brauer
>>> "IR" == Ihor Radchenko writes: > Uwe Brauer writes: >> Thanks I run a test in an org-agenda and obtained >> >> , >> | >> | Debugger entered--Lisp error: (void-function file-name-concat) > That's a function from latest Emacs. You may also use simple concat or > even directly

Re: send agenda-weekly-view via email html formated

2021-10-31 Thread Ihor Radchenko
Uwe Brauer writes: > I am running Emacs master 83a915d3dfafd5f3d737afe > not too old, I'd say > > > But that function is not defined. > >  That's 6 month old :D file-name-concat is 3 month old (f04f8126f0).

Re: send agenda-weekly-view via email html formated

2021-10-31 Thread Ihor Radchenko
Uwe Brauer writes: > Thanks I run a test in an org-agenda and obtained > > , > | > | Debugger entered--Lisp error: (void-function file-name-concat) That's a function from latest Emacs. You may also use simple concat or even directly "/tmp/agenda.html" (temporary-file-directory is only

Re: send agenda-weekly-view via email html formated

2021-10-31 Thread Uwe Brauer
>>> "UB" == Uwe Brauer writes: >>> "IR" == Ihor Radchenko writes: >> Ihor Radchenko writes: >>> Uwe Brauer writes: >>> >>> I know I can save my weekly agenda view as a HTML file and then send it as >>> as attachment. >> Sorry, I misread your first message. Attaching and sending is easy:

Re: send agenda-weekly-view via email html formated

2021-10-31 Thread Uwe Brauer
>>> "IR" == Ihor Radchenko writes: > Ihor Radchenko writes: >> Uwe Brauer writes: >> >>> I know I can save my weekly agenda view as a HTML file and then send it as >>> as attachment. > Sorry, I misread your first message. Attaching and sending is easy: > (defun org-agenda-email () >

Re: send agenda-weekly-view via email html formated

2021-10-31 Thread Ihor Radchenko
Ihor Radchenko writes: > Uwe Brauer writes: > >> I know I can save my weekly agenda view as a HTML file and then send it as >> as attachment. Sorry, I misread your first message. Attaching and sending is easy: (defun org-agenda-email () "Email agenda in current buffer as attachment."

Re: send agenda-weekly-view via email html formated

2021-10-31 Thread Ihor Radchenko
Uwe Brauer writes: > Hi > > I know I can save my weekly agenda view as a HTML file and then send it as as > attachment. > > I was wondering whether someone knows about a function, already doing it. > I googled and I also looked up the available package, without any results. > > Anybody has an

send agenda-weekly-view via email html formated

2021-10-31 Thread Uwe Brauer
Hi I know I can save my weekly agenda view as a HTML file and then send it as as attachment. I was wondering whether someone knows about a function, already doing it. I googled and I also looked up the available package, without any results. Anybody has an idea? Thanks and regards Uwe