Rodrigo Morales

Results 31 issues of Rodrigo Morales

The default behavior (i.e. as happens with other Org Babel implementations) of `org-open-at-point` when it is executed in a code block is to show the results in a newly created...

This is not a bug, but a feature request. ## Actual behavior When using `projectile-dired` in the project root, nothing is done, I make the following proposal ## Expected behavior...

Feature Request
Stale

# Introduction This is a **bug report**, but I think this have to do with Emacs instead of `use-package`. However, I'm creating this issue just in case I'm wrong. #...

I found [https://sourceforge.net/p/bigdata/discussion/676946/thread/c8f123ef/ this thread] at the discussion page at Sourceforge, the user mentions > I am aware of the ability to cancel a query from the Blazegraph Workbench. However,...

# Table of Contents 1. [Prologue](#org2f5e026) 1. [The meaning of `+` in property names](#org60ceed8) 2. [The problem](#orgdb0ee85) 1. [Minimal working example](#orgdce7b3f) 3. [Personal thoughts](#org8bf244a) # Prologue ## The meaning of...

bug
enhancement
help wanted

# Table of contents - [The context](#the-context) - [The problem](#the-problem) - [Minimal working example](#minimal-working-example) - [The question](#the-question) # The context I'm a user of Org Roam. I've been using Org...

## Telega Setup *Emacs*: ``` ELISP> (emacs-version) "GNU Emacs 27.2 (build 1, x86_64-pc-linux-gnu, GTK+ Version 3.24.27, cairo version 1.17.4) of 2021-03-26" ``` *Telega* ``` ELISP> (telega-version) "telega v0.7.100 (TDLib v1.7.10)...

enhancement

This is a feature request. The current behavior is that a confirmation prompt is shown whenever the script is used. I think that it would be less redundant if the...

This is a feature request. I think this would be useful for those users that have a very slow computer and are loading a big file (e.g. The Stack Overflow...

# Prologue I've noticed that `*_pre.sql` files have two statements: `DROP TABLE` and `CREATE TABLE`. See some examples below. https://github.com/Networks-Learning/stackexchange-dump-to-postgres/blob/49d8358a83bb573c63c2715b122afb2fca98376c/sql/Users_pre.sql#L1-L2 https://github.com/Networks-Learning/stackexchange-dump-to-postgres/blob/49d8358a83bb573c63c2715b122afb2fca98376c/sql/Badges_pre.sql#L1-L2 https://github.com/Networks-Learning/stackexchange-dump-to-postgres/blob/49d8358a83bb573c63c2715b122afb2fca98376c/sql/Tags_pre.sql#L1-L2 These files are executed in the `public` schema...